Metadata-Version: 2.1
Name: python-rmq
Version: 0.1.8
Summary: Redis based message queue
Home-page: https://github.com/Forden/pyrmq
Author: Forden
Author-email: forden@forden.me
License: MIT
Description: 
        # PyRMQ
        Message queue written in Python and backed by Redis (compatible with https://github.com/adjust/rmq)
        
        ## Installing
        `$ pip install python-rmq`
        
        ## PyRMQ resources
         - Examples: [Github](https://github.com/Forden/pyrmq/tree/master/examples)
         - Community: [@pyrmq](https://t.me/pyrmq)
         - Pip: [python-rmq](https://pypi.python.org/pypi/python-rmq)
         - Source:  [Github repo](https://github.com/Forden/pyrmq)
         - Issues/Bug tracker: [Github issues tracker](https://github.com/Forden/pyrmq/issues)
        
        ## Contributing
        Contributions of all sizes are welcome. You can also help by [reporting bugs](https://github.com/Forden/pyrmq/issues/new).
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
Provides-Extra: fast
