Downloadliste

Projektbeschreibung

iniparse is an INI parser for Python which is API compatible with the
standard library's ConfigParser, preserves structure of INI files (the
order of sections and options, indentation, comments, and blank lines
are preserved when data is updated), and is more convenient to use.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-04-18 17:28
0.3.2

Ein neues Utility-Funktion wurde aufgeräumt Leerzeichen in INI-Dateien hinzugefügt. Die Fähigkeit, Kommentar-Syntax für das Parsen von Konfigurationsdateien ändern Mercurial wurde hinzugefügt. ConfigParser Ausnahmen und Konstanten sind von der Top-Level-iniparse Modul verfügbar.
A new utility function was added to tidy whitespace in INI files. The ability to change comment syntax for parsing Mercurial config files was added. ConfigParser exceptions and constants are available from the top-level iniparse module.

2009-03-03 04:33
0.3.1

Diese Version behebt leer-line Umgang mit Fehlern in der letzten Version eingeführt.
Tags: Major bugfixes
This release fixes empty-line handling bugs introduced in the last release.

2009-02-28 04:18
0.3.0

Diese Version behebt Umgang mit der Fortsetzung Linien, Zugang zu den DEFAULT-Abschnitt und Kommissionierung / Entpickeln.
Tags: Major bugfixes
This release fixes handling of continuation lines, access to the DEFAULT section, and picking/unpickling.

2004-10-04 14:38
0.1

Tags: Initial freshmeat announcement

Project Resources