This Python project implements a Rate Limiter decorator that restricts the number of function calls within a specified time window. It helps control execution flow and prevent excessive function calls.
python performance pytest software-development throttling rate-limiter limiting decorators-python api-rate-limiting time-based-limiter
-
Updated
Mar 18, 2025 - Python