Paketname | python-configobj |
Beschreibung | simple but powerful config file reader and writer for Python |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 4.7.2+ds-1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 1656 Byte |
Hängt ab von | python-support (>= 0.90.0) |
Empfohlene Pakete | |
Paketbetreuer | Daniel Watkins |
Quelle | configobj |
Paketgröße | 237750 Byte |
Prüfsumme MD5 | 53480d09a77360cf8ce96998ee7aa173 |
Prüfsumme SHA1 | b3af420b77033ea87f4c3e179775acb8819a8754 |
Prüfsumme SHA256 | eac733e804fc6c99a760b43ae52f578883ee3b323bea4c5a6170a8e0f8b3f116 |
Link zum Herunterladen | python-configobj_4.7.2+ds-1_all.deb |
Ausführliche Beschreibung | ConfigObj is a simple but powerful config file reader and writer: an
ini file round tripper. Its main feature is that it is very easy to
use, with a straightforward programmer's interface and a simple
syntax for config files. It has lots of other features, though:
.
* Nested sections (subsections), to any level
* List values
* Multiple line values
* String interpolation (substitution)
* Integrated with a powerful validation system
+ including automatic type checking/conversion
+ and allowing default values
+ repeated sections
* All comments in the file are preserved
* The order of keys/sections is preserved
* Full Unicode support
* Powerful unrepr mode for storing/retrieving Python data-types
|