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
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
Requires-Dist: redis (>=3.2)
Requires-Dist: StrEnum (>=0.4)
Provides-Extra: full
Requires-Dist: redislite (>=5.0) ; extra == 'full'
Requires-Dist: pickle5 ; (python_version >= "3.6" and python_version < "3.8") and extra == 'full'
Provides-Extra: pickle
Requires-Dist: pickle5 ; (python_version >= "3.6" and python_version < "3.8") and extra == 'pickle'
Provides-Extra: redislite
Requires-Dist: redislite (>=5.0) ; extra == 'redislite'

=======================
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


