From d77848642422def8aef6355291812a6386cfa285 Mon Sep 17 00:00:00 2001 From: "Barry J. Grundy" Date: Thu, 24 Jan 2019 18:23:24 +0700 Subject: python/python-lz4: Added (python bindings for lz4). Signed-off-by: Willy Sudiarto Raharjo --- python/python-lz4/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 python/python-lz4/README (limited to 'python/python-lz4/README') diff --git a/python/python-lz4/README b/python/python-lz4/README new file mode 100644 index 0000000000..b3ddbb25ae --- /dev/null +++ b/python/python-lz4/README @@ -0,0 +1,12 @@ +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. -- cgit v1.2.3