aboutsummaryrefslogtreecommitdiff
path: root/python/python3-zstandard/README
diff options
context:
space:
mode:
authorAntonio Leal <antonioleal@yahoo.com>2025-09-26 21:43:30 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-09-27 08:34:29 +0700
commite8bc778badbb345d42632bf53038edd1223e973d (patch)
tree77070f5d3a8381cbaaf1d47fd629b64d486a1af3 /python/python3-zstandard/README
parent16296bf2e5ab007eb9849ea44260a139f00d839c (diff)
python/python3-zstandard: Added (Python bindings for Zstandard).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-zstandard/README')
-rw-r--r--python/python3-zstandard/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/python3-zstandard/README b/python/python3-zstandard/README
new file mode 100644
index 0000000000..104d47a40c
--- /dev/null
+++ b/python/python3-zstandard/README
@@ -0,0 +1,9 @@
+This project provides Python bindings for interfacing with the
+Zstandard compression library. A C extension and CFFI interface
+are provided.
+
+The primary goal of the project is to provide a rich interface
+to the underlying C API through a Pythonic interface while not
+sacrificing performance. This means exposing most of the features
+and flexibility of the C API while not sacrificing usability or
+safety that Python provides.