Metadata-Version: 1.1
Name: MonQueue
Version: 0.3.3
Summary: MonQueue is a Python library that allows you to use MongoDB as a message queue.
Home-page: http://rexzhang.github.io/monqueue
Author: Rex Zhang
Author-email: rex.zhang@gmail.com
License: LGPL
Project-URL: Source, https://github.com/rexzhang/monqueue
Description: .. image:: https://img.shields.io/travis/rexzhang/monqueue.svg
            :target: https://travis-ci.org/rexzhang/monqueue
        .. image:: https://img.shields.io/coveralls/rexzhang/monqueue.svg
            :target: https://coveralls.io/github/rexzhang/monqueue?branch=master
        .. image:: https://img.shields.io/pypi/v/monqueue.svg
            :target: https://pypi.org/project/MonQueue/
        .. image:: https://img.shields.io/pypi/pyversions/monqueue.svg
            :target: https://pypi.org/project/MonQueue/
        .. image:: https://img.shields.io/pypi/dm/monqueue.svg
            :target: https://pypi.org/project/MonQueue/
        
        ========
        MonQueue
        ========
        :Info: MonQueue is a Python library that allows you to use MongoDB as a message queue.
        :Author: Rex Zhang (http://github.com/rexzhang)
        
        Install
        =======
        To install it, just run:
        
        .. code-block:: console
        
            pip install -U monqueue
        
        Coverage Report
        ===============
        
        .. code-block:: console
        
            py.test --cov=. --cov-report html
        
        Contributing
        ============
        The source is available on `GitHub <http://github.com/rexzhang/monqueue>`_. To contribute to the project, fork it on GitHub and send a pull request, all contributions and suggestions are welcome.
        
Keywords: mongodb message-queue
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
