evansd/whitenoise
Radically simplified static file serving for Python web apps observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 98
- 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: 4773
- days_rel: n/a
- days_push: 15
- n_releases_24m: 0
Adoption not part of the score
2760 stars · 155 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
WhiteNoise is a Python library that lets WSGI-compatible web apps serve their own static files without needing nginx, S3, or other external services. It handles best practices like gzip/Brotli compression and far-future cache headers, with special auto-configuration for Django.
Use cases
- serve static files from a Django app without nginx
- deploy a Python web app as a self-contained unit on Heroku
- replace S3 static file hosting for a small WSGI app
- add gzip and Brotli compression to static asset serving
- set far-future cache headers for hashed static assets
- simplify static file deployment on PaaS providers
When to choose
- you want a Python web app to be self-contained and deployable anywhere
- you're on Heroku or another PaaS and want to avoid extra static file infrastructure
- you want correct compression and caching headers handled automatically
- you use Django and want zero-config static file serving
When to avoid
- you have very high traffic and prefer a dedicated CDN or nginx setup as the primary server
- your static assets are already served by a CDN or object storage pipeline
- you're not using a WSGI-compatible Python framework
Facets
library · maturity stable
http-server middleware caching compression web-development backend developer-tools python cross-platform wsgi django static-files static-file-serving heroku paas web-server
2 sources
- readme: https://github.com/evansd/whitenoise · fetched 2026-08-28 · 2da724d14da6
- registry_pypi: https://pypi.org/pypi/whitenoise/json · fetched 2026-08-29 · 7ed66c00000e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| evansd/whitenoise | main | 76 |
For agents
markdown · JSON · MCP: product_card(name="evansd/whitenoise")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem