A python module for writing workers (daemons) triggered from amqp jobs.


License
BSD-2-Clause
Install
pip install amqp_worker==0.2

Documentation

amqp_worker

A python module for writing workers (daemons) triggered from amqp jobs.

Installation

The amqp_worker module can be installed via:

pip install amqp_worker

The module has been tested to work with python 2.7. It should work with python 3.2+ as soon as its dependencies support python 3.2+.

Usage

For example usage of this module, please see the example.py file.