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
PYTHONPATH
e.g.export PYTHONPATH=/Users/maciek/Repositories/pikachu:$PYTHONPATH
PYTHONPATH
has to be set in terminal from which you run your python app.