Front Matter

Copyright © 2002 Remi Delon <remi@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 websites. It uses many powerful concepts together, which makes it unique in its approach to website development.

CherryPy sits between an application server and a compiler. You write source files, compile them with CherryPy and CherryPy generates an executable containing everything to run the website (including an HTTP server)

Key properties/features are:

Other properties/features are:

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