CherryPy

CherryPy
Developer(s)CherryPy team
Initial releaseJune 2002; 22 years ago (2002-06)[1]
Stable release
18.8.0[2] Edit this on Wikidata / 18 July 2022; 2 years ago (18 July 2022)
RepositoryCherryPy Repository
Written inPython
Operating systemCross-platform
TypeWeb application framework
LicenseBSD License[3]
Websitecherrypy.dev

CherryPy is an object-oriented web application framework using the Python programming language. It is designed for rapid development of web applications by wrapping the HTTP protocol but stays at a low level and does not offer much more than what is defined in RFC 7231.

CherryPy can be a web server itself or one can launch it via any WSGI compatible environment. It does not deal with tasks such as templating for output rendering or backend access. The framework is extensible with filters, which are called at defined points in the request/response processing.

  1. ^ "History of CherryPy".
  2. ^ "Release v18.8.0". 18 July 2022. Retrieved 18 July 2022.
  3. ^ "cherrypy / CherryPy / source / cherrypy / LICENSE.txt". BitBucket. Archived from the original on 15 July 2017. Retrieved 21 February 2015.