A simple Python implementation of a fixed window rate limiting algorithm.
This library provides a FixedWindowRateLimiter class to control the rate of requests based on a fixed time window. If you have any issues / questions, contact me.
- Fixed window rate limiting strategy.
- Configurable
max_requestsandtime_window. - Client-specific tracking via a unique identifier.