You are here: Home / LBN / Up2date / Data Science / BastionLinux 36 / python3-aiolimiter-1.1.0-1.lbn36.noarch

python3-aiolimiter-1.1.0-1.lbn36.noarch

Package Attributes
RPM  python3-aiolimiter-1.1.0-1.lbn36.noarch.rpm Architecture  noarch Size  19648 Created  2025/01/03 03:00:17 UTC
Package Specification
Summary asyncio rate limiter, a leaky bucket implementation
Group Unspecified
License ZPL
Home Page https://pypi.org/project/aiolimiter
Description

aiolimiter

Introduction An efficient implementation of a rate limiter for asyncio. This project implements the Leaky bucket algorithm, giving you precise control over the rate a code section can be entered: from aiolimiter import AsyncLimiter

rate_limit = AsyncLimiter(100, 30)

async def some_coroutine(): async with rate_limit:

await do_something()

It was first developed as an answer on Stack Overflow.

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(PayloadIsZstd)  
rpmlib(CompressedFileNames)  
rpmlib(PartialHardlinkSets)  
rpmlib(FileDigests)  
Provides
python-aiolimiter
python3-aiolimiter
python3.10-aiolimiter
python3.10dist(aiolimiter)
python3dist(aiolimiter)
Obsoletes
python-aiolimiter

Document Actions