Install python3-flask-limiter by entering the following commands in the terminal:
sudo apt update sudo apt install python3-flask-limiter
Description:
Rate-limiting for Flask routes
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 3 version of the flask_limiter module.
Homepage: https://flask-limiter.readthedocs.org
Version: 0.9.3-1
Section: universe/python