Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 596 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 596 Bytes

Pikachu Bunny Wrapper around pika inspired by lapin for convenient AMQP operations in Python APIs.

Development

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.