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

alisaifee/flask-limiter

Rate Limiting extension for Flask observed · 2026-08-28

github.com/alisaifee/flask-limiter · homepage · Python · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
alisaifee/flask-limitermain77

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