Contents

zstandard 0.22.0

0

Zstandard bindings for Python

Zstandard bindings for Python

Stars: 471, Watchers: 471, Forks: 80, Open Issues: 53

The indygreg/python-zstandard repo was created 7 years ago and the last code push was 1 months ago.
The project is popular with 471 github stars!

How to Install zstandard

You can install zstandard using pip

pip install zstandard

or add it to a project with poetry

poetry add zstandard

Package Details

Author
Gregory Szorc
License
BSD
Homepage
https://github.com/indygreg/python-zstandard
PyPi:
https://pypi.org/project/zstandard/
GitHub Repo:
https://github.com/indygreg/python-zstandard

Classifiers

No  zstandard  pypi packages just yet.

Errors

A list of common zstandard errors.

Code Examples

Here are some zstandard code examples and snippets.

GitHub Issues

The zstandard package has 53 open issues on GitHub

  • python-zstandard produces incomplete data after decompress
  • stream_reader() hangs (keeps spinning on CPU) when empty buffer is supplied
  • Add simple cli to de/compress files

See more issues on GitHub

Related Packages & Articles

cramjam 2.8.3

Thin Python bindings to de/compression algorithms in Rust