File: control

package info (click to toggle)
python-rich-argparse 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 300 kB
  • sloc: python: 2,224; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 1,020 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
Source: python-rich-argparse
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Michael R. Crusoe <crusoe@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               pybuild-plugin-pyproject,
               python3-hatchling,
               python3-rich (>= 11.0.0),
               python3-pytest <!nocheck>
Standards-Version: 4.7.0
Testsuite: autopkgtest-pkg-pybuild
Vcs-Git: https://salsa.debian.org/python-team/packages/python-rich-argparse.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-rich-argparse
Rules-Requires-Root: no

Package: python3-rich-argparse
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: Rich help formatters for argparse and optparse
 Format argparse and optparse help using rich (https://pypi.org/project/rich).
 .
 Improves the look and readability of argparse's help while requiring minimal
 changes to the code.