django-cache-throttle

Cache-based rate-limiting for Django.


License
BSD-3-Clause
Install
pip install django-cache-throttle==2012.11.09.3

Documentation

django-cache-throttle

django-cache-throttle is a cache-based token bucket rate limiter. See http://en.wikipedia.org/wiki/Token_bucket for more info. Bucket capcities are only computed on demand based on the regeneration rate and the time passed.