AMQP 1.0 Library for Python
Apache Qpid project offers clients for a number of programming languages that are AMQP 1.0 compliant. There are probably others out there as well but the Qpid bits are nice as they are all based around a single core called Proton so the API is pretty consistent across client implementations.
For AMQP 1.0 I have found uamqp: https://github.com/Azure/azure-uamqp-python (MIT License)