pyzstd 0.19.1


pip install pyzstd

  Latest version

Released: Dec 13, 2025


Meta
Author: Ma Lin, Rogdham
Maintainer: Rogdham
Requires Python: >=3.10

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers

License
  • OSI Approved :: BSD License

Operating System
  • OS Independent

Programming Language
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.14

Topic
  • System :: Archiving :: Compression

pyzstd

Python bindings to Zstandard (zstd) compression library

GitHub build status Release on PyPI BSD-3-Clause License


📖 Documentation   |   📃 Changelog


The pyzstd module provides Python support for Zstandard, using an API style similar to the bz2, lzma, and zlib modules.

[!WARNING]

Zstandard is now natively supported in Python’s standard library via the compression.zstd module. For older Python versions, use the backports.zstd library as a fallback.

We recommend new projects to use the standard library, and existing ones to consider migrating.

pyzstd internally uses compression.zstd since version 0.19.0.

See pyzstd's documentation for details and a migration guide.

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras: None
Dependencies:
backports-zstd (>=1.0.0)
typing-extensions (>=4.13.2)