Metadata-Version: 1.0
Name: hotqueue
Version: 0.2.3
Summary: HotQueue is a Python library that allows you to use Redis as a message queue within your Python programs.
Home-page: http://github.com/richardhenry/hotqueue
Author: Richard Henry
Author-email: richardhenry@me.com
License: MIT
Description: ========
        HotQueue
        ========
        :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)
        
        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.
        
        The main advantage of this model is that there is no queue server to run, other than Redis. This is particularly ideal if you're already using Redis as a datastore elsewhere. To install it, run:
        
            pip install -U hotqueue
        
        The best place to get started is `the documentation <http://richardhenry.github.com/hotqueue/>`_.
        
        The source code is available on `GitHub <http://github.com/richardhenry/hotqueue>`_.
        
        To get help with HotQueue, use the `HotQueue Users mailing list
        <http://groups.google.com/group/hotqueue-users>`_.
        
        Contributing
        ============
        The source is available on `GitHub <http://github.com/richardhenry/hotqueue>`_. To contribute to the project, fork it on GitHub and send a pull request, all contributions and suggestions are welcome.
        
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
