96ad7e86f108b4579b96d717357172ff35344246
simple-hypercore-protocol
The Hypercore protocol state machine
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%