forked from LBRYCommunity/lbry-sdk
7 lines
275 B
Python
7 lines
275 B
Python
|
"""
|
||
|
Classes and functions used to create and download LBRY Files.
|
||
|
|
||
|
LBRY Files are Crypt Streams created from any regular file. The whole file is read
|
||
|
at the time that the LBRY File is created, so all constituent blobs are known and
|
||
|
included in the stream descriptor file.
|
||
|
"""
|