You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

zmqdecorators

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zmqdecorators

Decorators for pyZMQ to make it almost as easy to use a DBUS

0.7.3
PyPI
Maintainers
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 ./)

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts