Metadata-Version: 1.2
Name: b_rabbit
Version: 0.1.3
Summary: An abstract interface for RabbitMQ communication
Home-page: https://github.com/nidhaloff/b_rabbit
Author: Nidhal Baccouri
Author-email: nidhalbacc@gmail.com
License: MIT license
Description: ========
        b_rabbit
        ========
        
        
        .. image:: https://img.shields.io/pypi/v/b_rabbit.svg
                :target: https://pypi.python.org/pypi/b_rabbit
        
        .. image:: https://img.shields.io/travis/nidhaloff/b_rabbit.svg
                :target: https://travis-ci.com/nidhaloff/b_rabbit
        
        .. image:: https://readthedocs.org/projects/b-rabbit/badge/?version=latest
                :target: https://b_rabbit.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        An abstract interface for RabbitMQ communication.
        
        RabbitMq Interface to make using RabbitMQ inside a SOA Project easier to implement and maintain.
        it provides a high level API on top of rabbitpy to abstract the implementation of publish-subscribe and RPCs
        
        The package is very useful for large SOA projects. It uses Multithreading to assign a single Thread to every Task.
        Take a look at the examples.
        
        
        * Free software: MIT license
        * Documentation: https://b_rabbit.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        
        =======
        History
        =======
        
        0.1.0 (2020-03-13)
        ------------------
        
        * First release on PyPI.
        
Keywords: b_rabbit
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
