3 projects
rate-limiter-decorator
A Python async rate limiter using Redis and Lua with sliding window algorithm. Supports retries, exponential backoff, and optional exception handling.
aioretry-decorator
Handy decorator to set retry policies for async callables with some useful features
time-measure-decorator
A tiny helper to measure execution time of a callable to ease your performance checks.