Introduction
============

Aioamqp library is a pure-Python implementation of the AMQP 0.9.1 protocol using `asyncio`.


Prerequisites
-------------

Aioamqp works only with python >= 3.5 using asyncio library.

Installation
------------

You can install the most recent aioamqp release from pypi using pip or easy_install:

 .. code-block:: shell

    pip install aioamqp
