Source: python-cappa
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Peter Pentchev <roam@debian.org>,
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-python3,
 dh-sequence-single-binary,
 dpkg-build-api (= 1),
 pybuild-plugin-pyproject,
 python3-all,
 python3-attr <!nocheck>,
 python3-docstring-parser,
 python3-docutils <!nocheck>,
 python3-hatchling,
 python3-msgspec [amd64 arm64 loong64 ppc64el riscv64] <!nocheck>,
 python3-pydantic <!nocheck>,
 python3-pytest <!nocheck>,
 python3-rich,
 python3-sphinx <!nocheck>,
 python3-type-lens,
 python3-typing-extensions (>= 4.8.0~),
Standards-Version: 4.7.4
Homepage: https://github.com/dancardin/cappa
Vcs-Git: https://salsa.debian.org/python-team/packages/python-cappa.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-cappa
Testsuite: autopkgtest-pkg-pybuild
X-Style: black

Package: python3-cappa
Architecture: all
Depends:
 ${python3:Depends},
Description: Declarative CLI argument parser
 Cappa is a declarative command line parsing library, which uses runtime
 type inspection to infer (default) CLI argument behavior, and provide
 automatic help text generation and dynamic completion generation.
 .
 This package provides the Python 3.x cappa module.
