DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-iniparse
BeschreibungModule to access and modify configuration data in INI files
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (main)
Version0.3.1-1
Sektionpython
Prioritätextra
Installierte Größe124 Byte
Hängt ab vonpython (>= 2.4), python-support (>= 0.90.0)
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße18960 Byte
Prüfsumme MD52378a7b7cb056497e523d27547bdf940
Prüfsumme SHA1fd1113303c650029141a03a1ee32072ea8f84beb
Prüfsumme SHA2562bf27370460f643930839dd6404c4785a5b62fbd0245d8ea96d46f233a2025b5
Link zum Herunterladenpython-iniparse_0.3.1-1_all.deb
Ausführliche Beschreibunginiparse 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.


Impressum
Linux is a registered trademark of Linus Torvalds