slackbuilds/python/python3-lz4
Barry J. Grundy 839957e551
python/python3-lz4: Updated for version 4.3.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-08-05 10:08:51 +07:00
..
README
python3-lz4.SlackBuild python/python3-lz4: Updated for version 4.3.2. 2023-08-05 10:08:51 +07:00
python3-lz4.info python/python3-lz4: Updated for version 4.3.2. 2023-08-05 10:08:51 +07:00
slack-desc

README

python3-lz4: provides python bindings for the LZ4 compression library.

The python3 bindings provided in this package cover the frame format
and the block format specifications. The frame format bindings are the
recommended ones to use, as this guarantees interoperability with other
implementations and language bindings.

The API provided by the frame format bindings follows that of the LZMA,
zlib, gzip and bzip2 compression libraries which are provided with the
Python standard library. As such, these LZ4 bindings should provide a
drop-in alternative to the compression libraries shipped with Python.
The package provides context managers and file handler support.