mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 00:07:24 +00:00
add guava Fixes #70
This commit is contained in:
parent
3d8be7868a
commit
afd0fe32f8
1 changed files with 4 additions and 4 deletions
|
@ -298,12 +298,12 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [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.
|
||||
* [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.
|
||||
* [web.py](http://webpy.org/) - A web framework for Python that is as simple as it is powerful.
|
||||
* [Zope Toolkit](http://docs.zope.org/zopetoolkit/) - A set of libraries intended for reuse by projects to develop web applications or web frameworks.
|
||||
* [TurboGears](http://www.turbogears.org/) - The Web Framework that scales with you. Starts as a microframework and scales up to a fullstack solution.
|
||||
* [CherryPy](http://www.cherrypy.org/) - A Minimalist Python Web Framework, HTTP/1.1-compliant and WSGI thread-pooled.
|
||||
* [Grok](http://grok.zope.org/) - A framework built on the existing Zope 3 libraries, offers a lot of building blocks for web development.
|
||||
* [Bluebream](http://bluebream.zope.org/) - An open-source web application server, framework and library, created by the Zope community and formerly known as Zope 3.
|
||||
* [guava](https://github.com/flatpeach/guava) - A lightweight and high performance web framework for Python written in C.
|
||||
|
||||
## CMS
|
||||
|
||||
|
|
Loading…
Reference in a new issue