slackbuilds_ponce/python/python2-lz4
Heinz Wiesinger 7f26b9929f
All: SlackBuilds run in the directory they are in
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-07-05 16:01:32 +07:00
..
python2-lz4.info
python2-lz4.SlackBuild All: SlackBuilds run in the directory they are in 2021-07-05 16:01:32 +07:00
README
slack-desc

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

The 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.