Wrapper around pika inspired by lapin for convenient AMQP operations in Python APIs.
This library is beeing developed in context of Python APIs. To run those APIs with pikachu library imported from local repository, you have to:
- clone pikachu repository
- add repository path to
PYTHONPATHe.g.export PYTHONPATH=/Users/maciek/Repositories/pikachu:$PYTHONPATH
PYTHONPATHhas to be set in terminal from which you run your python app.