Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cenkalti/kuyruk
⚙️ Simple task queue for Python
https://github.com/cenkalti/kuyruk
Last synced: about 8 hours ago
JSON representation
⚙️ Simple task queue for Python
- Host: GitHub
- URL: https://github.com/cenkalti/kuyruk
- Owner: cenkalti
- License: mit
- Created: 2013-03-07T18:08:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T15:02:53.000Z (5 months ago)
- Last Synced: 2024-11-06T16:49:11.740Z (7 days ago)
- Language: Python
- Homepage: https://kuyruk.readthedocs.org/
- Size: 1.58 MB
- Stars: 233
- Watchers: 14
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://raw.githubusercontent.com/cenkalti/kuyruk/master/docs/_static/lemur.png
:alt: Kuyruk LogoKuyruk
======.. image:: https://github.com/cenkalti/kuyruk/actions/workflows/build.yml/badge.svg?branch=master
:target: https://github.com/cenkalti/kuyruk/actions.. image:: https://coveralls.io/repos/github/cenkalti/kuyruk/badge.svg?branch=master
:target: https://coveralls.io/github/cenkalti/kuyruk?branch=master.. image:: https://img.shields.io/pypi/v/kuyruk.svg?branch=master
:target: https://pypi.org/project/Kuyruk/Kuyruk is a simple and easy way of distributing tasks to run on servers.
It uses `RabbitMQ `_ as message broker and
depends on `amqp `_
which is a pure-Python RabbitMQ client library.
Compatible with Python 3.8+.Where is the documentation?
---------------------------
Here it is: http://kuyruk.readthedocs.org