1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: optcomplete
Section: python
Priority: optional
Maintainer: Bastian Kleineidam <calvin@debian.org>
Build-Depends: debhelper (>= 7), cdbs
Build-Depends-Indep: python-central (>= 0.5), python
XS-Python-Version: >= 2.3
Standards-Version: 3.8.2
Homepage: http://furius.ca/optcomplete/
Vcs-Browser: https://hg.furius.ca/public/optcomplete/file/
Vcs-Hg: https://hg.furius.ca/public/optcomplete/
Package: python-optcomplete
Architecture: all
Replaces: python2.3-optcomplete (<< 1.2-5), python2.4-optcomplete (<< 1.2-5), optcomplete-common (<< 1.2-5)
Conflicts: python2.3-optcomplete (<< 1.2-5), python2.4-optcomplete (<< 1.2-5), optcomplete-common (<< 1.2-5)
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Description: provide bash-completion for Python programs
provides almost automatically shell completion for any Python program
that uses the optparse module.
|