PyINI : Cross-Platform INI parser

Giovanni Bajo noway at sorry.com
Sat Feb 12 19:43:54 EST 2005


Thomas Heller wrote:

>>> 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.
>
> You can easily access the windows apis either with pywin32, or with
> ctypes for those functions that aren't wrapped in pywin32.

Sure, but we were speaking of doing that in a portable library.
-- 
Giovanni Bajo





More information about the Python-list mailing list