Contents

CherryPy 18.10.0

0

Object-Oriented HTTP framework

Object-Oriented HTTP framework

Stars: 1936, Watchers: 1936, Forks: 367, Open Issues: 266

The cherrypy/cherrypy repo was created 9 years ago and the last code push was Yesterday.
The project is very popular with an impressive 1936 github stars!

How to Install cherrypy

You can install cherrypy using pip

pip install cherrypy

or add it to a project with poetry

poetry add cherrypy

Package Details

Author
CherryPy Team
License
None
Homepage
https://www.cherrypy.dev
PyPi:
https://pypi.org/project/CherryPy/
GitHub Repo:
https://github.com/cherrypy/cherrypy

Classifiers

  • Internet/WWW/HTTP
  • Internet/WWW/HTTP/Dynamic Content
  • Internet/WWW/HTTP/HTTP Servers
  • Internet/WWW/HTTP/WSGI
  • Internet/WWW/HTTP/WSGI/Application
  • Internet/WWW/HTTP/WSGI/Server
  • Software Development/Libraries/Application Frameworks
No  cherrypy  pypi packages just yet.

Errors

A list of common cherrypy errors.

Code Examples

Here are some cherrypy code examples and snippets.

GitHub Issues

The cherrypy package has 266 open issues on GitHub

  • Test failures with Pytest 9.0.2
  • Add private key password configuration option
  • [pre-commit.ci] pre-commit autoupdate
  • Replace python-memcached with pymemcache

See more issues on GitHub

Related Packages & Articles

aiohttp 3.13.3

The aiohttp Python package is an asynchronous HTTP client/server framework that leverages Python's asyncio library. It supports both client and server sides of the HTTP protocol, as well as client and server websockets. The package provides a web server with middleware support and pluggable routing. This makes it a powerful tool for building efficient, non-blocking web applications in Python. It is highly recommended for projects where concurrent network or HTTP requests are a core requirement, and it is often used in web scraping, API consumption, and web development.

starlette 0.52.1

Starlette is a lightweight ASGI (Asynchronous Server Gateway Interface) framework/toolkit, ideal for building asynchronous web services in Python. It is production-ready and offers a range of features including HTTP web framework, WebSocket support, in-process background tasks, startup and shutdown events, and a test client built on HTTPX. Starlette also supports CORS, GZIP, static files, streaming responses, and session and cookie support. It is compatible with asyncio and trio backends and boasts great overall performance against independent benchmarks. The package can be used as a complete framework or as an ASGI toolkit, allowing for the use of any of its components independently. It requires Python 3.8+ and an ASGI server such as uvicorn, daphne, or hypercorn for operation.

h11 0.16.0

A pure-Python, bring-your-own-I/O implementation of HTTP/1.1