--- id: zstandard version: "0.25.0" license: BSD-3-Clause license_treatment: permissive maintenance: active --- # zstandard — Zstandard bindings for Python License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install zstandard uv add zstandard poetry add zstandard ## Description ================ python-zstandard ================ | |ci-test| |ci-wheel| |ci-typing| |ci-sdist| |ci-anaconda| |ci-sphinx| 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/. .. |ci-test| image:: https://github.com/indygreg/python-zstandard/workflows/.github/workflows/test.yml/badge.svg :target: https://github.com/indygreg/python-zstandard/blob/main/.github/workflows/test.yml .. |ci-wheel| image:: https://github.com/indygreg/python-zstandard/workflows/.github/workflows/wheel.yml/badge.svg :target: https://github.com/indygreg/python-zstandard/blob/main/.github/workflows/wheel.yml .. |ci-typing| image::... ## AI interpretation — verify before relying Python bindings for the Zstandard compression library, offering both C extension and CFFI interfaces to compress and decompress data with high performance and access to the full Zstandard C API. Verdict: Production-stable, actively maintained compression library with no known vulnerabilities, broad platform coverage via prebuilt wheels, and permissive licensing. Medium install friction is offset by comprehensive wheel distribution and strong maintenance signals (active status, recent commits, top-1000 popularity). [View on SkillFed](https://skillfed.io/packages/zstandard) · [View on PyPI](https://pypi.org/project/zstandard/)