restraint 0.0.2

Creator: railscoderz

Last updated:

Add to Cart

Description:

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')

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.