Skip to main content

Introduction

pyzstd module provides classes and functions for compressing and decompressing data, using Facebook’s Zstandard (or zstd as short name) algorithm.

The API is similar to Python’s bz2/lzma/zlib module.

Includes zstd v1.4.9 source code.

Release note

0.14.3 (Mar 4, 2021)

Update zstd source code from v1.4.8 to v1.4.9.

0.14.2 (Feb 24, 2021)

  1. Add two convenient functions: compress_stream(), decompress_stream().

  2. Some improvements.

0.14.1 (Dec 19, 2020)

  1. Update zstd source code from v1.4.5 to v1.4.8.

    • v1.4.6 is a non-public release for Linux kernel.

    • v1.4.8 is a hotfix for v1.4.7.

  2. Some improvements, no API changes.

0.13.0 (Nov 7, 2020)

  1. ZstdDecompressor class: now it has the same API and behavior as BZ2Decompressor / LZMADecompressor classes in Python standard library, it stops after a frame is decompressed.

  2. Add an EndlessZstdDecompressor class, it accepts multiple concatenated frames. It is renamed from previous ZstdDecompressor class, but .at_frame_edge is True when both input and output streams are at a frame edge.

  3. Rename zstd_open() function to open(), consistent with Python standard library.

  4. decompress() function:

    • ~9% faster when: there is one frame, and the decompressed size was recorded in frame header.

    • raises ZstdError when input or output data is not at a frame edge. Previously, it only raise for output data is not at a frame edge.

0.12.5 (Oct 12, 2020)

No longer use Argument Clinic, now supports Python 3.5+, previously 3.7+.

0.12.4 (Oct 7, 2020)

It seems the API is stable.

0.2.4 (Sep 2, 2020)

The first version upload to PyPI.

Includes zstd v1.4.5 source code.

Release files for pyzstd 0.14.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pyzstd 0.14.3
File Size Uploaded
pyzstd-0.14.3.tar.gz 643.1 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for pyzstd 0.14.3
File
pyzstd-0.14.3-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
pyzstd-0.14.3-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
pyzstd-0.14.3-cp39-cp39-manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
pyzstd-0.14.3-cp39-cp39-manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
pyzstd-0.14.3-cp39-cp39-manylinux1_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.5+ x86-64 Details
pyzstd-0.14.3-cp39-cp39-manylinux1_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.5+ x86-32 Details
pyzstd-0.14.3-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
pyzstd-0.14.3-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
pyzstd-0.14.3-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
pyzstd-0.14.3-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
pyzstd-0.14.3-cp38-cp38-manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
pyzstd-0.14.3-cp38-cp38-manylinux2014_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
pyzstd-0.14.3-cp38-cp38-manylinux1_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-64 Details
pyzstd-0.14.3-cp38-cp38-manylinux1_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-32 Details
pyzstd-0.14.3-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
pyzstd-0.14.3-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
pyzstd-0.14.3-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
pyzstd-0.14.3-cp37-cp37m-manylinux2014_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64 Details
pyzstd-0.14.3-cp37-cp37m-manylinux2014_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64 Details
pyzstd-0.14.3-cp37-cp37m-manylinux1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 Details
pyzstd-0.14.3-cp37-cp37m-manylinux1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32 Details
pyzstd-0.14.3-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
pyzstd-0.14.3-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
pyzstd-0.14.3-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
pyzstd-0.14.3-cp36-cp36m-manylinux2014_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64 Details
pyzstd-0.14.3-cp36-cp36m-manylinux2014_aarch64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64 Details
pyzstd-0.14.3-cp36-cp36m-manylinux1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 Details
pyzstd-0.14.3-cp36-cp36m-manylinux1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 Details
pyzstd-0.14.3-cp36-cp36m-macosx_10_9_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 Details

Total release size: 36.8 MB

Release files / pyzstd-0.14.3.tar.gz

Download URL pyzstd-0.14.3.tar.gz
Size 643.1 kB
Tags Source
SHA-256 checksum
How to use checksums
6dd0bae2abea4cd2198d41cf0a6f099792cf45abbee0bc412257f042f4b375b4
BLAKE2b-256 checksum
How to use checksums
9cb143d78dc6ee05b23c28b8c86c83de78d5da1226a357e020e0f61f8026e281
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp39-cp39-win_amd64.whl

Download URL pyzstd-0.14.3-cp39-cp39-win_amd64.whl
Size 202.4 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
2280b86ec1fddc8b401f56c0519249d12e61e202bbddc9fd1fb4872a41d9e0d0
BLAKE2b-256 checksum
How to use checksums
c83db71bc5807ff34fba2b331f9e2df2f3867f45f01ac7410f64b35050338d67
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp39-cp39-win32.whl

Download URL pyzstd-0.14.3-cp39-cp39-win32.whl
Size 182.3 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
3315f7bf8ab4db7de439912b61c24cdab6770e2cba7e513b0a26a25735d21188
BLAKE2b-256 checksum
How to use checksums
f6404cd4c8c0d77b12a10476b6a0217763957ab3111a6de7ff187e4296bd18d7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp39-cp39-manylinux2014_x86_64.whl

Download URL pyzstd-0.14.3-cp39-cp39-manylinux2014_x86_64.whl
Size 2.2 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
c2d8648646e157e7f3c464c2f365960b0d4bd9f0345bfa823723e7bf3059ac32
BLAKE2b-256 checksum
How to use checksums
f822d06aaee7584cd876d26a5ebc3db22e9ed15cb1a04ac9bede879262f79733
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp39-cp39-manylinux2014_aarch64.whl

Download URL pyzstd-0.14.3-cp39-cp39-manylinux2014_aarch64.whl
Size 2.0 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
fd10635af064c242ad88cfdf22f0c4e1038daf0a1efc1408f206ee3fc6f8b8c5
BLAKE2b-256 checksum
How to use checksums
e8fdd7497d5ed70a09ffd98265c74b47fe0721b9304fddaa873e260ea46e3bd0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp39-cp39-manylinux1_x86_64.whl

Download URL pyzstd-0.14.3-cp39-cp39-manylinux1_x86_64.whl
Size 2.0 MB
Tags CPython 3.9 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
d16fe3fa90b6af208f5e564281b24001e9a80590cc19c07e0689b31b880c8e3c
BLAKE2b-256 checksum
How to use checksums
311f0dcfb6811dc9c946e5e0fa8a592cc14ab59007f4f3cb422142a62a6191c6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp39-cp39-manylinux1_i686.whl

Download URL pyzstd-0.14.3-cp39-cp39-manylinux1_i686.whl
Size 2.0 MB
Tags CPython 3.9 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
b3df09eb8efd1df25fce8f0a3dc4e1d5a66a731c7d0deab7c14e6ec0cb722c74
BLAKE2b-256 checksum
How to use checksums
c3906eafe830efb774b958ede8394f31032fcf19c9101096c938dc27a091df6c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp39-cp39-macosx_11_0_arm64.whl

Download URL pyzstd-0.14.3-cp39-cp39-macosx_11_0_arm64.whl
Size 344.0 kB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
b2ba8f05f7733faa8c2ff14c3b864978be78f14bbe8eed77d3e12b5cfe8fe95f
BLAKE2b-256 checksum
How to use checksums
6489e9d53f0f630a2dc9bf2c5e1f114e5ec8b719ec2a63ab93684a17d6ab5f16
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp39-cp39-macosx_10_9_x86_64.whl

Download URL pyzstd-0.14.3-cp39-cp39-macosx_10_9_x86_64.whl
Size 431.0 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
543eca0d15ef03a3eef09ac58df9863a6ab8a636f5b0a62073cfdcdd51a29f48
BLAKE2b-256 checksum
How to use checksums
db38d2967a006475c99c5d521947dff57a3f210e82a8d0445cbe6c4a4f327c84
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp38-cp38-win_amd64.whl

Download URL pyzstd-0.14.3-cp38-cp38-win_amd64.whl
Size 202.6 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
98a59b9e56da9d1b8acfb7ad8271e8d80fc9c48b1486bf75d722755a93967c78
BLAKE2b-256 checksum
How to use checksums
6b27a34249b2124345f7a21bf20dea3f581c117f7262204c6bf0441618230a00
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp38-cp38-win32.whl

Download URL pyzstd-0.14.3-cp38-cp38-win32.whl
Size 182.4 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
f923e1c3a009024cdaaff8d3b2eb47723c010f4d9647b88884bee565623327ba
BLAKE2b-256 checksum
How to use checksums
66e9a373128ff7bcec2a7d0d0481b8faafadc7d21973e3f37ece04b14c869c6b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp38-cp38-manylinux2014_x86_64.whl

Download URL pyzstd-0.14.3-cp38-cp38-manylinux2014_x86_64.whl
Size 2.2 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
60fc2f38c729ce4fb6b7db0200a12c3e8b4f8a8b2545e2bc7c5d09bea8640833
BLAKE2b-256 checksum
How to use checksums
7936d1959c06fa83d9a91a52286184b6637749bf4d35d68b0ab7131642f2b9d6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp38-cp38-manylinux2014_aarch64.whl

Download URL pyzstd-0.14.3-cp38-cp38-manylinux2014_aarch64.whl
Size 2.0 MB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
3b4909e47de64047b4c05057e9bb921973927cec49f2e618045a6c3eef8a6413
BLAKE2b-256 checksum
How to use checksums
4a7a28ef81d77b7d8c5836c9e25a647a9ae1557561e96725c0718e2aac44484b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp38-cp38-manylinux1_x86_64.whl

Download URL pyzstd-0.14.3-cp38-cp38-manylinux1_x86_64.whl
Size 2.0 MB
Tags CPython 3.8 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
38f088bbbfc347ded421d4f53c16978d0a2cd8946428cc18b77e699459e21dfb
BLAKE2b-256 checksum
How to use checksums
a00c0be8eaba1c1773c8d1b06383c214a24bf92f099d4e9339f4a0e47ad521f0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp38-cp38-manylinux1_i686.whl

Download URL pyzstd-0.14.3-cp38-cp38-manylinux1_i686.whl
Size 2.0 MB
Tags CPython 3.8 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
4c9e3f27d74ae7651f34a0ef90313f2c808497667881a0b7b725a18f92cb1b8d
BLAKE2b-256 checksum
How to use checksums
cce98065cc361ba55d2f64a1d59ce979c5ccedbab9d3465ab90275f54a969ee4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp38-cp38-macosx_10_9_x86_64.whl

Download URL pyzstd-0.14.3-cp38-cp38-macosx_10_9_x86_64.whl
Size 430.8 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
f34cbf0d2d19679cd7c3a6119cbd4ef6f89977fbfe732a647e285c6ecd48ae2a
BLAKE2b-256 checksum
How to use checksums
36a1a205439090670a674b472cacc4a21dc229e97fc193ba7063648cc59f4911
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp37-cp37m-win_amd64.whl

Download URL pyzstd-0.14.3-cp37-cp37m-win_amd64.whl
Size 202.5 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
1412207eb92a2cf91c8beadad7fbc943840f700e5f3047f95d4e7eb5a399da53
BLAKE2b-256 checksum
How to use checksums
6f0cabf5decfe8f2ba655859e6fe14803e6d12e0338d814aa2c34ac39e054dba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp37-cp37m-win32.whl

Download URL pyzstd-0.14.3-cp37-cp37m-win32.whl
Size 182.0 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
d0aea287d435010c7203a3fd727aa02c9ab61d400b52db41cd57dfa4558469ff
BLAKE2b-256 checksum
How to use checksums
3a562c7d62e4c130e30306eb1051e2f719d5fa62828ed98fd41e2ea4246c447e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp37-cp37m-manylinux2014_x86_64.whl

Download URL pyzstd-0.14.3-cp37-cp37m-manylinux2014_x86_64.whl
Size 2.2 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
12f3d1d828179fd8e69e4b226bf6cb60f34a973fc714ced0ffc69b7971e6e16a
BLAKE2b-256 checksum
How to use checksums
e950766ed314ff309b0fde72aac1560e8902ba5210bb626cb57d44ada53ea42d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp37-cp37m-manylinux2014_aarch64.whl

Download URL pyzstd-0.14.3-cp37-cp37m-manylinux2014_aarch64.whl
Size 2.0 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
0e8ef7c1ebb7a5947fdb5b0653979d2fad109ddce71b48473b5b53d5b896abeb
BLAKE2b-256 checksum
How to use checksums
59c5ad7a1a7e5bb96950b518b64b81a24d120919eb2f31a78bf9a26345b0ae00
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp37-cp37m-manylinux1_x86_64.whl

Download URL pyzstd-0.14.3-cp37-cp37m-manylinux1_x86_64.whl
Size 2.0 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
d8fb5d864e9ad7d352105ee2ed7c3484d701dfe20ebb2b546de95ad8b25fd189
BLAKE2b-256 checksum
How to use checksums
c411fd3d8f60d3b9edaddf1b9936f9f1cf38fec88c1567ded66f65795eaa8643
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp37-cp37m-manylinux1_i686.whl

Download URL pyzstd-0.14.3-cp37-cp37m-manylinux1_i686.whl
Size 2.0 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
997591979e7695ccf8d54e24c1132ab65200d4acbd0d2ad9ce6353d07747d303
BLAKE2b-256 checksum
How to use checksums
285e5f27ccf596eba163931675d36bb30c7d69e4143e697400166b3422ac4248
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL pyzstd-0.14.3-cp37-cp37m-macosx_10_9_x86_64.whl
Size 430.5 kB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
21aa4a09e12fa2ecbfad87cf1a450091874607097965b5538dce40e35b59f1d2
BLAKE2b-256 checksum
How to use checksums
6f61c775de9f4dabb61fbf78a970ecab936a5d63750e994bc2a49c36c5129bd2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp36-cp36m-win_amd64.whl

Download URL pyzstd-0.14.3-cp36-cp36m-win_amd64.whl
Size 202.5 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
f16ea0dbc506ac09abfdfe45ed6a756a52102803f091abf4d99031b889392a0c
BLAKE2b-256 checksum
How to use checksums
468515bc0a4b44ff01f45d7e7bc4c34ebf2b72cf3c234593fa866d86460b1c59
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp36-cp36m-win32.whl

Download URL pyzstd-0.14.3-cp36-cp36m-win32.whl
Size 182.0 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
b6f5caab0c676b5be5a8e74e3acb74ebc88bf7ae567c738243c4309673716b71
BLAKE2b-256 checksum
How to use checksums
32489b4aea09f8af6ae3a1315a28fd38cc36d61898c6334de315a988244a6f71
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp36-cp36m-manylinux2014_x86_64.whl

Download URL pyzstd-0.14.3-cp36-cp36m-manylinux2014_x86_64.whl
Size 2.2 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
cecbb3fb57ad289bf774342db77f72284194b953a0ae935c657b7fee5b6d8c6e
BLAKE2b-256 checksum
How to use checksums
a71c5fdf2c62559fa5abd85b3ffb6f4704009a6e1857eb3ecd7ff58598e7acb5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp36-cp36m-manylinux2014_aarch64.whl

Download URL pyzstd-0.14.3-cp36-cp36m-manylinux2014_aarch64.whl
Size 2.0 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
074b5048c7685ba5cdc02b36adbcba849225dafaef372ff56167e0a106a2bf76
BLAKE2b-256 checksum
How to use checksums
680c00c960dd149c535f18391cc611d0e65f747c1dc73a73d4dd28bfdebf9755
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp36-cp36m-manylinux1_x86_64.whl

Download URL pyzstd-0.14.3-cp36-cp36m-manylinux1_x86_64.whl
Size 2.0 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
37f45aad7f6fa4f93f78f715644f138dbf6db10a7cf684e0698a951782b0a9ea
BLAKE2b-256 checksum
How to use checksums
b40d9fdd131b78e3a01c85d9e850c5a24d3ebf85ff84768a60cbe2261cb82965
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp36-cp36m-manylinux1_i686.whl

Download URL pyzstd-0.14.3-cp36-cp36m-manylinux1_i686.whl
Size 2.0 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
78b74ac1cd130b911f178a98d2a30d4a02b2245b6f688070b3ba85e3308d2efa
BLAKE2b-256 checksum
How to use checksums
0297b6ffb745c5945a4dea1ec9fbe6d27914a86d99d33c3e8f776284cfef784e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

Release files / pyzstd-0.14.3-cp36-cp36m-macosx_10_9_x86_64.whl

Download URL pyzstd-0.14.3-cp36-cp36m-macosx_10_9_x86_64.whl
Size 430.5 kB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
028f001e26908c98e9c08df49717f674874f164e8d326f0a2966f0cbbd1e7c2d
BLAKE2b-256 checksum
How to use checksums
d2dcd32e9d9d1c6ed12eb45348a90d1ef2cc50e8c747502042aad92689f0db03
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page