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: hazwaz
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Elena Grandi <valhalla@debian.org>
Section: python
Priority: optional
Build-Depends:
dh-python,
python3-setuptools,
python3-setuptools-scm,
pybuild-plugin-pyproject,
python3-build,
python3-all,
debhelper-compat (= 13),
python3-nose2,
python3-sphinx,
Standards-Version: 4.6.2
Homepage: https://hazwaz.trueelena.org/
Vcs-Browser: https://salsa.debian.org/python-team/packages/hazwaz
Vcs-Git: https://salsa.debian.org/python-team/packages/hazwaz.git
Rules-Requires-Root: no
Package: python3-hazwaz
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
${sphinxdoc:Depends},
Suggests:
python3-coloredlogs,
Description: write command line scripts
It is a way to reuse the boilerplating needed to write argparse based commands
with multiple subcommands.
|