File: control

package info (click to toggle)
sphinx-argparse-cli 1.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: python: 651; makefile: 4
file content (32 lines) | stat: -rw-r--r-- 1,175 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
Source: sphinx-argparse-cli
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Faidon Liambotis <paravoid@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-hatchling,
 python3-hatch-vcs,
 python3-sphinx,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.0
Homepage: https://github.com/tox-dev/sphinx-argparse-cli
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinx-argparse-cli
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinx-argparse-cli.git

Package: python3-sphinx-argparse-cli
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Description: Sphinx extension to render CLI arguments defined by the argparse module
 sphinx-argparse-cli is an extension for Sphinx to render documentation for
 command-line interface (CLI) arguments defined by the argparse module.
 .
 Unlike the sphinx-argparse module, this module is more capable with regards to
 CLI interfaces that utilize sub-commands. A notable example is the "tox"
 project, from which this module originates.