summaryrefslogtreecommitdiff
path: root/archivers/py-zstandard/DESCR
blob: 7ef6ac6ed6fba7110b102a97e3a9d0d0cc53199e (plain)
1
2
3
4
5
6
7
8
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.