view README.txt @ 791:830a7536281b default tip

PDF style: the white space before the chapter number was too tight: enlarge it somewhat
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 17 May 2026 19:00:15 +0200
parents 8ab718cbec22
children
line wrap: on
line source

.. -*- coding: utf-8; mode: rst; -*-

.. _README:

:Author:     Franz Glasner
:Version:    0.23.3
:Date:       2023-12-07
:Copyright:  © 2015–2023 Franz Glasner
:License:    BSD 3-Clause "New" or "Revised" License.
             See :ref:`LICENSE.txt <license>` for more details.
:Revision:   |VCSRevision|


"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