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

bottlepy/bottle

bottle.py is a fast and simple micro-framework for python web-applications. observed · 2026-08-28

github.com/bottlepy/bottle · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

72/100

  • Activity 93
  • Release rhythm 28
  • Longevity 100
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: 44.5
  • age_days: 6273
  • days_rel: 444
  • days_push: 45
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

8779 stars · 1500 forks observed · 2026-08-28

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

Bottle is a fast, lightweight WSGI micro web-framework for Python distributed as a single file module with no dependencies beyond the standard library. It provides URL routing, a built-in template engine, request utilities, and adapters for WSGI servers like gunicorn.

Use cases

  • build a small REST API in python
  • prototype a web app with minimal dependencies
  • serve a simple website from a single python file
  • create microservices with a lightweight framework
  • map URLs to python functions with dynamic routes
  • deploy a WSGI app behind gunicorn

When to choose

  • you want a tiny, dependency-free framework for small apps, prototypes, or REST APIs
  • you prefer understanding your whole stack by reading a single source file
  • you need quick weekend projects or microservices

When to avoid

  • you need a full-stack framework with ORM, auth, and admin out of the box (use Django)
  • you want a large ecosystem of extensions and community tooling (Flask may fit better)
  • you are building large, complex applications with tight deadlines

Facets

framework · maturity stable

web-framework http-server routing templating middleware web-development backend apis python cross-platform wsgi micro-framework single-file rest no-dependencies simpletemplate web-server

10 sources

Member repositories

RepositoryRoleHealth v2
bottlepy/bottlemain72

For agents

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

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