Skip to content

echo1248/ratelimit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages