Python is adding Zstandard to the standard library in 3.14
discuss.python.org·8h·
Discuss: Hacker News

April 7, 2025, 7:47am 1

Hi!

After spending a number of weekends on the reference implementation, I have finally had time to write up a PEP about adding support for Zstandard compression to the standard library.

Abstract

Zstandard is a widely adopted, mature, and highly efficient compression standard. This PEP proposes adding a new module to the Python standard library containing a Python wrapper around Meta’s zstd library, the default implementation. Additionally, to avoid name collisions with packages on PyPI and to present a unified interface to Python users, compression modules in the standard library will be moved under a compression.* namespace package.


The fully rendered PEP can be read here

Similar Posts

Loading similar posts...