# Pylons/waitress

Waitress - A WSGI server for Python 3

Repository: https://github.com/Pylons/waitress
Canonical: https://ross.abutalabs.com/products/waitress
Homepage: https://docs.pylonsproject.org/projects/waitress/en/latest/
Language: Python
License: NOASSERTION
License Family: other
Topics: python, wsgi-server, http-server
Last push: 2026-08-03T00:18:26+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 95, release rhythm 40, longevity 100
- inputs: {"age_days": 5373, "days_push": 31, "days_rel": 655, "gap_med": 0, "n_releases_24m": 2}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1598, forks 186 (observed 2026-08-28T04:05:09.425967+00:00)

## What it is
Waitress is a production-quality pure-Python WSGI HTTP server for Python 3 with no dependencies beyond the standard library. It supports HTTP/1.0 and HTTP/1.1 and runs on CPython (Unix and Windows) and PyPy.

## Use cases
- serve a WSGI app in production
- run Flask or Pyramid behind a pure-Python server
- deploy Python web apps on Windows
- replace gunicorn where C extensions are unavailable
- test WSGI applications locally over HTTP

## When to choose
- you need a dependency-free, pure-Python WSGI server
- you deploy on Windows or PyPy
- you want a stable, production-proven server for WSGI apps

## When to avoid
- you need ASGI/WebSocket support for async apps
- you need maximum throughput from a C-based server like gunicorn or uvicorn

## Facets
- artifact type: library
- maturity: stable
- function: http-server, web-framework
- domain: web-development, backend
- platform: python, windows, cross-platform
- tags: wsgi, pure-python, production-server, linux, macos

## Member repositories
- Pylons/waitress (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:09.425967+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-30T03:53:15.571056+00:00, confidence not recorded.
  - readme: https://github.com/Pylons/waitress (fetched 2026-08-28T04:05:09.425967+00:00, sha c64ffd3c33b6)
  - registry_pypi: https://pypi.org/pypi/waitress/json (fetched 2026-08-29T11:25:03.513015+00:00, sha 5e6d9a1e467a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
