Created by: andrasmaroy
What is this Python project?
Supports parsing configuration values from multiple sources and organizing them in a hierarchy, meaning sources higher-up overwrite values with the same key.
Available sources:
- environment variables
- files
- json
- yaml
- ini
- custom formats also available
- command line arguments
- key-value pairs (
dict
) directly
What's the difference between this Python project and similar ones?
I'm not aware of anything similar.
--
Anyone who agrees with this pull request could vote for it by adding a