
Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good intentions.
Flask-Limiter provides rate limiting features to flask routes. It has support for a configurable backend for storage with current implementations for in-memory, redis and memcache.
This package provides the Python 2 version of the flask_limiter module.