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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
|
Source: python-reconfigure
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Andrej Shadura <andrewsh@debian.org>
Build-Depends:
dh-python,
python-setuptools (>= 0.6.24),
python-all (>= 2.6.6-3),
python3-setuptools (>= 0.6.24),
python3-all,
python-sphinx (>= 1.0.7+dfsg) | python3-sphinx,
python-chardet,
python3-chardet,
python-nose,
python3-nose,
python-iniparse,
python3-iniparse,
debhelper (>= 9)
Standards-Version: 3.9.4
Homepage: http://eugeny.github.io/reconfigure
Vcs-Git: https://git.dgit.debian.org/python-reconfigure
Vcs-Browser: https://browse.dgit.debian.org/python-reconfigure.git/
Package: python-reconfigure
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-iniparse
Provides: ${python:Provides}
Description: simple config file management library (Python 2)
python-reconfigure provides easy and uniform access to various
kinds of configuration files, easily extendable with custom
parsers.
.
Supported configuration files:
* Ajenti (ajenti)
* BIND9 DNS (bind9)
* Crontabs (crontab)
* Samba CTDB (ctdb)
* ISC DHCPD / uDHCPD (dhcpd)
* NFS /etc/exports (exports)
* /etc/fstab (fstab)
* /etc/group (group)
* /etc/hosts (hosts)
* iptables-save dump (iptables)
* Netatalk afp.conf (netatalk)
* NSD DNS (nsd)
* /etc/passwd (passwd)
* /etc/resolv.conf (resolv)
* Samba (samba)
* Squid 3 (squid)
* Supervisord (supervisor)
.
Included parsers:
* BIND9 config (bind9)
* Crontab (crontab)
* NFS Exports (exports)
* .ini (ini)
* iptables-save (iptables)
* nginx-like (nginx)
* squid (squid)
* nsd (nsd)
* CSV-like space-separated values (ssv)
* JSON (jsonparser)
Package: python-reconfigure-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: simple config file management library (documentation)
python-reconfigure provides easy and uniform access to various
kinds of configuration files, easily extendable with custom
parsers.
.
This package provides documentation to python-reconfigure.
Package: python3-reconfigure
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-iniparse
Description: simple config file management library (Python 3)
python-reconfigure provides easy and uniform access to various
kinds of configuration files, easily extendable with custom
parsers.
.
Supported configuration files:
* Ajenti (ajenti)
* BIND9 DNS (bind9)
* Crontabs (crontab)
* Samba CTDB (ctdb)
* ISC DHCPD / uDHCPD (dhcpd)
* NFS /etc/exports (exports)
* /etc/fstab (fstab)
* /etc/group (group)
* /etc/hosts (hosts)
* iptables-save dump (iptables)
* Netatalk afp.conf (netatalk)
* NSD DNS (nsd)
* /etc/passwd (passwd)
* /etc/resolv.conf (resolv)
* Samba (samba)
* Squid 3 (squid)
* Supervisord (supervisor)
.
Included parsers:
* BIND9 config (bind9)
* Crontab (crontab)
* NFS Exports (exports)
* .ini (ini)
* iptables-save (iptables)
* nginx-like (nginx)
* squid (squid)
* nsd (nsd)
* CSV-like space-separated values (ssv)
* JSON (jsonparser)
.
This is a Python 3 version of the package
|