File: control

package info (click to toggle)
python-shtab 1.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 256 kB
  • sloc: python: 978; makefile: 7; sh: 4
file content (34 lines) | stat: -rw-r--r-- 1,216 bytes parent folder | download
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
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-python,
 pybuild-plugin-pyproject,
 python3-setuptools (>=42),
 python3-setuptools-scm:native (>=3.4),
 libpython3-all-dev (>=3.2),
 python3-all-dev:any (>=3.2),
 python3-wheel:native,
 python3-toml:native,
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-pytest-timeout <!nocheck>,
Standards-Version: 4.6.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
Rules-Requires-Root: no

Package: python3-shtab
Architecture: all
Multi-Arch: foreign
Depends: ${python3:Depends}, ${misc: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.