Format: 3.0 (quilt)
Source: xdoctest
Binary: python3-xdoctest, xdoctest
Architecture: all
Version: 1.2.0-1
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Bo YU <tsu.yubo@gmail.com>
Homepage: https://github.com/Erotemic/xdoctest
Description: Rewrite of Python's builtin doctest module with AST instead of REGEX
 What is a doctest? It is example code you write in a docstring! What
 is a docstring? Its a string you use as a comment! They get attached
 to Python functions and classes as metadata. They are often used to
 auto-generate documentation. Why is it cool? Because you can write
 tests while you code!
 .
 The ``xdoctest`` package is a re-write of Python's builtin ``doctest``
 module. It replaces the old regex-based parser with a new
 abstract-syntax-tree based parser (using Python's ``ast`` module). The
 goal is to make doctests easier to write, simpler to configure, and
 encourage the pattern of test driven development.
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/xdoctest
Vcs-Git: https://salsa.debian.org/python-team/packages/xdoctest.git
Testsuite: autopkgtest
Testsuite-Triggers: python3-all, python3-pybind11, python3-pyflakes, python3-pygments, python3-pytest
Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-setuptools, python3-all, pybuild-plugin-pyproject, python3-pytest <!nocheck>, python3-pygments <!nocheck>, python3-pyflakes <!nocheck>, python3-typing-inspect <!nocheck>, python3-pybind11 <!nocheck>, txt2man
Package-List:
 python3-xdoctest deb python optional arch=all
 xdoctest deb python optional arch=all
Checksums-Sha1:
 a02cb25a8499f90a71536a7b336e8839245e405f 182624 xdoctest_1.2.0.orig.tar.xz
 8391d3f316209fdecc0be50ccdd68cd1bdb82311 4208 xdoctest_1.2.0-1.debian.tar.xz
Checksums-Sha256:
 106683a2488c2f96c75e2d928aa0dc7c73a6bd291b8676fd6d45efcf29da91bf 182624 xdoctest_1.2.0.orig.tar.xz
 c21990bdded35553dbb9425a80abd53c332fe895f41d768046e5e984342f2eb8 4208 xdoctest_1.2.0-1.debian.tar.xz
Files:
 05ea7e3e7bd7b4205a08a6587a0fa0b9 182624 xdoctest_1.2.0.orig.tar.xz
 da936010f1793b0abced417057aef622 4208 xdoctest_1.2.0-1.debian.tar.xz
