Front Matter

Copyright © 2002-2004 CherryPy Team (team@cherrypy.org) All rights reserved.

See the end of this document for complete license and permissions information.

Abstract:

CherryPy is a Python-based tool for developing dynamic web sites.

One of CherryPy's main feature is CherryClass: an extension to Python's regular classes. A CherryClass is a self-contained module that can contain both the algorithm to process the data and the templates to render the result.

CherryClasses are very powerful and easily reusable. CherryPy comes with a set of useful CherryClasses that will make your life easier.

These CherryClasses make the CherryPy Standard Library.

This standard library is still limited for now, but it is already very useful. We expect it to get much bigger very soon.

See About this document... for information on suggesting changes.