Mercurial > hgrepos > Python > libs > ConfigMix
changeset 143:252645c69c7b
Better wording in then README
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Mon, 09 Apr 2018 09:35:04 +0200 |
| parents | fc2bd73f9e98 |
| children | 7e6ec99d5ff5 |
| files | README.txt |
| diffstat | 1 files changed, 11 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/README.txt Sat Apr 07 09:33:13 2018 +0200 +++ b/README.txt Mon Apr 09 09:35:04 2018 +0200 @@ -13,22 +13,25 @@ :Repository: |VCSHGpath| -"ConfigMix" is a library for helping with configuration files. +"ConfigMix" is a library for helping with the configuration of +applications and their configuration files. -It reads configuration files in the following styles: +It reads a couple of configuration files in the following different +styles: - YAML files -- JSON files +- JSON files - INI files - executable Python scripts -It then merges them together into a tree-ish configuration dictionary and -presents them as such to the API user. Reading can be done with -keyword expansion from other configuration values. +It then merges the parsed contents of given files into a *unified* +tree-ish configuration dictionary and presents them as such to the +application. Reading can be done with keyword expansion from other +configuration values. -Further References and Inspirations ------------------------------------ +References and Inspirations +--------------------------- Search for "yaml" on `PyPi` @@ -36,7 +39,6 @@ The package and it's "Links" section - - https://configloader.readthedocs.org/en/latest/ For the API
