-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 3.0 (quilt) Source: xdoctest Binary: python3-xdoctest, xdoctest Architecture: all Version: 1.1.0-1 Maintainer: Debian Python Team Uploaders: Bo YU 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.6.1 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, python3-typing-inspect Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, python3-all, pybuild-plugin-pyproject, python3-pytest , python3-pygments , python3-pyflakes , python3-six , python3-typing-inspect , python3-pybind11 Package-List: python3-xdoctest deb python optional arch=all xdoctest deb python optional arch=all Checksums-Sha1: a20430f447555a0bdcc167e1da60d0529569f9a3 208884 xdoctest_1.1.0.orig.tar.gz 1b1c74574461763334744c5df2cd83990347a25c 2432 xdoctest_1.1.0-1.debian.tar.xz Checksums-Sha256: f18fdb64b048ba6e7ba207283713beba7695fd01831aa7c92923a14e871d279b 208884 xdoctest_1.1.0.orig.tar.gz 0c1b7db17c6bcc7723684dcd31bebc8fb75e834c1db236e978b61b23d574cdbc 2432 xdoctest_1.1.0-1.debian.tar.xz Files: 1da73b3c9a8ec10d5bcae787f9b3f8a4 208884 xdoctest_1.1.0.orig.tar.gz dec8fcf27d50763d29115796bdfa924c 2432 xdoctest_1.1.0-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCY67YGRQcc3RlZmFub3JA ZGViaWFuLm9yZwAKCRBHew2wJjpU2HXKAP4vh8kiVfynvcxWi7UghxU9tZ+hrlhK WzHZxfNI5/aGYQD/XFObveB5/NajZZ4AgMc+wAWL3o/nmKBpK5PTboJLEAw= =YgSv -----END PGP SIGNATURE-----