Mercurial > hgrepos > Python > libs > ConfigMix
view README.txt @ 105:1c2f8a96dec2
Unittests with some real-worl-examples of .yml and .ini configuration files
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Fri, 23 Mar 2018 17:43:36 +0100 |
| parents | 2b79ddc0f92b |
| children | 21d92ff8cf31 |
line wrap: on
line source
.. -*- coding: utf-8; mode: rst; -*- .. _README: :Author: Franz Glasner :Version: |release| :Date: |today| :Copyright: (c) 2015–2018, 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 configuration files. It reads configuration files in the following styles: - YAML 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. Further 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
