pymlconf

Python high level configuration library

MIT License

Downloads
5K
Stars
38
Committers
9

pymlconf

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
Package Rankings
Top 6.27% on Pypi.org
Badges
Extracted from project README
PyPI Build Coverage Status Documentation Downloads Downloads Downloads