← Back to projects
MaintainedPythonMIT

async-limiter

Python asyncio library for concurrent and time-based rate limiting. Clean API for controlling request throughput in async workflows.

$ pip install async-limiter

About

Provides both concurrency limiting (max N concurrent tasks) and time-based rate limiting (max N requests per second). Composable with existing asyncio patterns. Used in production for API client rate limiting.

Topics

asyncioconcurrent-requestsrate-limiter
0Stars
0Forks
3Technologies

Tech Stack

PythonAsyncioRate Limiting