Pedro Ferreira f25a9868a2 Add setup.py
2017-07-30 22:41:41 +02:00
2017-07-30 22:31:17 +02:00
2017-06-02 20:43:54 +02:00
2017-07-30 22:41:41 +02:00
2017-06-02 20:43:54 +02:00
2017-07-30 22:41:41 +02:00
2017-07-30 22:41:41 +02:00
2017-07-30 15:02:09 +02:00

**WORK IN PROGRESS**

pyssb - Secure Scuttlebutt in Python
====================================

Please, don't use this for anything that is not experimental. This is a first attempt at implementing the main
functionality needed to run an SSB client/server.

Things that are currently implemented:

 * Basic Message feed logic
 * Secret Handshake
 * packet-stream protocol

Usage::

    $ pip install -r requirements.txt

Check the ``test_*.py`` files for basic examples.
Description
Python SSB library, based on https://github.com/pferreir/pyssb
Readme 1 MiB
Languages
Python 100%