
Pamqp is a low level AMQP 0-9-1 frame encoding and decoding library for Python. It is not a end-user client library for talking to RabbitMQ but rather is used by client libraries for marshaling and unmarshaling AMQP frames.
AMQP class/method command class mappings can be found in the pamqp.specification module while actual frame encoding and encoding should be run through the pamqp.frame module.
This package contains the Python 3 version of the library.