py-libp2p/libp2p/kademlia/__init__.py

4 lines
123 B
Python
Raw Normal View History

"""Kademlia is a Python implementation of the Kademlia protocol which utilizes
the asyncio library."""
2019-01-16 01:41:41 +08:00
__version__ = "2.0"