| Paketname | python-iniparse |
| Beschreibung | Module to access and modify configuration data in INI files |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
| Version | 0.3.1-1 |
| Sektion | python |
| Priorität | extra |
| Installierte Größe | 124 Byte |
| Hängt ab von | python (>= 2.4), python-support (>= 0.90.0) |
| Empfohlene Pakete | |
| Paketbetreuer | Ubuntu Developers |
| Quelle | |
| Paketgröße | 18960 Byte |
| Prüfsumme MD5 | 2378a7b7cb056497e523d27547bdf940 |
| Prüfsumme SHA1 | fd1113303c650029141a03a1ee32072ea8f84beb |
| Prüfsumme SHA256 | 2bf27370460f643930839dd6404c4785a5b62fbd0245d8ea96d46f233a2025b5 |
| Link zum Herunterladen | python-iniparse_0.3.1-1_all.deb |
| Ausführliche Beschreibung | iniparse is a INI parser for Python which is:
.
* Compatiable with ConfigParser: Backward compatible implementations of
ConfigParser, RawConfigParser, and SafeConfigParser are included that are
API-compatible with the Python standard library. They pass all the unit
tests in Python-2.4.4.
.
* Preserves structure of INI files: Order of sections & options, indentation,
comments, and blank lines are preserved as far as possible when data is
updated.
.
* More convenient: Values can be accessed using dotted notation
(cfg.user.name), or using container syntax (cfg['user']['name']).
.
It is very useful for config files that are updated both by users and by
programs, since it is very disorienting for a user to have her config file
completely rearranged whenever a program changes it. iniparse also allows
making the order of entries in a config file significant, which is desirable
in applications like image galleries.
|