# HG changeset patch # User Franz Glasner # Date 1523259304 -7200 # Node ID 252645c69c7b59801462242c13ce92028dbfc8c7 # Parent fc2bd73f9e98f158b76609203797a722f4f982a8 Better wording in then README diff -r fc2bd73f9e98 -r 252645c69c7b README.txt --- 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