Metadata-Version: 2.1
Name: aio-amqp
Version: 0.1.1
Summary: Asynchronous AMQP client for 0.9.1 protocol version.
Home-page: https://github.com/NotJustAToy/aio-amqp
Author: Not Just A Toy Corp.
Author-email: dev@notjustatoy.com
License: Apache License 2.0
Keywords: amqp rabbitmq asyncio
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Communications
Classifier: Topic :: Internet
Requires-Python: >=3.6.0
Requires-Dist: pamqp (==2.3.0)

***********
AMQP client
***********

About
#####

Asynchronous AMQP client for 0.9.1 protocol version

Installation
############

Recommended way (via pip):

.. code:: bash

    $ pip install aio-amqp

License
#######

Copyright 2020 Not Just A Toy Corp.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


