aboutsummaryrefslogblamecommitdiff
path: root/archivers/py-zstandard/pkg-descr
blob: 3f7e9a9561cce0ac9ef543380b6226b492377303 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                        
This project provides Python bindings for interfacing with the Zstandard
compression library. A C extension and CFFI interface are provided.

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 a simple python binding to Zstandard is also
available: archivers/py-zstd.

WWW: https://github.com/indygreg/python-zstandard