Skip to content

Python bindings to the Zstandard (zstd) compression library

License

Notifications You must be signed in to change notification settings

jm-nab/python-zstandard

 
 

Repository files navigation

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/.

About

Python bindings to the Zstandard (zstd) compression library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 74.3%
  • Python 13.9%
  • C++ 6.2%
  • Rust 5.6%