pamqp

pamqp is a low level AMQP 0-9-1 frame encoding and decoding library for Python 2 & 3 released under the BSD license.

pamqp is not a end-user client library for talking to RabbitMQ but rather is used by client libraries for marshaling and unmarshaling AMQP frames. All methods should have test coverage and pass in Python 2.6, 2.7 and 3.3.

AMQP class/method command class mappings can be found in the rmqid.specification module while actual frame encoding and encoding should be run through the rmqid.frame module.

Issues

Please report any issues to the Github repo at https://github.com/pika/pamqp/issues

Source

pamqp source is available on Github at https://github.com/pika/pamqp

Installation

pamqp is available from the Python Package Index but should generally be installed as a dependency from a client library using setup.py.

Indices and tables

Project Versions

Table Of Contents

Next topic

pamqp.body

This Page