Skip to content

indygreg/python-zstandard

main
Switch branches/tags
Code

Latest commit

We implemented unused_data a few commits ago but it just returned an
empty bytes. This commit teaches it to return data beyond the decoded
zstd frame data, if present.
cf3cc7d

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
ci
Jan 17, 2022

python-zstandard

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.

The canonical home for this project is https://github.com/indygreg/python-zstandard.

For usage documentation, see https://python-zstandard.readthedocs.org/.