[Python-Dev] New miniconf module (original) (raw)
Sylvain Fourmanoit syfou at users.sourceforge.net
Wed Jul 26 20:11:53 CEST 2006
- Previous message: [Python-Dev] 2.5: uses of sys.exc_type, exc_value
- Next message: [Python-Dev] New miniconf module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I wrote a data persistence module called miniconf, aimed at making easy to create and safely retrieve configuration info from external, human-readable sources using Python syntax. I feel it would eventually make a nice addition to the standard library.
The code was only newly refactored in this form, but it as been broadly distributed and used as a part of the adesklets project for over a year by a significant user base on multiple platforms.
Here it is, as a patch against Python 2.5 SVN tree[1], or as a stand-alone module hosted on the Python Cheese Shop[2]; any feedback is welcomed.
-- Sylvain <syfou at users.sourceforge.net>
Hackers are just a migratory lifeform with a tropism for computers.
[1]http://sourceforge.net/tracker/index.php?func=detail&aid=1527597&group_id=5470&atid=355470 [2]http://cheeseshop.python.org/pypi?:action=display&name=miniconf&version=1.0.1
- Previous message: [Python-Dev] 2.5: uses of sys.exc_type, exc_value
- Next message: [Python-Dev] New miniconf module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]