python-flask-limiter

Rate-limiting for Flask routes - Python 2.X
  https://flask-limiter.readthedocs.org
  0
  no reviews



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.