p2p0mq

A peer to peer, zmq based network library.


License
MIT
Install
pip install p2p0mq==0.1.0

Documentation

p2p0mq

p2p0mq is an open source, MIT licensed, Cmd-based library for creating peer-to-peer networks.

Build Status Documentation Status

Install

pip install p2p0mq

You can also download/clone the source, in which case you have to:

git clone https://github.com/pyl1b/p2p0mq.git
python setup.py install

To contribute a patch clone the repo, create a new branch, install in develop mode:

python setup.py develop