Pedro Ferreira a5ce920440 Revert "Remove pytest-cov flag"
This reverts commit 297b1268b025efd961f27aaf7a05d937931ec497.
2017-08-05 19:49:50 +02:00
2017-08-05 12:40:44 +02:00
2017-08-05 19:32:01 +02:00
2017-08-01 20:09:10 +02:00
2017-08-01 22:37:14 +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-08-05 19:49:50 +02:00
2017-08-01 22:45:54 +02:00
2017-08-05 12:40:44 +02:00

**WORK IN PROGRESS**

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

|build-status| |code-coverage|

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.

.. |build-status| image:: https://travis-ci.org/pferreir/pyssb.svg?branch=master
                   :alt: Travis Build Status
                   :target: https://travis-ci.org/pferreir/pyssb
.. |code-coverage| image:: https://coveralls.io/repos/github/pferreir/pyssb/badge.svg?branch=master
                   :alt: Code Coverage
                   :target: https://coveralls.io/github/pferreir/pyssb?branch=master
Description
Python SSB library, based on https://github.com/pferreir/pyssb
Readme 1 MiB
Languages
Python 100%