# Pylons/pyramid

Pyramid - A Python web framework

Repository: https://github.com/Pylons/pyramid
Canonical: https://ross.abutalabs.com/products/pyramid
Homepage: https://trypyramid.com/
Language: Python
License: NOASSERTION
License Family: other
Topics: python, web-framework, wsgi, pylons, pyramid
Last push: 2026-08-04T21:13:50+00:00

## Health v2 (maintenance only)
Score: 75/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 96, release rhythm 35, longevity 100
- inputs: {"age_days": 5792, "days_push": 29, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4095, forks 893 (observed 2026-08-28T04:08:34.682544+00:00)

## What it is
Pyramid is a small, fast, open-source Python web framework from the Pylons Project built on WSGI. It scales from single-file hello-world apps to large complex applications, letting developers choose their own tools rather than imposing a megaframework's decisions.

## Use cases
- build a python web application
- create a wsgi web app with routing and views
- develop a web api in python
- build a web app that can grow from small to complex
- learn a python web framework with good documentation
- add authentication and forms to a python web app

## When to choose
- you want a flexible Python framework that doesn't force architectural decisions
- you need WSGI-based web development with URL dispatch or traversal
- your application may start small but grow in complexity
- you value extensive documentation and long-term stability

## When to avoid
- you want an async-first framework like FastAPI or aiohttp
- you prefer a batteries-included megaframework like Django
- you need a minimal microframework like Flask for tiny scripts

## Facets
- artifact type: framework
- maturity: stable
- function: web-framework, routing, templating, auth, middleware
- domain: web-development, backend, apis
- platform: python, cross-platform
- tags: wsgi, pylons-project, traversal, url-dispatch, configurator, web-server

## Member repositories
- Pylons/pyramid (main) score 75

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:34.682544+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:23:19.470423+00:00, confidence not recorded.
  - readme: https://github.com/Pylons/pyramid (fetched 2026-08-28T04:08:34.682544+00:00, sha 347716946170)
  - homepage: https://trypyramid.com/ (fetched 2026-08-29T09:15:00.789233+00:00, sha 0e70db936f4c)
  - site_page: https://trypyramid.com/documentation.html (fetched 2026-08-29T09:15:00.799032+00:00, sha 8230a90c87ed)
  - registry_pypi: https://pypi.org/pypi/pyramid/json (fetched 2026-08-29T09:15:00.801068+00:00, sha 1f7bf30c40a4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
