Info2: << Package: iniparse-py%type_pkg[python] Version: 0.4 Revision: 2 Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5 Type: python (2.4 2.5 2.6 2.7) Source: http://iniparse.googlecode.com/files/iniparse-%v.tar.gz Source-MD5: 5e573e9e9733d97623881ce9bbe5eca6 Depends: python%type_pkg[python], distribute-py%type_pkg[python] CompileScript: python%type_raw[python] setup.py build InstallScript: << python%type_raw[python] setup.py install --prefix %p --root %d mv %i/share/doc/iniparse-%v %i/share/doc/%n << DocFiles: LICENSE LICENSE-PSF README html/ Description: INI parser for Python DescDetail: << 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 included with Python. Order of sections & options, indentation, comments, and blank lines are preserved as far as possible when data is updated. 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. << License: BSD Homepage: http://code.google.com/p/iniparse/ Maintainer: Brendan Cully <<