Metadata-Version: 2.1
Name: yarqueue
Version: 0.1.0
Summary: Yet Another python queue backed by redis; but modern and compliant
Home-page: https://github.com/clbarnes/yarqueue
Author: Chris L. Barnes
Author-email: barnesc@janelia.hhmi.org
License: MIT license
Description: =======================
        Yet Another Redis Queue
        =======================
        
        
        .. image:: https://img.shields.io/pypi/v/yarqueue.svg
                :target: https://pypi.python.org/pypi/yarqueue
        
        .. image:: https://img.shields.io/travis/clbarnes/yarqueue.svg
                :target: https://travis-ci.org/clbarnes/yarqueue
        
        .. image:: https://readthedocs.org/projects/yarqueue/badge/?version=latest
                :target: https://yarqueue.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Yet Another python queue backed by redis; but modern and compliant
        
        
        * Free software: MIT license
        * Documentation: https://yarqueue.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
Keywords: yarqueue queue multiprocessing hotqueue redis redislite
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: pickle
Provides-Extra: full
Provides-Extra: redislite
