Releases: Elnaril/credit-rate-limit
Releases · Elnaril/credit-rate-limit
v0.2.0 - Code Refactoring
v0.1.0 - add support for Python 3.8, 3.12 & 3.13
update version to 0.1.0
v0.0.0 - Initial Release
Provides 2 "Rate Limiters":
CreditRateLimiter
: for APIs that use credits, computation unit per second (CUPS), request units ...CountRateLimiter
: for APIs that just counts the number of calls per time unit.
And a decorator throughput
configured with one of these "Rate Limiters".