An open API service indexing awesome lists of open source software.

https://github.com/bradbeattie/django-cache-throttle

django-cache-throttle
https://github.com/bradbeattie/django-cache-throttle

Last synced: 6 months ago
JSON representation

django-cache-throttle

Awesome Lists containing this project

README

          

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.