From 9eb88e9eb5742de48e891f25e2216736e09e9ec1 Mon Sep 17 00:00:00 2001 From: Lockywolf Date: Mon, 4 Dec 2023 18:52:10 +0700 Subject: python/python3-pyzstd: Added (Python bindings to zstd library). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pyzstd/README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 python/python3-pyzstd/README (limited to 'python/python3-pyzstd/README') diff --git a/python/python3-pyzstd/README b/python/python3-pyzstd/README new file mode 100644 index 0000000000..2e503cd59c --- /dev/null +++ b/python/python3-pyzstd/README @@ -0,0 +1,18 @@ +Pyzstd module provides classes and functions for compressing and +decompressing data, using Facebook’s Zstandard (or zstd as short name) +algorithm. + +The API style is similar to Python’s bz2/lzma/zlib modules. + +Includes zstd v1.5.5 source code + +Can also dynamically link to zstd library provided by system, see this +note. + +Has a CFFI implementation that can work with PyPy + +ZstdFile class has C language level performance + +Supports Zstandard Seekable Format + +Has a command line interface: python -m pyzstd --help -- cgit v1.2.3