lbry-sdk/lbrynet/core/__init__.py

8 lines
359 B
Python
Raw Normal View History

2015-08-20 17:27:15 +02:00
"""
Classes and functions which can be used by any application wishing to make use of the LBRY network.
This includes classes for connecting to other peers and downloading blobs from them, listening for
connections from peers and responding to their requests, managing locally stored blobs, sending
and receiving payments, and locating peers in the DHT.
"""