Skip to content

Releases: Elnaril/credit-rate-limit

v0.2.0 - Code Refactoring

21 Oct 08:56
390d6a4
Compare
Choose a tag to compare
  • Code refactoring
  • A few name changes
  • Add optimisation parameter

v0.1.0 - add support for Python 3.8, 3.12 & 3.13

14 Oct 18:36
215a12e
Compare
Choose a tag to compare

v0.0.0 - Initial Release

10 Oct 18:34
27287d1
Compare
Choose a tag to compare

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".