0 purchases
restraint 0.0.2
Simple Rate Limit Library.
Example setup
from restraint import restrain, Limit, add
add('example', Limit(second=1, minute=5))
@restrain('example')
def hello():
print(f'Hello World')
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.