File: control

package info (click to toggle)
sphinx-argparse 0.1.15-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 216 kB
  • ctags: 93
  • sloc: python: 686; makefile: 135; sh: 4
file content (43 lines) | stat: -rw-r--r-- 1,829 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
35
36
37
38
39
40
41
42
43
Source: sphinx-argparse
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Daniel Stender <stender@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all (>= 2.7.3-5~),
               python-setuptools,
               python-sphinx,
               python-sphinx-rtd-theme,
               python-pytest,
               python3-all,
               python3-setuptools,
               python3-sphinx,
               python3-sphinx-rtd-theme,
               python3-pytest
Standards-Version: 3.9.8
Homepage: https://github.com/ribozz/sphinx-argparse
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/sphinx-argparse.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/sphinx-argparse.git

Package: python-sphinx-argparse
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, ${sphinxdoc:Depends}
Enhances: python-sphinx
Description: Sphinx extension for argparse commands and options (Python 2)
 sphinx-argparse is an extension for Sphinx (Python documentation generator)
 that allows one to generate documentation for command line tools using argparse
 (command-line parsing library) automatically.
 .
 This package contains the extension for Sphinx running on Python 2.

Package: python3-sphinx-argparse
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, ${sphinxdoc:Depends}
Enhances: python3-sphinx
Description: Sphinx extension for argparse commands and options (Python 3)
 sphinx-argparse is an extension for Sphinx (Python documentation generator)
 that allows one to generate documentation for command line tools using argparse
 (command-line parsing library) automatically.
 .
 This package contains the extension for Sphinx running on Python 3.