mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
9eb88e9eb5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
18 lines
515 B
Text
18 lines
515 B
Text
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
|