view README.txt @ 461:5de1a6f213a5

Tests for index-based list-style access for jails that are lists and not dicts
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 15 Dec 2021 09:14:17 +0100
parents 60ac94b64138
children b6f2450c782c
line wrap: on
line source

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

.. _README:

:Author:     Franz Glasner
:Version:    0.19.1b1
:Date:       |VCSJustDate|
:Copyright:  (c) 2015–2021, Franz Glasner.
             All rights reserved.
:License:    BSD 3-Clause "New" or "Revised" 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