cherrypy
Package — Web FrameworkPython 3.7+Intermediate
Mature object-oriented web framework with built-in HTTP server
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- cheroot, jaraco.functools, portend, more-itertools
- Install
pip install cherrypy
Learn by Difficulty
Quick Example
python
# Install: pip install cherrypy import cherrypy # Basic cherrypy usage print(f"Using cherrypy") # See documentation for detailed examples
cherrypy is a third-party package. Mature object-oriented web framework with built-in HTTP server. Install with: pip install cherrypy
Try in PlaygroundTags
packagewebframeworkbackend