Skip to content

Commit 6d325ce

Browse files
committed
Update documentation
1 parent c149276 commit 6d325ce

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,12 +568,13 @@ <h2 id="documentation">Documentation</h2>
568568
<li><a href="http://fitzgen.github.io/pycco/">Pycco</a> - The literate-programming-style documentation generator.</li>
569569
</ul>
570570
<h2 id="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>
572572
<ul>
573573
<li><a href="http://www.red-dove.com/config-doc/">config</a> - Hierarchical config from the author of <a href="https://docs.python.org/2/library/logging.html">logging</a>.</li>
574574
<li><a href="http://www.voidspace.org.uk/python/configobj.html">ConfigObj</a> - INI file parser with validation.</li>
575575
<li><a href="https://docs.python.org/2/library/configparser.html">ConfigParser</a> - (Python standard library) INI file parser.</li>
576576
<li><a href="http://profig.readthedocs.org/">profig</a> - Config from multiple formats with value conversion.</li>
577+
<li><a href="https://github.com/henriquebastos/python-decouple">python-decouple</a> - Strict separation of settings from code.</li>
577578
</ul>
578579
<h2 id="command-line-tools">Command-line Tools</h2>
579580
<p><em>Libraries for building command-line application.</em></p>
@@ -733,6 +734,7 @@ <h2 id="orm">ORM</h2>
733734
</li>
734735
<li>NoSQL Databases<ul>
735736
<li><a href="https://github.com/django-nonrel/mongodb-engine">django-mongodb-engine</a> - Django MongoDB Backend.</li>
737+
<li><a href="https://github.com/jlafon/PynamoDB">PynamoDB</a> - A Pythonic interface for <a href="https://aws.amazon.com/dynamodb/">Amazon DynamoDB</a>.</li>
736738
<li><a href="https://github.com/mathcamp/flywheel">flywheel</a> - Object mapper for Amazon DynamoDB.</li>
737739
<li><a href="http://mongoengine.org/">MongoEngine</a> - A Python Object-Document-Mapper for working with MongoDB.</li>
738740
<li><a href="https://github.com/stephenmcd/hot-redis">hot-redis</a> - Rich Python data types for Redis.</li>
@@ -1014,6 +1016,7 @@ <h2 id="admin-panels">Admin Panels</h2>
10141016
<li><a href="https://github.com/mrjoes/flask-admin">flask-admin</a> - Simple and extensible administrative interface framework for Flask.</li>
10151017
<li><a href="https://github.com/mher/flower">flower</a> - Real-time monitor and web admin for Celery.</li>
10161018
<li><a href="http://grappelliproject.com">Grappelli</a> – A jazzy skin for the Django Admin-Interface.</li>
1019+
<li><a href="https://github.com/wooey/wooey">Wooey</a> - A Django app which creates automatic web UIs for Python scripts.</li>
10171020
</ul>
10181021
<h2 id="static-site-generator">Static Site Generator</h2>
10191022
<p><em>Static site generator is a software that takes some text + templates as input and produces HTML files on the output.</em></p>
@@ -1254,6 +1257,7 @@ <h2 id="data-visualization">Data Visualization</h2>
12541257
<li><a href="http://pygal.org/">pygal</a> - A Python SVG Charts Creator.</li>
12551258
<li><a href="https://pypi.python.org/pypi/pygraphviz">pygraphviz</a> - Python interface to <a href="http://www.graphviz.org/">Graphviz</a>.</li>
12561259
<li><a href="http://www.pyqtgraph.org/">PyQtGraph</a> - Interactive and realtime 2D/3D/Image plotting and science/engineering widgets.</li>
1260+
<li><a href="https://jiffyclub.github.io/snakeviz">SnakeViz</a> - A browser based graphical viewer for the output of Python's cProfile module.</li>
12571261
<li><a href="https://github.com/wrobstory/vincent">vincent</a> - A Python to Vega translator.</li>
12581262
<li><a href="http://vispy.org/">VisPy</a> - High-performance scientific visualization based on OpenGL.</li>
12591263
</ul>
@@ -1401,6 +1405,7 @@ <h2 id="algorithms-and-design-patterns">Algorithms and Design Patterns</h2>
14011405
<ul>
14021406
<li><a href="https://github.com/nryoung/algorithms">algorithms</a> - A module of algorithms for Python.</li>
14031407
<li><a href="https://github.com/faif/python-patterns">python-patterns</a> - A collection of design patterns in Python.</li>
1408+
<li><a href="http://www.grantjenks.com/docs/sortedcontainers/">sortedcontainers</a> - Fast, pure-Python implementation of SortedList, SortedDict, and SortedSet types.</li>
14041409
</ul>
14051410
<h2 id="editor-plugins">Editor Plugins</h2>
14061411
<p><em>Plugins for editors and IDEs.</em></p>

mkdocs/search_index.json

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<url>
66
<loc>http://awesome-python.com/</loc>
7-
<lastmod>2015-09-04</lastmod>
7+
<lastmod>2015-09-19</lastmod>
88
<changefreq>daily</changefreq>
99
</url>
1010

0 commit comments

Comments
 (0)