Merge pull request #12 from vndmtrx/master

Added entries on Docs and Web Frameworks
This commit is contained in:
Vinta 2014-07-01 11:26:07 +08:00
commit 37a2821129

View File

@ -145,6 +145,8 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
*Libraries for generating project documentation.* *Libraries for generating project documentation.*
* [Sphinx](http://sphinx-doc.org/) - Python Documentation generator. * [Sphinx](http://sphinx-doc.org/) - Python Documentation generator.
* [reStructuredText](http://docutils.sourceforge.net/rst.html) - Markup Syntax and Parser Component of Docutils.
* [Python-Markdown](https://github.com/waylan/Python-Markdown) - A Python implementation of John Grubers Markdown.
## Imagery ## Imagery
@ -229,6 +231,9 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
* [Bottle](http://bottlepy.org/) - A fast, simple and lightweight WSGI micro web-framework. * [Bottle](http://bottlepy.org/) - A fast, simple and lightweight WSGI micro web-framework.
* [Pyramid](http://www.pylonsproject.org/) - A small, fast, down-to-earth, open source Python web framework. * [Pyramid](http://www.pylonsproject.org/) - A small, fast, down-to-earth, open source Python web framework.
* [web2py](http://www.web2py.com) - A full stack web framework and platform focused in the ease of use. * [web2py](http://www.web2py.com) - A full stack web framework and platform focused in the ease of use.
* [TurboGears](http://www.turbogears.org/) - The Web Framework that scales with you. Starts as a microframework and scales up to a fullstack solution.
* [Grok](http://grok.zope.org/) - A framework built on the existing Zope 3 libraries, offers a lot of building blocks for web development.
* [CherryPy](http://www.cherrypy.org/) - A Minimalist Python Web Framework, HTTP/1.1-compliant and WSGI thread-pooled.
## CMS ## CMS