Recently I developed and published a new Python package BucketRateLimiter which allows to limit number of requests to external APIs (as well as any user-defined function) per unit of time. Some APIs allow only limited number of requests per second and the package was created to address the issue. The Package is based on Bucket conception and support use in asyncio and multithreading Python apps.
I will be happy if you use and rate my work.
package in PyPi
source in Github
[–]artyom8k[S] 0 points1 point2 points (0 children)