Skip to content

pamqp

pamqp is a low level AMQP 0-9-1 frame encoding and decoding library for Python 3.11+.

pamqp is not an end-user client library for talking to RabbitMQ but rather is used by client libraries for marshaling and unmarshaling AMQP frames.

PyPI version Tests codecov

Installation

pamqp is available from PyPI but should generally be installed as a dependency from a client library.

pip install pamqp

Issues

Please report any issues to the GitHub issue tracker.