lightweight human-readable config?
anton muhin
antonmuhin.REMOVE.ME.FOR.REAL.MAIL at rambler.ru
Thu Oct 30 10:19:14 EST 2003
More information about the Python-list mailing list
Thu Oct 30 10:19:14 EST 2003
- Previous message (by thread): lightweight human-readable config?
- Next message (by thread): lightweight human-readable config?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Maxim Khesin wrote: > I want to have a config file with my python proggie, satisfying the > following requirements: > 1) support key->(value, default) > 2) simple and intuitive to read and edit > 3) easyly readable into a python datastructure (a dictionary?) > 4) not requiring any heavy libraries needed (I am distributing my > proggie as a py2exe executable and do not want to bloat the size) > > can you guys suggest some format for this? thanks, > max > I like YAML (www.yaml.org), although the only Python implementation I'm aware of is a bit buggy. hth, anton.
- Previous message (by thread): lightweight human-readable config?
- Next message (by thread): lightweight human-readable config?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list