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
|
Source: knack
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Luca Boccassi <bluca@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pylint <!nocheck>,
python3-all,
python3-setuptools,
python3-argcomplete <!nocheck>,
python3-flake8 <!nocheck>,
python3-jmespath <!nocheck>,
python3-pygments <!nocheck>,
python3-pytest <!nocheck>,
python3-tabulate <!nocheck>,
python3-vcr <!nocheck>,
python3-yaml <!nocheck>,
Standards-Version: 4.7.2
Section: python
Priority: optional
Rules-Requires-Root: no
Homepage: https://github.com/Microsoft/knack
Vcs-Browser: https://salsa.debian.org/python-team/packages/knack
Vcs-Git: https://salsa.debian.org/python-team/packages/knack.git
Testsuite: autopkgtest-pkg-python
Package: python3-knack
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: Python command line interface framework
Knack provides a set of Python modules to build a custom command line
interface.
|