<snip>
So what is the "worshipped" approach, when you need more than name=value
pairs ?
JSON is one option: http://docs.python.org/library/json.html


Thanks, didn't think about that, although most of the apps I know don't seem to use this approach for improved conf file handling ( ipython, pylons, etc ).

To me , the ipython way ( hybrid: ipy_user_conf.py and *.ini files ) seems to be the most comprehensive way amongst the larger apps I know of, since it let you have a python coded file for what ever you might want to do during initialization and have additional .ini files, ,possibily several in different locations, for simpler options in name,value format.

Has anybody experiences with other tools that use this approach ?

Peter
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to