You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><ahref="http://fitzgen.github.io/pycco/">Pycco</a> - The literate-programming-style documentation generator.</li>
569
569
</ul>
570
570
<h2id="configuration">Configuration</h2>
571
-
<p><em>Libraries for storing configuration options.</em></p>
571
+
<p><em>Libraries for storing and parsing configuration options.</em></p>
572
572
<ul>
573
573
<li><ahref="http://www.red-dove.com/config-doc/">config</a> - Hierarchical config from the author of <ahref="https://docs.python.org/2/library/logging.html">logging</a>.</li>
574
574
<li><ahref="http://www.voidspace.org.uk/python/configobj.html">ConfigObj</a> - INI file parser with validation.</li>
575
575
<li><ahref="https://docs.python.org/2/library/configparser.html">ConfigParser</a> - (Python standard library) INI file parser.</li>
576
576
<li><ahref="http://profig.readthedocs.org/">profig</a> - Config from multiple formats with value conversion.</li>
577
+
<li><ahref="https://github.com/henriquebastos/python-decouple">python-decouple</a> - Strict separation of settings from code.</li>
<li><ahref="https://github.com/jlafon/PynamoDB">PynamoDB</a> - A Pythonic interface for <ahref="https://aws.amazon.com/dynamodb/">Amazon DynamoDB</a>.</li>
736
738
<li><ahref="https://github.com/mathcamp/flywheel">flywheel</a> - Object mapper for Amazon DynamoDB.</li>
737
739
<li><ahref="http://mongoengine.org/">MongoEngine</a> - A Python Object-Document-Mapper for working with MongoDB.</li>
738
740
<li><ahref="https://github.com/stephenmcd/hot-redis">hot-redis</a> - Rich Python data types for Redis.</li>
0 commit comments