Source: pytkdocs Maintainer: Debian Python Team Uploaders: Carsten Schoenert , Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, Build-Depends-Indep: # Can be commented out once all packages for building the documentation are packaged. # mkdocs , ## mkdocs-gen-files not packaged yet. # mkdocs-gen-files , # mkdocs-literate-nav , # mkdocs-material , python3-pdm-pep517, pybuild-plugin-pyproject, # Can be commented out once all packages for running the test suite are packaged. # python3-marshmallow , # python3-pydantic , # python3-pytest , # python3-pytest-cov , ## randomly not packaged yet. # python3-pytest-randomly , # python3-pytest-sugar , # python3-pytest-xdist , 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.