python3-ratelimitqueue

Rate limited wrapper for Python 3's thread safe queues

Description

This package extends the three built-in Python queues from the queue module - Queue, LifoQueue, and PriorityQueue - with configurable, rate limited counterparts. Specifically, the get() method is rate limited across all threads so that workers can safely consume from the queue in an unlimited loop, and putting the items in the queue doesn’t need to require blocking the main thread.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/JohnPaton/ratelimitqueue


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-ratelimitqueue