We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
2 parents5d724b8 +39f6379 commit76b7b09Copy full SHA for 76b7b09
README.md
@@ -335,7 +335,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
335
*Libraries for storing and parsing configuration options.*
336
337
*[config](https://www.red-dove.com/config-doc/) - Hierarchical config from the author of[logging](https://docs.python.org/3/library/logging.html).
338
-*[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.
339
*[ConfigParser](https://docs.python.org/3/library/configparser.html) - (Python standard library) INI file parser.
340
*[profig](http://profig.readthedocs.org/en/default/) - Config from multiple formats with value conversion.
341
*[python-decouple](https://github.com/henriquebastos/python-decouple) - Strict separation of settings from code.