Name: | python3-aiolimiter |
---|---|
Version: | 1.2.1 |
Release: | 7.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 25878 |
License: | MIT |
RPM: | python3-aiolimiter-1.2.1-7.el9.noarch.rpm |
Source RPM: | python-aiolimiter-1.2.1-7.el9.src.rpm |
Build Date: | Wed May 21 2025 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/mjpieters/aiolimiter |
Summary: | An efficient implementation of a rate limiter for asyncio |
Description: | 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. |