Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ pyzstd Public
forked from Rogdham/pyzstd

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

License

Notifications You must be signed in to change notification settings

justeph/pyzstd

 
 

Repository files navigation

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.

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.4%
  • C 28.6%