Ross ROSS = Recommend OSS · open-source software intelligence for agents

cherrypy/cherrypy

CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev observed · 2026-08-28

github.com/cherrypy/cherrypy · homepage · Python · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

77/100

  • Activity 99
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3777
  • days_rel: n/a
  • days_push: 9
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1946 stars · 368 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

CherryPy is a pythonic, object-oriented HTTP framework for building web applications in Python. It lets developers write web apps as ordinary Python classes with exposed methods, and includes its own production-ready HTTP server.

Use cases

  • build a web application in pure python without heavy dependencies
  • serve an http api from a python class
  • embed a lightweight http server in a python app
  • rapidly prototype a rest endpoint
  • run a small self-contained web service
  • learn object-oriented web development in python

When to choose

  • you want a minimal, pythonic framework with no template engine or ORM imposed
  • you need a built-in multi-threaded http server for small-to-medium apps
  • you value stability and a long-proven codebase
  • you want to structure web apps as plain python objects

When to avoid

  • you need async-first request handling like FastAPI or aiohttp
  • you want batteries-included features like admin, auth, or ORM out of the box
  • you are building a large SPA with modern frontend tooling

Facets

framework · maturity stable

web-framework http-server routing middleware web-development backend apis python cross-platform windows object-oriented pure-python microframework http linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
cherrypy/cherrypymain77

For agents

markdown · JSON · MCP: product_card(name="cherrypy/cherrypy")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem