Update documentation

This commit is contained in:
Vinta 2015-09-19 23:06:10 +08:00
parent c149276a7e
commit 6d325ce451
3 changed files with 13 additions and 8 deletions

View File

@ -568,12 +568,13 @@
<li><a href="http://fitzgen.github.io/pycco/">Pycco</a> - The literate-programming-style documentation generator.</li>
</ul>
<h2 id="configuration">Configuration</h2>
<p><em>Libraries for storing configuration options.</em></p>
<p><em>Libraries for storing and parsing configuration options.</em></p>
<ul>
<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>
<li><a href="http://www.voidspace.org.uk/python/configobj.html">ConfigObj</a> - INI file parser with validation.</li>
<li><a href="https://docs.python.org/2/library/configparser.html">ConfigParser</a> - (Python standard library) INI file parser.</li>
<li><a href="http://profig.readthedocs.org/">profig</a> - Config from multiple formats with value conversion.</li>
<li><a href="https://github.com/henriquebastos/python-decouple">python-decouple</a> - Strict separation of settings from code.</li>
</ul>
<h2 id="command-line-tools">Command-line Tools</h2>
<p><em>Libraries for building command-line application.</em></p>
@ -733,6 +734,7 @@
</li>
<li>NoSQL Databases<ul>
<li><a href="https://github.com/django-nonrel/mongodb-engine">django-mongodb-engine</a> - Django MongoDB Backend.</li>
<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>
<li><a href="https://github.com/mathcamp/flywheel">flywheel</a> - Object mapper for Amazon DynamoDB.</li>
<li><a href="http://mongoengine.org/">MongoEngine</a> - A Python Object-Document-Mapper for working with MongoDB.</li>
<li><a href="https://github.com/stephenmcd/hot-redis">hot-redis</a> - Rich Python data types for Redis.</li>
@ -1014,6 +1016,7 @@
<li><a href="https://github.com/mrjoes/flask-admin">flask-admin</a> - Simple and extensible administrative interface framework for Flask.</li>
<li><a href="https://github.com/mher/flower">flower</a> - Real-time monitor and web admin for Celery.</li>
<li><a href="http://grappelliproject.com">Grappelli</a> A jazzy skin for the Django Admin-Interface.</li>
<li><a href="https://github.com/wooey/wooey">Wooey</a> - A Django app which creates automatic web UIs for Python scripts.</li>
</ul>
<h2 id="static-site-generator">Static Site Generator</h2>
<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 @@
<li><a href="http://pygal.org/">pygal</a> - A Python SVG Charts Creator.</li>
<li><a href="https://pypi.python.org/pypi/pygraphviz">pygraphviz</a> - Python interface to <a href="http://www.graphviz.org/">Graphviz</a>.</li>
<li><a href="http://www.pyqtgraph.org/">PyQtGraph</a> - Interactive and realtime 2D/3D/Image plotting and science/engineering widgets.</li>
<li><a href="https://jiffyclub.github.io/snakeviz">SnakeViz</a> - A browser based graphical viewer for the output of Python's cProfile module.</li>
<li><a href="https://github.com/wrobstory/vincent">vincent</a> - A Python to Vega translator.</li>
<li><a href="http://vispy.org/">VisPy</a> - High-performance scientific visualization based on OpenGL.</li>
</ul>
@ -1401,6 +1405,7 @@
<ul>
<li><a href="https://github.com/nryoung/algorithms">algorithms</a> - A module of algorithms for Python.</li>
<li><a href="https://github.com/faif/python-patterns">python-patterns</a> - A collection of design patterns in Python.</li>
<li><a href="http://www.grantjenks.com/docs/sortedcontainers/">sortedcontainers</a> - Fast, pure-Python implementation of SortedList, SortedDict, and SortedSet types.</li>
</ul>
<h2 id="editor-plugins">Editor Plugins</h2>
<p><em>Plugins for editors and IDEs.</em></p>

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
<url>
<loc>http://awesome-python.com/</loc>
<lastmod>2015-09-04</lastmod>
<lastmod>2015-09-19</lastmod>
<changefreq>daily</changefreq>
</url>