Re: PyINI : Cross-Platform INI parser

2005-02-12 Thread Giovanni Bajo
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 >> with

Re: PyINI : Cross-Platform INI parser

2005-02-11 Thread Nick Coghlan
Peter Maas wrote: I think that a new config utility is worth the effort if it has the potential to put an end to roll-your-own config formats and parsers. http://www.python.org/moin/ConfigParserShootout Cheers, Nick. -- Nick Coghlan | [EMAIL PROTECTED] | Brisbane, Australia

Re: PyINI : Cross-Platform INI parser

2005-02-11 Thread Peter Maas
SeSe schrieb: 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 t

Re: PyINI : Cross-Platform INI parser

2005-02-11 Thread Fuzzyman
Giovanni Bajo wrote: > 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=val

Re: PyINI : Cross-Platform INI parser

2005-02-11 Thread Thomas Heller
"Giovanni Bajo" <[EMAIL PROTECTED]> writes: > 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

Re: PyINI : Cross-Platform INI parser

2005-02-11 Thread Dalius Dobravolskas
Hello, > I started a opensource project PyINI for corss-platform *.ini parsing at > http://sourceforge.net/projects/pyini/ How it is different from http://docs.python.org/lib/module-ConfigParser.html? Dalius -- http://mail.python.org/mailman/listinfo/python-list

Re: PyINI : Cross-Platform INI parser

2005-02-11 Thread Giovanni Bajo
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++

PyINI : Cross-Platform INI parser

2005-02-10 Thread SeSe
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