Metadata-Version: 2.0
Name: MonQueue
Version: 0.2.2
Summary: MonQueue is a Python library that allows you to use MongoDB as a message queue.
Home-page: https://github.com/rexzhang/monqueue
Author: Rex Zhang
Author-email: rex.zhang@gmail.com
License: LGPL
Keywords: queue mongodb
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pymongo

.. image:: https://travis-ci.org/rexzhang/monqueue.svg?branch=master
    :target: https://travis-ci.org/rexzhang/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

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.

