Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rexzhang/monqueue

MonQueue is a Python library that allows you to use MongoDB as a message queue
https://github.com/rexzhang/monqueue

message-queue mongodb

Last synced: about 2 months ago
JSON representation

MonQueue is a Python library that allows you to use MongoDB as a message queue

Awesome Lists containing this project

README

        

========
MonQueue
========

.. 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 is a Python library that allows you to use MongoDB as a message queue.

Install
=======

.. 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 `_. To contribute to the project, fork it on GitHub and send a pull request, all contributions and suggestions are welcome.