Metadata-Version: 2.1
Name: aiogossip
Version: 0.0.13
Summary: AsyncIO implementation of Gossip protocol
Author-email: Andrey Gubarev <andrey@andreygubarev.com>
License: MIT
Project-URL: Homepage, https://github.com/andreygubarev/python-aiogossip/
Description-Content-Type: text/markdown
Requires-Dist: networkx==2.8.8
Requires-Dist: protobuf==4.21.12

# aiogossip

AsyncIO implementation of Gossip protocol

# Reference

-  [Gossip protocol](https://en.wikipedia.org/wiki/Gossip_protocol)
-  [Gossip simulator](https://flopezluis.github.io/gossip-simulator/)
