A proposal to use envyaml for configuration over the stdlib configparser
Pros:
- YAML configuration is more readable
- More advanced configuration is more easily represented
- Injecting environment variables allows for maintaining of secrets in a consistent way, especially within containers
Cons:
- Not a part of standard library
A proposal to use envyaml for configuration over the stdlib
configparserPros:
Cons: