Metadata-Version: 1.1
Name: redislite-hotqueue
Version: 1.3.83
Summary: A fork of the HotQueue Python library that allows you to use Redis/Redislite as a message queue.
Home-page: http://github.com/dwighthubbard/hotqueue
Author: Dwight Hubbard
Author-email: d@d-h.us
License: MIT
Description: ========
        HotQueue
        ========
        
        .. image:: https://travis-ci.org/dwighthubbard/hotqueue.svg?branch=master
            :target: https://travis-ci.org/dwighthubbard/hotqueue
            
        .. image:: https://coveralls.io/repos/dwighthubbard/hotqueue/badge.svg?branch=master&service=github
          :target: https://coveralls.io/github/dwighthubbard/hotqueue?branch=master
          
        :Info: HotQueue is a Python library that allows you to use Redis as a message queue within your Python programs.
        :Author: Richard Henry (http://github.com/richardhenry), Dwight Hubbard (http://github.com/dwighthubbard)
        
        --------------------------
        
        
        About HotQueue
        ==============
        
        HotQueue is a Python library that allows you to use `Redis <http://code.google.com/p/redis/>`_ as a message queue within
        your Python programs.
        
        This fork of HotQueue uses redislite to allow running without installing and running a separate Redis server.
        
        To install it, run::
        
            pip install -U redislite-hotqueue
        
        The best place to get started is `the documentation <http://richardhenry.github.com/hotqueue/>`_.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
