alisaifee/flask-limiter
Rate Limiting extension for Flask observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 81
- Release rhythm 60
- 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: 18
- age_days: 4585
- days_rel: 270
- days_push: 115
- n_releases_24m: 10
Adoption not part of the score
1204 stars · 129 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Flask-Limiter is a Flask extension that adds rate limiting to Flask applications, with configurable limits at the app, blueprint, view, and route levels. It supports multiple storage backends such as Redis, Memcached, and MongoDB via the limits library.
Use cases
- rate limit flask api endpoints
- throttle requests per user in flask
- add per-route rate limits to a flask app
- limit requests with redis-backed counters
- protect flask routes from abuse
- apply global rate limits to a flask application
When to choose
- you have a Flask app and need request throttling
- you need distributed rate limiting backed by Redis or Memcached
- you want flexible limit scopes (app-wide, blueprint, route)
When to avoid
- you use Django, FastAPI, or another non-Flask framework
- you need rate limiting outside a Flask/WSGI context
- you need API-gateway-level rate limiting rather than in-app
Facets
library · maturity stable
rate-limiting middleware web-framework web-development backend apis security python flask flask-extension redis memcached throttling web-server
2 sources
- readme: https://github.com/alisaifee/flask-limiter · fetched 2026-08-28 · 229fbf9842b7
- registry_pypi: https://pypi.org/pypi/flask-limiter/json · fetched 2026-08-29 · bda535647c46
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| alisaifee/flask-limiter | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="alisaifee/flask-limiter")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem