Skip to main content

Async implementation of a rate-limited lock object for Python 3.11.x

Project description

eko_throttler

Async implementation of a rate-limited lock object for Python 3.11.x

Info

Author: Drix Holway Version: 0.1.0 Revision Date: 2023-07-18

Usage

from eko_throttler import Throttler

async def main():
	throttler = Throttler(10, 1)
	async with throttler:
		# do something

Installation

pip install eko_throttler

License

Licensed under the MIT license.

Credits

Copyright (c) 2023 Ekoteq

Author: Drix Holway

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

eko_throttler-0.1.0.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distribution

eko_throttler-0.1.0-py3-none-any.whl (6.3 kB view hashes)

Uploaded Python 3

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