* Code refactoring * A few name changes * Add optimisation parameter
0.1.0
0.0.0
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".