Another configuration library using yaml
Project description
Jump To:
About
pymlconf (Python YAML Configuration Library) helps to easily manage and access to your application configurations which was already Written in YAML language.
Installation
Latest stable version:
$ pip install pymlconf
Unit-Tests
Install nose and change current directory to project’s dir:
$ cd path/to/pymlconf
$ pip install -r requirements-dev.txt
$ pip install -e .
Running tests:
$ nosetests
Or
$ python setup.py test
Syntax Reference
You can find the canonical syntax reference on PyYAML site
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pymlconf-2.4.6.tar.gz
(6.0 kB
view hashes)