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: python-click-default-group
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Adam Cecile <acecile@le-vert.net>,
Michael Fladischer <fladi@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
flit,
pybuild-plugin-pyproject,
python3-all,
python3-click,
python3-pytest <!nocheck>,
Standards-Version: 4.6.2
Homepage: https://github.com/click-contrib/click-default-group
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-click-default-group
Vcs-Git: https://salsa.debian.org/python-team/packages/python-click-default-group.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python3-click-default-group
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Extension for Python click adding default subcommand to group (Python 3)
DefaultGroup is a sub class of click.Group. But it invokes a default
subcommand instead of showing a help message when a subcommand is not
passed.
.
This package installs the library for Python 3.
|