lz4 package

Most of the functionality of this package is found in the lz4.frame and the lz4.block sub-packages.

Contents

lz4.library_version_number()

Returns the version number of the LZ4 library.

Parameters

None

Returns

version number eg. 10705

Return type

int

lz4.library_version_string()

Returns the version number of the LZ4 library as a string containing the semantic version.

Parameters

None

Returns

version number eg. “1.7.5”

Return type

str