iniparse

Better INI parser for Python

Introduction

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.

Website: http://code.google.com/p/iniparse/

Examples
New API: Backward Compatible API: A non-INI example: