My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
CherryPy  
CherryPy is a powerful webserver written in Python.
Updated Feb 4, 2010 by nandoflorestan@gmail.com

Webpyte proudly uses CherryPy 3.1, which provides speed, a very nice API, sessions, serving multiple applications, server configuration separate from application configuration, logging, cookies, serving static directories and files, decoding the request, gzipping the response, digest authentication etc.

TurboGears 1.x used CherryPy 2.3. TurboGears 2.0 will not be based on CherryPy anymore. Instead, it is based on Pylons (which uses Paste or Webob for webserver).

Comment by ionel...@gmail.com, Apr 23, 2008

webob is not a webserver and pylons can use any compilant wsgi server (including paste's, wsgiref, cherrypy3, zope, twisted and so on)


Sign in to add a comment
Powered by Google Project Hosting