Metadata-Version: 2.0
Name: zmqdecorators
Version: 0.7.3
Summary: Decorators for pyZMQ to make it almost as easy to use a DBUS
Home-page: https://github.com/rambo/python-zmqdecorators
Author: Eero "rambo" af Heurlin
Author-email: rambo@iki.fi
License: GNU LGPL
Platform: UNKNOWN
Requires-Dist: tornado (>=2.0)
Requires-Dist: pyzmq (>=2.0)
Requires-Dist: pybonjour (>=1.1)

python-zmqdecorators
====================

Decorators for pyZMQ to make it almost as easy to use a DBUS (requires Bonjour for discovery magic)


Forked from <https://github.com/HelsinkiHacklab/reactor>

## Requirements

    sudo apt-get install python python-pip python-zmq python-tornado libavahi-compat-libdnssd1
    sudo pip install pybonjour || sudo pip install --allow-external pybonjour --allow-unverified pybonjour pybonjour 

Though pybonjour will be installed by pip automagically if you install this package with pip. 

Remember to enable global site packages for the ZMQ bindings if using virtualenv.

Pro tip for thos wishing to work on the code <http://guide.python-distribute.org/pip.html#installing-from-a-vcs> (short version checkout then `pip install -e ./`)


