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.
pip install pymlconf
cd path/to/pymlconf
pip install -e .
pip install -r requirements-dev.txt
pytest
pytest --cov=pymlconf
cd sphinx
make doctest
make html
or
make livehtml