My favorites | Sign in
Logo
             
Search
for
Updated Mar 14, 2008 by nandoflorestan
CherryPy  
CherryPy is a powerful webserver written in Python.

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.mc, 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
Hosted by Google Code