Mercurial > hgrepos > Python > libs > ConfigMix
view README.txt @ 163:ff03cdf36139
The README.txt should be in the most important parts readable without keyword substitutions.
The release number ist now directly included. Distinguish between the release
date "release_date" and the build date of the documentation "today".
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 14 Mar 2019 00:13:59 +0100 |
| parents | e2e8d21b4122 |
| children | d8155c429171 |
line wrap: on
line source
.. -*- coding: utf-8; mode: rst; -*- .. _README: :Author: Franz Glasner :Version: 0.6.0.dev1 :Date: |VCSJustDate| :Copyright: (c) 2015–2019, Franz Glasner. All rights reserved. :License: 3-clause BSD License. See :ref:`LICENSE.txt <license>` for more details. :Revision: |VCSRevision| :Repository: |VCSHGpath| "ConfigMix" is a library for helping with the configuration of applications and their configuration files. It reads a couple of configuration files in the following different styles: - YAML files - JSON files - INI files - executable Python scripts 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. References and Inspirations --------------------------- 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
