shendo / peerz

P2P python library using ZeroMQ sockets and gevent
GNU General Public License v3.0
9 stars 3 forks source link

peerz

P2P python library using ZeroMQ sockets and gevent

|build_status|

Overview

peerz is an experiment in using zeromq bindings to implement a structured peer-to-peer overlay network in python. The peer management and routing logic are heavily based on existing structured overlay networks such as kademlia and tapestry.

Note: peerz is still in its early stages of development and as such no stable releases are yet available.

Goals

The goal of peerz is to provide a p2p library in python capable of:

Getting Started

Install using pip: ::

pip install peerz

Usage

TODO

Issues

This project is still very much in its infancy, however, feedback is always welcome.

Source code for peerz is hosted on GitHub. Any bug reports or feature requests can be made using GitHub's issues system.

.. _GitHub: https://github.com/shendo/peerz .. _issues system: https://github.com/shendo/peerz/issues

.. |build_status| image:: https://secure.travis-ci.org/shendo/peerz.png?branch=master :target: https://travis-ci.org/shendo/peerz :alt: Current build status