Skip to main content

Rate Limiting Module

Project description

https://travis-ci.org/KyleJamesWalker/restraint-py.svg?branch=master https://codecov.io/gh/KyleJamesWalker/restraint-py/branch/master/graph/badge.svg

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

restraint-0.0.2.tar.gz (3.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page