aboutsummaryrefslogtreecommitdiff
path: root/archivers/py-zstd/pkg-descr
blob: 8726f25309f106236f5a931bac7b740ee3cd9f60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Simple python bindings to Yann Collet's ZSTD compression library.

Zstd, short for Zstandard, is a new lossless compression algorithm,
which provides both good compression ratio and speed for standard
compression needs. "Standard" translates into everyday situations
which neither look for highest possible ratio (which LZMA and ZPAQ
cover) nor extreme speeds (which LZ4 covers).

Please note that this is a simple python binding to Zstandard.
A more full-featured binding is Gregory Szorc's py-zstandard
package.

WWW: https://github.com/sergey-dryabzhinsky/python-zstd