slackbuilds_ponce/python/python3-pyzstd/README
Lockywolf 9eb88e9eb5
python/python3-pyzstd: Added (Python bindings to zstd library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-12-04 19:36:50 +07:00

18 lines
515 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Pyzstd module provides classes and functions for compressing and
decompressing data, using Facebooks Zstandard (or zstd as short name)
algorithm.
The API style is similar to Pythons 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