Another configuration library using yaml


License
MIT
Install
pip install pymlconf==2.0.0

Documentation

pymlconf

PyPI Build Coverage Status Documentation

About

pymlconf (Python YAML Configuration Library) helps to easily manage and access to your application configurations which was already Written in YAML language.

Checkout Documentation for more info.

Installation

pip install pymlconf

Development

cd path/to/pymlconf
pip install -e .
pip install -r requirements-dev.txt

Running tests

pytest

Coverage

pytest --cov=pymlconf

Documentation

cd sphinx
make doctest
make html
or
make livehtml