ce8a23fa19a006185ce959a28954592da463f96b
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%