The configuration should be simple, this project aims to give you all the power while maintaining ease of use.
-
Json or Yaml files and environment variables are supported as source;
-
Correct data types (even for environment variables);
-
Create configurations in django models style;
-
The result object is a regular dictionary;
Documentation: http://abconfig.readthedocs.io/
Also strongly recommend that you read "The twelve-factor app" for config before starting.