summaryrefslogtreecommitdiffstats
path: root/python/python3-inflate64/README
diff options
context:
space:
mode:
author Lockywolf <for_sbo.python3-inflate64_2023-12-04@lockywolf.net>2023-12-04 18:53:46 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-04 19:29:12 +0700
commit14382ff7938ce18983c4693b519991de522608df (patch)
tree597bdcc5e1dd36db33762d3e7be84bb315d0739c /python/python3-inflate64/README
parent9eeaf60f4472ece68e2b51f11b9f0cb0f57638dd (diff)
downloadslackbuilds-14382ff7938ce18983c4693b519991de522608df.tar.gz
slackbuilds-14382ff7938ce18983c4693b519991de522608df.tar.xz
python/python3-inflate64: Added (deflate64 library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-inflate64/README')
-rw-r--r--python/python3-inflate64/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-inflate64/README b/python/python3-inflate64/README
new file mode 100644
index 0000000000..0c2073cbdd
--- /dev/null
+++ b/python/python3-inflate64/README
@@ -0,0 +1,4 @@
+inflate64 is a deflate64 compression/decompression library
+
+The inflate64 is a python package to provide Deflater and Inflater class
+to compress and decompress with Enhanced Deflate compression algorithm.