Support for Zstandard (zstd) compression
Project Links
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
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.zstdmodule. For older Python versions, use thebackports.zstdlibrary as a fallback.We recommend new projects to use the standard library, and existing ones to consider migrating.
pyzstdinternally usescompression.zstdsince version 0.19.0.See
pyzstd's documentation for details and a migration guide.
0.19.1
Dec 13, 2025
0.19.0
Dec 07, 2025
0.18.0
Oct 05, 2025
0.17.0
May 10, 2025
0.16.2
Oct 10, 2024
0.16.1
Aug 04, 2024
0.16.0
May 20, 2024
0.15.10
Mar 24, 2024
0.15.9
Jun 24, 2023
0.15.7
Apr 21, 2023
0.15.6
Apr 05, 2023
0.15.4
Feb 24, 2023
0.15.3
Aug 03, 2022
0.15.2
Jan 22, 2022
0.15.1
Dec 25, 2021
0.15.0
May 18, 2021
0.14.4
Mar 24, 2021
0.14.3
Mar 04, 2021
0.14.2
Feb 24, 2021
0.14.1
Dec 19, 2020
0.13.0
Nov 07, 2020
0.12.5
Oct 12, 2020