Metadata-Version: 1.1
Name: Kuyruk
Version: 8.2.0
Summary: Simple task queue
Home-page: https://github.com/cenkalti/kuyruk
Author: Cenk Altı
Author-email: cenkalti@gmail.com
License: UNKNOWN
Description: .. image:: https://raw.githubusercontent.com/cenkalti/kuyruk/master/docs/_static/lemur.png
           :alt: Kuyruk Logo
        
        Kuyruk
        ======
        
        .. image:: https://travis-ci.org/cenkalti/kuyruk.svg?branch=master
           :target: https://travis-ci.org/cenkalti/kuyruk?branch=master
        
        .. image:: https://coveralls.io/repos/github/cenkalti/kuyruk/badge.svg?branch=master
           :target: https://coveralls.io/github/cenkalti/kuyruk?branch=master
        
        
        Kuyruk is a simple and easy way of distributing tasks to run on servers.
        
        It uses `RabbitMQ <http://www.rabbitmq.com>`_ as message broker and
        depends on `amqp <http://amqp.readthedocs.org/>`_
        which is a pure-Python RabbitMQ client library.
        Compatible with Python 2.7+ and 3.4+.
        
        
        Where is the documentation?
        ---------------------------
        Here it is: http://kuyruk.readthedocs.org
        
Keywords: rabbitmq distributed task queue
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Object Brokering
Classifier: Topic :: System :: Distributed Computing
