Introduction

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

Prerequisites

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

Installation

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

pip install aioamqp