A Pika wrapper with error handling, signal handling and good defaults.


License
BSD-3-Clause
Install
pip install yapw==0.1.4

Documentation

PyPI Version Build Status Coverage Status Python Version

Yet Another Pika Wrapper (yapw – pronounced yapu) makes it easier to create a Pika client that:

  • Runs consumer callbacks in separate threads.
  • Automatically decodes and encodes messages.
  • Has error handling, signal handling, useful logging and good defaults.

(If you are viewing this on GitHub, open the full documentation for additional details.)