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.
|
2016-12-14 00:16:12 +01:00
|
|
|
"""
|
2018-07-25 03:10:53 +02:00
|
|
|
|
|
|
|
from lbrynet import custom_logger
|