onion_config is a Python package designed for easy configuration management. It supports loading and validating configuration data from environment variables and configuration files in JSON and YAML ...
There are 2 levels of configuration supported by this library. Application level configuration: Configuration that is global to the entire application. Runtime level configuration: Configuration that ...