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
|
Source: python-shtab
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Felix Moessbauer <felix.moessbauer@siemens.com>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
libpython3-all-dev (>=3.2),
pybuild-plugin-pyproject,
python3-all-dev:any (>=3.2),
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-pytest-timeout <!nocheck>,
python3-setuptools (>=42),
python3-setuptools-scm:native (>=3.4),
python3-wheel:native,
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-python
Homepage: https://docs.iterative.ai/shtab/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-shtab
Vcs-Git: https://salsa.debian.org/python-team/packages/python-shtab.git
X-Style: black
Package: python3-shtab
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${python3:Depends},
Description: Automagic shell tab completion for Python CLI applications
Automatically generate shell tab completion scripts for Python CLI apps.
shtab processes an argparse.ArgumentParser object to generate
a tab completion script for your shell.
.
This package contains the Python 3 version of the library.
|