Metadata-Version: 2.1
Name: rabbit-client
Version: 1.0.0a0
Summary: async rabbit message queue client
Home-page: https://github.com/amenezes/rabbit-client
Author: alexandre menezes
Author-email: alexandre.fmenezes@gmail.com
License: Apache-2.0
Project-URL: Documentation, https://rabbit-client.amenezes.net
Project-URL: Code, https://github.com/amenezes/rabbit-client
Project-URL: Issue tracker, https://github.com/amenezes/rabbit-client/issues
Description: [![Build Status](https://travis-ci.org/amenezes/rabbit-client.svg?branch=master)](https://travis-ci.org/amenezes/rabbit-client)
        [![Maintainability](https://api.codeclimate.com/v1/badges/f24caeb9d85f17de93e2/maintainability)](https://codeclimate.com/github/amenezes/rabbit-client/maintainability)
        [![codecov](https://codecov.io/gh/amenezes/rabbit-client/branch/master/graph/badge.svg)](https://codecov.io/gh/amenezes/rabbit-client)
        [![PyPI version](https://badge.fury.io/py/rabbit-client.svg)](https://badge.fury.io/py/rabbit-client)
        ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/rabbit-client)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        
        # rabbit-client
        
        asyncio rabbit client powered by [aioamqp](https://github.com/Polyconseil/aioamqp).
        
        rabbit-client provides a simple and automatic configuration to work with:  
        - pub/sub and [Dead Letter Exchanges](https://www.rabbitmq.com/dlx.html) with [rabbitmq](https://www.rabbitmq.com);  
        - [polling publisher pattern](https://microservices.io/patterns/data/polling-publisher.html).
        
        ## Installing
        
        Install and update using pip:
        
        ```bash
        pip install -U rabbit-client
        ```
        
        ## Links
        
        - License: [Apache License](https://choosealicense.com/licenses/apache-2.0/)
        - Code: [https://github.com/amenezes/rabbit-client](https://github.com/amenezes/rabbit-client)
        - Issue Tracker: [https://github.com/amenezes/rabbit-client/issues](https://github.com/amenezes/rabbit-client/issues)
        - Documentation: [https://rabbit-client.amenezes.net](https://rabbit-client.amenezes.net)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Framework :: AsyncIO
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Object Brokering
Classifier: Topic :: System :: Distributed Computing
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Provides-Extra: cli
Provides-Extra: all
