Flask-RateLimiter is an extension for Flask that provides a rate limiting decorator.

https://travis-ci.org/inveniosoftware/flask-ratelimiter.png?branch=master https://coveralls.io/repos/inveniosoftware/flask-ratelimiter/badge.png?branch=master

User’s Guide

This part of the documentation will show you how to get started in using Flask-RateLimiter with Flask.

API Reference

If you are looking for information on a specific function, class or method, this part of the documentation is for you.

Additional Notes

Notes on how to contribute, legal information and changelog are here for the interested.

About

Flask-RateLimiter is an extension for Flask that provides a rate limiting decorator. Decorator is elastic and parameterized. It is inspired by Armin Ronacher's snippet of code available here.
Flask-RateLimiter is based on flask-ext-skeleton.

Useful Links

Fork me on GitHub

This Page