PyINI : Cross-Platform INI parser

Giovanni Bajo noway at sorry.com
Fri Feb 11 03:43:43 EST 2005


SeSe wrote:

> hi, every one,
>
> I started a opensource project PyINI for corss-platform *.ini parsing
> at http://sourceforge.net/projects/pyini/
>
> I have released a simple alpha version, which can read *.ini, with
> some extended features such as "key=value1,value2,value3". I also
> made a c++ binding to PyINI with elmer toolkit.


The most useful feature would be to be able to write INI files back without
affecting their formatting, without removing user commands, etc. This is what
Windows APIs do, and it is what I am missing from most INI parsing libraries
out there.
-- 
Giovanni Bajo





More information about the Python-list mailing list