Differences between revisions 10 and 11
Revision 10 as of 2002-09-25 11:33:51
Size: 2148
Editor: AMontsouris-108-1-3-77
Comment:
Revision 11 as of 2002-11-04 22:15:42
Size: 2148
Editor: pD9EB0746
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
   version:: 0.6 (''[[Date(2002-09-02T00:00:00)]]'')    version:: 0.7 (''[[Date(2002-09-18T00:00:00)]]'')

A framework for WebProgramming.

Masthead

URL

http://www.cherrypy.org/

version

0.7 (Date(2002-09-18T00:00:00))

licence
GPL
platforms
Python versions
???

URL

http://www.cherrypy.org/

Licence

GPL

Deployment Platforms

Can run directly (with its built-in HTTP server) or behind another webserver (like Apache) via PCGI, FastCGI or mode_rewrite.

Operating Systems

Suitability

Development Interfaces

Environment Access

Session, Identification and Authentication

Persistence Support

Can be linked to many databases (["Oracle"], ["Sybase"], ["MySQL"], ["PostgreSQL"], ...)

Presentation Support

InTheirOwnWords

CherryPy is a Python-based tool for developing dynamic web sites. It uses many powerful concepts together, which makes it unique in its approach to web site development.

It has been used in production for nearly a year and has proven fast and stable. Key properties/features of CherryPy are:

  • Based exclusively on Python (runs everywhere Python runs)
  • Sits between a compiler and an application server
  • Delivers fast, robust, and scalable web sites
  • Developers can use OOP as well as AOP (Aspect Oriented Programming) concepts to develop web sites
  • True separation of content and presentation
  • Simple but powerful templating language
  • "HTML editor safe" templating language (templates can go back and forth between designers and developers)
  • Powerful standard libraries to make your life easy

Other properties/features are:

  • Can be linked to many databases (["Oracle"], ["Sybase"], ["MySQL"], ["PostgreSQL"], ...)
  • Can run behind another webserver (Apache, ...)
  • Easy clustering and load-balancing set up for high-traffic web sites
  • Built-in caching capability
  • SSL support (based on PyOpenSSL)
  • XML/XSL support (based on 4Suite)

Comments

Hosting

http://www.freecherrypy.org: free for non-commercial web sites

CherryPy (last edited 2013-06-27 21:12:15 by Ender)

Unable to edit the page? See the FrontPage for instructions.