AMQP Reconnecting Client for Twisted


License
MIT
Install
pip install gtxamqp==2.2.2

Documentation

gtxamqp

Build Status Coverage Status

gtxamqp is a fault-tolerant AMQP client for Twisted. gtxamqp does all the heavy lifting reconnecting code you normally have.

Quickstart

Install gtxamqp:

$ pip install gtxamqp

TODO

  • Add more docs
  • Generate docs using sphinx
  • Improve test coverage
  • Add more examples