mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
add python-decouple - Strict separation of settings from code
This commit is contained in:
parent
509181f47d
commit
361c92bb81
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue