Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shir0kamii/manyconfig
An easy-to-use declarative loader of configuration
https://github.com/shir0kamii/manyconfig
Last synced: 9 days ago
JSON representation
An easy-to-use declarative loader of configuration
- Host: GitHub
- URL: https://github.com/shir0kamii/manyconfig
- Owner: Shir0kamii
- Created: 2018-02-25T02:01:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-11T14:31:10.000Z (about 6 years ago)
- Last Synced: 2024-10-11T17:44:00.832Z (26 days ago)
- Language: Python
- Homepage: http://manyconfig.readthedocs.io/en/latest/
- Size: 31.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Manyconfig
##########An easy-to-use declarative loader of configuration
Status
======Manyconfig is maintained, feel free to open issues or pull requests.
What does it do?
================Manyconfig lets you describe your configuration using simple blocks. You can
then load this configuration in a simple statement, even if it is scattered
across various file and environment variables.We call these descriptions a MetaConfig not to confuse them with the
configuration itself, which is the result of loading a MetaConfig.I can't leverage Manyconfig for my use case!
============================================If that's the case, please tell me. Manyconfig is still in its early days, so
this is bound to happen. I'll happily add building blocks if it enables more
use cases.