PyerConf
Introduction
PyerConf is a pythonic hierarchical configuration parser.
Example
>>> import pyerconf >>> cfg = pyerconf.Config('./sample.cfg') >>> print cfg.strval this is a string >>> print cfg.orgchart.boss Mr Goldmine >>> print cfg.orgchart.head_office {'VP': 'Miz dho', 'CTO': 'John Bugs'} >>> print cfg.foobar AttributeError
Requirements
Download
- latest stable source archive (version 0.1.0): http://devedge.bour.cc/resources/pyerconf/src/pyerconf.latest.tar.gz
- git sources: git clone co http://devedge.bour.cc/git/pyerconf.git
Contact
PyerConf is written by Guillaume Bour <guillaume@…>
License
PyerConf is distributed under GNU GPL v3 License.
