SkillAgentSearch skills...

Pyzstd

Python bindings to Zstandard (zstd) compression library, the API style is similar to Python's bz2/lzma/zlib modules.

Install / Use

/learn @Rogdham/Pyzstd
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center" size="15px">

pyzstd

Python bindings to Zstandard (zstd) compression library

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


📖 Documentation   |   📃 Changelog

</div>

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.

View on GitHub
GitHub Stars49
CategoryDevelopment
Updated2mo ago
Forks8

Languages

Python

Security Score

95/100

Audited on Jan 5, 2026

No findings