summaryrefslogtreecommitdiffstats
path: root/python/python-lz4/README
diff options
context:
space:
mode:
author Dave Woodfall <dave@slackbuilds.org>2021-05-14 23:57:21 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-19 18:40:04 +0700
commitd889bca7a9109e743fdc95e752455a878f53a4a5 (patch)
tree0ae8e218d34f12de6a08d1da690c34a691dfd97d /python/python-lz4/README
parent9ee78a09f8821eb25e80efa76bb0e25d7fc67666 (diff)
downloadslackbuilds-d889bca7a9109e743fdc95e752455a878f53a4a5.tar.gz
slackbuilds-d889bca7a9109e743fdc95e752455a878f53a4a5.tar.xz
python/python-lz4: Renamed python2-lz4.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-lz4/README')
-rw-r--r--python/python-lz4/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/python/python-lz4/README b/python/python-lz4/README
deleted file mode 100644
index b3ddbb25ae..0000000000
--- a/python/python-lz4/README
+++ /dev/null
@@ -1,12 +0,0 @@
-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.