What's new? | Help | Directory | Sign in
Google
                
Show all Featured Downloads:
iniparse-0.2.3.tar.gz
Show all Featured Wiki Pages:
UsageExamples
How to join?
Project owners:
  psoberoi
Project members:
debarshi.ray, tim.lauridsen

News

11 Dec 2007 - iniparse-0.2.3 released

24 Sep 2007 - iniparse-0.2.2 released

Introduction to iniparse

iniparse is a INI parser for Python which is:

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.

More Information