Jump to letter: [
02349ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python39-pyrate-limiter - Python Rate-Limiter using Leaky-Bucket Algorithm
- Description:
Python Rate-Limiter using Leaky-Bucket Algorithm.
Features:
* Tracks any number of rate limits and intervals you want to define
* Independently tracks rate limits for multiple services or resources
* Handles exceeded rate limits by either raising errors or adding
delays
* Several usage options including a normal function call, a
decorator
* Out-of-the-box workable with both sync & async
* Includes optional SQLite and Redis backends, which can be used to
persist limit tracking across multiple threads, or application
restarts
Packages