MonQueue

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


Keywords
mongodb, message-queue
License
Other
Install
pip install MonQueue==0.3.3

Documentation

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:

pip install -U monqueue

Coverage Report

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.