pnuckowski / aioamqp

AMQP implementation using asyncio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aioamqp

https://travis-ci.org/Polyconseil/aioamqp.svg?branch=master

aioamqp library is a pure-Python implementation of the AMQP 0.9.1 protocol.

Built on top on Python's asynchronous I/O support introduced in PEP 3156, it provides an API based on coroutines, making it easy to write highly concurrent applications.

Bug reports, patches and suggestions welcome! Just open an issue or send a pull request.

About

AMQP implementation using asyncio

License:Other


Languages

Language:Python 99.6%Language:Makefile 0.4%