api-throttling
A simple, precise Python rate limiter with built-in context manager support for hassle-free API throttling.
Used to limit function call frequency. It ensures your function is called evenly within the limit rather than being called intensively in a short time.
Django middleware for gradual request throttling with configurable delay strategies