master
continuous-integration/drone/push Build is failing
simple-hypercore-protocol
The Hypercore protocol state machine
Work In Progress
Install
$ pip install simple-hypercore-protocol
Example
from simple_hypercore_protocol import messages
print(messages.Request(index=0))
Output:
index: 0
Languages
Protocol Buffer
95.4%
Python
4.6%