Metadata-Version: 2.1
Name: ssb-client
Version: 0.1.0
Summary: Client for Secure Scuttlebutt (SSB)
Home-page: https://codeberg.org/hjacobs/python-ssb-client
License: MIT
Author: Henning Jacobs
Author-email: henning@jacobs1.de
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet
Classifier: Topic :: System :: Networking
Requires-Dist: PyYAML (>=5.4.1,<6.0.0)
Requires-Dist: secret-handshake (>=0.1.0-alpha.3,<0.2.0)
Project-URL: Repository, https://codeberg.org/hjacobs/python-ssb-client
Description-Content-Type: text/markdown

# Secure Scuttlebutt (SSB) Client in Python

**WORK IN PROGRESS**

This is a fork of the unmaintained [pyssb repo](https://github.com/pferreir/pyssb).

Things that are currently implemented:

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

Usage (requires [Poetry](https://python-poetry.org/)):

```
poetry install
PYTHONPATH=. poetry run python3 examples/test_client.py
```

