Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rexzhang/monqueue
- Owner: rexzhang
- License: lgpl-3.0
- Created: 2015-01-08T09:56:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T09:37:42.000Z (over 5 years ago)
- Last Synced: 2024-10-14T07:26:12.821Z (3 months ago)
- Topics: message-queue, mongodb
- Language: Python
- Homepage: http://rexzhang.github.io/monqueue/
- Size: 383 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES
- License: LICENSE
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.