Fix broken URL for ConfigObj library

New URL is to Python 3 compatible port of the original library, blessed by original creator
This commit is contained in:
Neil Halelamien 2018-11-01 17:15:09 -07:00 committed by GitHub
parent 5d724b85f9
commit 39f63790c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -335,7 +335,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
*Libraries for storing and parsing configuration options.*
* [config](https://www.red-dove.com/config-doc/) - Hierarchical config from the author of [logging](https://docs.python.org/3/library/logging.html).
* [ConfigObj](http://www.voidspace.org.uk/python/configobj.html) - INI file parser with validation.
* [ConfigObj](https://github.com/DiffSK/configobj) - INI file parser with validation.
* [ConfigParser](https://docs.python.org/3/library/configparser.html) - (Python standard library) INI file parser.
* [profig](http://profig.readthedocs.org/en/default/) - Config from multiple formats with value conversion.
* [python-decouple](https://github.com/henriquebastos/python-decouple) - Strict separation of settings from code.