Source: mando
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Alexandre Detiste <tchet@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 libjs-jquery,
 libjs-underscore,
 python3-all,
 python3-pytest,
 python3-setuptools,
 python3-sphinx,
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://mando.readthedocs.io/en/latest/
Vcs-Git: https://salsa.debian.org/python-team/packages/mando.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/mando
X-Style: black

Package: python3-mando
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-mando-doc,
Description: command line argument parser for python3
 Mando attempts to simplify command line argument parsing
 with multiple commands by using decorators to infer the
 boilerplate for argparse directly from the function
 declarations.

Package: python-mando-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Multi-Arch: foreign
Description: command line argument parser for python3 (common documentation)
 Mando attempts to simplify command line argument parsing
 with multiple commands by using decorators to infer the
 boilerplate for argparse directly from the function
 declarations.
 .
 This is the common documentation package.
