Source: pytkdocs
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Carsten Schoenert <c.schoenert@t-online.de>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 python3-all,
Build-Depends-Indep:
 dh-python,
# Can be commented out once all packages for running the test suite are packaged.
# mkdocs,
 python3-pdm-pep517,
 pybuild-plugin-pyproject,
# Can be commented out once all packages for running the test suite are packaged.
# python3-pytest,
Rules-Requires-Root: no
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytkdocs
Vcs-Git: https://salsa.debian.org/python-team/packages/pytkdocs.git
Homepage: https://github.com/mkdocstrings/pytkdocs

Package: python3-pytkdocs
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Load Python objects documentation
 This Python library is used to load Python objects documentation. It accepts
 JSON on standard input and writes JSON on standard output.
 .
 It is typically used to read data from standard input while writing
 processed data line by line. Especially mkdocstrings is wanting this
 behavior.
