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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
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.
|