Short Overview

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 LICENSE.txt for more details.

Revision:

dev-46578f03a7cb

“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:

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