echo1248 / ratelimit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ratelimit

ratelimit is for python to limit the flow for web service.

Example:

from ratelimit import new_bucket


fill_interval = 500
capacity = 3
bucket = new_bucket(fill_interval, capacity)

availale = bucket.take_available(2)

Support

if you have any problem or suggest, please contact me with my email of 819070918@qq.com.

About


Languages

Language:Python 100.0%