python-limits

Rate limiting utilities for Python - Python 2.X
  https://limits.readthedocs.org
  0
  no reviews



Limits is a Python module providing utilities to implement rate limiting using various strategies, such as fixed or moving windows, and various storage backends, such as in in-memory storage, Redis or memcached.

This package provides the Python 2 version of the limits module.