Mercurial > hgrepos > Python > libs > ConfigMix
view README.txt @ 251:2a8dcab2de8c
Do not implicitely convert a configuration value to text if the value is the result of just a variable expansion.
This is technically a breaking change. But no known client code uses the old
behaviour.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 07 Jul 2020 22:21:27 +0200 |
| parents | efc9674fc549 |
| children | 16bcd85c7d28 |
line wrap: on
line source
.. -*- coding: utf-8; mode: rst; -*- .. _README: :Author: Franz Glasner :Version: 0.7.4 :Date: |VCSJustDate| :Copyright: (c) 2015–2020, Franz Glasner. All rights reserved. :License: 3-clause BSD License. See :ref:`LICENSE.txt <license>` for more details. :Revision: |VCSHGrevision| :Repository: |VCSHGpath| "ConfigMix" is a library to help 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 - TOML 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 variable interpolation 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
