Skip to content
This repository has been archived by the owner on Jan 7, 2019. It is now read-only.

inveniosoftware-attic/flask-ratelimiter

Repository files navigation

Flask-RateLimiter

image

image

image

image

About

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

CAVEAT LECTOR

Flask-RateLimiter is now deprecated in favour of Flask-Limiter

Installation

Flask-RateLimiter is on PyPI so all you need is: :

pip install Flask-RateLimiter

Documentation

Documentation is readable at http://flask-ratelimiter.readthedocs.org or can be built using Sphinx: :

git submodule init
git submodule update
pip install Sphinx
python setup.py build_sphinx

Testing

Running the test suite is as simple as: :

python setup.py test

or, to also show code coverage: :

./run-tests.sh