I'm looking for a AMQP 1.0 compliant Python library. I've gone through several libraries but they all seem to support only AMQP 0.9.1.
- amqp - https://pypi.python.org/pypi/amqp/1.4.7
- pika - https://github.com/pika/pika
- amqplib - https://code.google.com/p/py-amqplib/
Puka (https://github.com/majek/puka) doesn't seem to mention the specific AMQP version it supports, but it only says it's a RabbitMQ client.