Metadata-Version: 1.0
Name: zmqdecorators
Version: 0.6
Summary: UNKNOWN
Home-page: https://github.com/rambo/python-zmqdecorators
Author: Eero "rambo" af Heurlin
Author-email: rambo@iki.fi
License: GNU LGPL
Description: 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
        
        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>
        
Platform: UNKNOWN
