From 361c92bb81bbb188ab99d44816bdbc7e9be09570 Mon Sep 17 00:00:00 2001 From: Vinta Date: Sat, 19 Sep 2015 23:05:01 +0800 Subject: [PATCH] add python-decouple - Strict separation of settings from code --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a9ced2..646e366 100644 --- a/README.md +++ b/README.md @@ -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