Source: python-griffe Maintainer: Debian Python Team Uploaders: Carsten Schoenert , Kathara Sasikumar , Section: python Build-Depends: debhelper-compat (= 13), dh-sequence-python3, git , python3-all, Build-Depends-Indep: mkdocstrings (>= 0.29) , pybuild-plugin-pyproject, python3-colorama , python3-jsonschema , python3-hatchling, python3-pdm-backend, python3-pytest , Standards-Version: 4.7.4 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 Section: oldlibs Architecture: all Depends: python3-griffelib, ${misc:Depends}, Description: Signatures for entire Python programs - Transitional package Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API. . Since version 2.0 usptream did split of the old source into two packages, the core functionality did move into a package griffelib (packaged as python3-griffelib) and the command line binary into griffecli (packaged as python3-griffecli). . The package python3-griffe is now a transitional package and can be safely removed. The only pupose is to pull automatically in the new packages and will probably gone once Debian Forky was released. Package: python3-griffecli Architecture: all Depends: python3-colorama, python3-griffelib (>= ${binary:Version}), ${misc:Depends}, ${python3:Depends}, Description: Signatures for entire Python programs - CLI Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API. . This package provide the command line interface (griffecli) to interact with the library. Package: python3-griffelib Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Replaces: python3-griffe (<< 2.0.2-1~), Breaks: python3-griffe (<< 2.0.2-1~), Suggests: python3-griffecli, Description: Signatures for entire Python programs - Python library Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API. . This package provides the Python3 library.