File: control

package info (click to toggle)
docopt 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 264 kB
  • ctags: 151
  • sloc: python: 1,037; makefile: 18
file content (35 lines) | stat: -rw-r--r-- 1,237 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
Source: docopt
Section: python
Priority: optional
Maintainer: Agustin Henze <tin@debian.org>
Build-Depends: debhelper (>= 9),
 python-all,
 python-setuptools,
 python3-all,
 python3-setuptools,
 dh-python,
Standards-Version: 3.9.5
X-Python-Version: >= 2.5
Homepage: http://docopt.org
Vcs-Git: git://anonscm.debian.org/collab-maint/docopt.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/docopt.git

Package: python-docopt
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: command-line interface description language
 docopt helps you define an interface for your command-line app and
 automatically generate a parser for it. Its interface descriptions are
 based on a formalization of the standard conventions used in help
 messages and man pages.

Package: python3-docopt
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: command-line interface description language (Python3)
 docopt helps you define an interface for your command-line app and
 automatically generate a parser for it. Its interface descriptions are
 based on a formalization of the standard conventions used in help
 messages and man pages.
 .
 This is the Python 3 compatible version of the package.