Mercurial > hgrepos > Python > libs > ConfigMix
diff README @ 0:53ea2bc254e7
Begin a package to abstract some of the important configuration handling stuff.
- My first package with a "setup.py" installer.
BUGS:
- licensing
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Mon, 07 Mar 2016 09:03:18 +0100 |
| parents | |
| children | dc058099a4cb |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Mon Mar 07 09:03:18 2016 +0100 @@ -0,0 +1,26 @@ +.. -*- coding: utf-8; mode: rst; -*- + +=========== + MixConfig +=========== + +:Author: Franz Glasner +:Path: $HG(sw/libs/py/MixConfig.hg)$ + + +"MixConfig" is a library for helping with configuration files. + + +Links +===== + +Search for "yaml" on `PyPi` + +- https://pypi.python.org/pypi/layered-yaml-attrdict-config/16.1.0 + + The package and it's "Links" section + + +- https://configloader.readthedocs.org/en/latest/ + + For the API
