add python-decouple - Strict separation of settings from code

This commit is contained in:
Vinta 2015-09-19 23:05:01 +08:00
parent 509181f47d
commit 361c92bb81
1 changed files with 2 additions and 1 deletions

View File

@ -261,12 +261,13 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
## Configuration
*Libraries for storing configuration options.*
*Libraries for storing and parsing configuration options.*
* [config](http://www.red-dove.com/config-doc/) - Hierarchical config from the author of [logging](https://docs.python.org/2/library/logging.html).
* [ConfigObj](http://www.voidspace.org.uk/python/configobj.html) - INI file parser with validation.
* [ConfigParser](https://docs.python.org/2/library/configparser.html) - (Python standard library) INI file parser.
* [profig](http://profig.readthedocs.org/) - Config from multiple formats with value conversion.
* [python-decouple](https://github.com/henriquebastos/python-decouple) - Strict separation of settings from code.
## Command-line Tools