File: control

package info (click to toggle)
python-configglue 1.0-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 336 kB
  • ctags: 940
  • sloc: python: 4,047; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 653 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: python-configglue
Section: python
Priority: optional
Maintainer: Andrew Mitchell <ajmitch@debian.org>
Build-Depends: 
 python (>= 2.6.6-3~),
 python-setuptools,
 debhelper (>= 7.0.50)
X-Python-Version: >=2.6
Standards-Version: 3.9.2

Package: python-configglue
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${misc:Depends}, ${python:Depends}
Description: Glues together optparse.OptionParser and ConfigParser.ConfigParser
 Configglue is a library that glues together python's optparse.OptionParser 
 and ConfigParser.ConfigParser, so that the same options can be exported to a
 configuration file and a commandline interface.