hosting service for software projects using Git
GitHub (/ˈɡɪthʌb/ ⓘ) is a proprietary developer platform that allows developers to create, store, manage, and share their code. It uses Git to provide distributed version control and GitHub itself provides access … Wikipedia
Factsheet
Type of business Subsidiary
Type of site Collaborative version control
Available in English
Factsheet
Type of business Subsidiary
Type of site Collaborative version control
Available in English
🌐
GitHub
github.com › rq › rq
GitHub - rq/rq: Simple job queues for Python · GitHub
RQ (Redis Queue) is a simple Python library for queueing jobs and processing them in the background with workers. It is backed by Redis/Valkey and is designed to have a low barrier to entry while scaling incredibly well for large applications.
Starred by 10.6K users
Forked by 1.5K users
Languages   Python
🌐
GitHub
github.com › python › cpython › blob › main › Lib › queue.py
cpython/Lib/queue.py at main · python/cpython
'''Simple, unbounded FIFO queue. · This pure Python implementation is not reentrant. ''' # Note: while this pure Python version provides fairness · # (by using a threading.Semaphore which is itself fair, being based · # on threading.Condition), fairness is not part of the API contract.
Author   python
🌐
GitHub
github.com › scrapy › queuelib
GitHub - scrapy/queuelib: Collection of persistent (disk-based) and non-persistent (memory-based) queues for Python
Collection of persistent (disk-based) and non-persistent (memory-based) queues for Python - scrapy/queuelib
Starred by 289 users
Forked by 55 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › fikipollo › PySiQ
GitHub - fikipollo/PySiQ: A Python Simple Queue system for your apps · GitHub
Available as a module imported in your application or as a self-contained service accessible through API calls. The main component of PySiQ is the Queue, a Python object that works as a task dispatcher and worker-pool manager.
Starred by 31 users
Forked by 5 users
Languages   Python 78.0% | HTML 22.0%
🌐
GitHub
github.com › heureka › py-rq
GitHub - heureka/py-rq: Python library for various queues based on Redis · GitHub
Python library for various queues based on Redis. Contribute to heureka/py-rq development by creating an account on GitHub.
Author   heureka
🌐
GitHub
github.com › peter-wangxu › persist-queue
GitHub - peter-wangxu/persist-queue: A thread-safe disk based persistent queue in Python · GitHub
# For msgpack, cbor, and MySQL support pip install "persist-queue[extra]" # For async support (requires Python 3.7+) pip install "persist-queue[async]" # For all features pip install "persist-queue[extra,async]"
Starred by 379 users
Forked by 48 users
Languages   Python 99.8% | Shell 0.2%
🌐
GitHub
github.com › janbjorge › pgqueuer
GitHub - janbjorge/pgqueuer: PgQueuer is a Python library leveraging PostgreSQL for efficient job queuing. · GitHub
February 22, 2026 - PgQueuer is a Python library leveraging PostgreSQL for efficient job queuing. - janbjorge/pgqueuer
Starred by 1.5K users
Forked by 33 users
Languages   Python
🌐
GitHub
github.com › CiwPython › Ciw
GitHub - CiwPython/Ciw: Ciw is a simulation library for open queueing networks. · GitHub
Ciw is a discrete event simulation library for open queueing networks. It’s core features include the capability to simulate networks of queues, multiple customer classes, and implementation of Type I blocking for restricted networks.
Starred by 169 users
Forked by 45 users
Languages   Python
Find elsewhere
🌐
GitHub
github.com › aiidateam › kiwipy
GitHub - aiidateam/kiwipy: A python messaging library for RPC, task queues and broadcasts
A python messaging library for RPC, task queues and broadcasts - aiidateam/kiwipy
Starred by 18 users
Forked by 5 users
Languages   Python 97.9% | Jupyter Notebook 2.1% | Python 97.9% | Jupyter Notebook 2.1%
🌐
GitHub
github.com › coleifer › huey
GitHub - coleifer/huey: a little task queue for python · GitHub
Huey's design and feature-set were informed by the capabilities of the Redis database. Redis is a fantastic fit for a lightweight task queueing library like Huey: it's self-contained, versatile, and can be a multi-purpose solution for other web-application tasks like caching, event publishing, analytics, rate-limiting, and more.
Starred by 5.9K users
Forked by 393 users
Languages   Python 87.2% | Lua 12.8%
🌐
GitHub
github.com › tarantool › queue-python
GitHub - tarantool/queue-python: Python Bindings for Tarantool Queue (https://github.com/tarantool/queue/)
# using pip $ sudo pip install tarantool-queue # or using easy_install $ sudo easy_install tarantool-queue # or using python $ wget http://bit.ly/tarantool_queue -O tarantool_queue.tar.gz $ tar xzf tarantool_queue.tar.gz $ cd tarantool-queue-{version} $ sudo python setup.py install
Starred by 14 users
Forked by 11 users
Languages   Python 99.7% | Makefile 0.3% | Python 99.7% | Makefile 0.3%
🌐
GitHub
github.com › codex-team › python-queue
GitHub - codex-team/python-queue
Queue class based on Threaded Socket Server codex_queue.py · Alice and Bob applications inherited from Server alice.py bob.py · https://docs.python.org/3.6/library/socketserver.html · https://docs.python.org/3.6/library/threading.html · https://docs.python.org/3.6/library/json.html ·
Starred by 9 users
Forked by 4 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › testdrivenio › simple-task-queue
GitHub - testdrivenio/simple-task-queue: asynchronous task queues using python's multiprocessing library
Several implementations of asynchronous task queues in Python using the multiprocessing library and Redis.
Starred by 67 users
Forked by 34 users
Languages   Python 100.0% | Python 100.0%
🌐
Python
docs.python.org › 3 › library › queue.html
queue — A synchronized queue class
February 23, 2026 - Source code: Lib/queue.py The queue module implements multi-producer, multi-consumer queues. It is especially useful in threaded programming when information must be exchanged safely between multip...
🌐
GitHub
github.com › python › cpython › blob › main › Lib › asyncio › queues.py
cpython/Lib/asyncio/queues.py at main · python/cpython
The Python programming language. Contribute to python/cpython development by creating an account on GitHub.
Author   python
🌐
GitHub
github.com › seung-lab › python-task-queue
GitHub - seung-lab/python-task-queue: Asynchronous serverless task queue with timed leasing of tasks. Threaded implementations for SQS and local filesystem.
Asynchronous serverless task queue with timed leasing of tasks. Threaded implementations for SQS and local filesystem. - GitHub - seung-lab/python-task-queue: Asynchronous serverless task queue with timed leasing of tasks. Threaded implementations for SQS and local filesystem.
Starred by 39 users
Forked by 9 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › miguelrizzog96 › Queue_Simulation_Python
GitHub - miguelrizzog96/Queue_Simulation_Python: Discrete Event simulation of a queue using Python.
Generated arrival and service times with random number generation using the python library numpy · Generated lists and dataframes with conditional statements to represent the events ocurring in the queue · Used the generated model for simulating a multiple server queue with n customers ·
Starred by 31 users
Forked by 12 users
Languages   Jupyter Notebook 84.9% | Python 15.1% | Jupyter Notebook 84.9% | Python 15.1%
🌐
GitHub
github.com › topics › queue
queue · GitHub Topics · GitHub
redis queue async worker concurrency tasks distributed msgpack asyncio concurrent ... PgQueuer is a Python library leveraging PostgreSQL for efficient job queuing.
🌐
RQ
python-rq.org
RQ: Simple job queues for Python
RQ (Redis Queue) is a simple Python library for queueing jobs and processing them in the background with workers. It is backed by Redis/Valkey and is designed to have a low barrier to entry.
🌐
GitHub
github.com › taskiq-python › taskiq
GitHub - taskiq-python/taskiq: Distributed task queue with full async support · GitHub
Taskiq is an asynchronous distributed task queue for python. This project takes inspiration from big projects such as Celery and Dramatiq.
Starred by 2.1K users
Forked by 116 users
Languages   Python