1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: python-griffe
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Carsten Schoenert <c.schoenert@t-online.de>,
Kathara Sasikumar <katharasasikumar007@gmail.com>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
git <!nocheck>,
python3-all,
Build-Depends-Indep:
mkdocstrings (>= 0.28) <!nocheck>,
pybuild-plugin-pyproject,
python3-colorama <!nocheck>,
python3-jsonschema <!nocheck>,
python3-pdm-backend,
python3-pytest <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-griffe
Vcs-Git: https://salsa.debian.org/python-team/packages/python-griffe.git
Homepage: https://github.com/mkdocstrings/griffe
Package: python3-griffe
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Signatures for entire Python programs
Extract the structure, the frame, the skeleton of your project,
to generate API documentation or find breaking changes in your API.
|