Python SSB library, based on https://github.com/pferreir/pyssb
Go to file
2017-08-01 22:33:03 +02:00
examples Move test_*.py to examples dir 2017-08-01 19:38:53 +02:00
ssb Several fixes in packet_stream tests 2017-08-01 22:32:23 +02:00
.gitignore Hide .coverage 2017-08-01 20:09:10 +02:00
.travis.yml Add .travis.yml 2017-08-01 19:40:53 +02:00
AUTHORS Add MIT license and AUTHORS file 2017-06-02 20:43:54 +02:00
CHANGES.rst Add setup.py 2017-07-30 22:41:41 +02:00
LICENSE Add MIT license and AUTHORS file 2017-06-02 20:43:54 +02:00
pytest.ini Add pytest.ini (coverage etc...) 2017-08-01 19:39:15 +02:00
README.rst Add setup.py 2017-07-30 22:41:41 +02:00
requirements.txt Extract secret-handshake into separate lib 2017-06-05 00:28:29 +02:00
setup.cfg First partially working implementation 2017-06-02 20:09:55 +02:00
setup.py Missing dependency: pytest-mock 2017-08-01 22:33:03 +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.