Luke Murphy 75253a5365
Some checks failed
continuous-integration/drone/push Build is failing
Add protoc python dep for dev generation flows
2020-08-08 11:38:58 +02:00
2020-08-01 15:22:39 +02:00
2020-08-01 15:25:06 +02:00

simple-hypercore-protocol

Build Status

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
Description
The Hypercore protocol state machine
Readme 53 KiB
Languages
Protocol Buffer 95.4%
Python 4.6%