Python bindings to Zstandard (zstd) compression library, the API is similar to Python's bz2/lzma/zlib module.
Project description
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, can also dynamically link to zstd library provided by system, and has a CFFI implementation that can work with PyPy, see this note for details.
Links
Documentation: https://pyzstd.readthedocs.io/en/latest
Release note
0.14.4 (Mar 24, 2021)
Add a CFFI implementation that can work with PyPy.
Allow dynamically link to zstd library.
0.14.3 (Mar 4, 2021)
Update zstd source code from v1.4.8 to v1.4.9.
0.14.2 (Feb 24, 2021)
Add two convenient functions: compress_stream(), decompress_stream().
Some improvements.
0.14.1 (Dec 19, 2020)
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.
Some improvements, no API changes.
0.13.0 (Nov 7, 2020)
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.
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.
Rename zstd_open() function to open(), consistent with Python standard library.
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file pyzstd-0.14.4.tar.gz
.
File metadata
- Download URL: pyzstd-0.14.4.tar.gz
- Upload date:
- Size: 659.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43df9c969b912874f78edf2d29b78710547bff89c0e61c63aaa8af5ab824588b |
|
MD5 | 71e415014f4b8d21cbca3e8750c3bd5f |
|
BLAKE2b-256 | 4854fa22cf42d9719170ffb4e9b30d0a9eb4375465e0d3b059d4fd659e0bf7c8 |
File details
Details for the file pyzstd-0.14.4-pp37-pypy37_pp73-win32.whl
.
File metadata
- Download URL: pyzstd-0.14.4-pp37-pypy37_pp73-win32.whl
- Upload date:
- Size: 182.2 kB
- Tags: PyPy, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fea569c4ce8061e37396a831ec04d109afc1eefa0e3ce515df1adc93dcb73e4f |
|
MD5 | dd3771d640366158c4c5e07734092330 |
|
BLAKE2b-256 | 3b510cbe62b9d3d3abbdddd6916856fedd22a5a7b936185bb1d93694f3dde59f |
File details
Details for the file pyzstd-0.14.4-pp37-pypy37_pp73-manylinux1_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.14.4-pp37-pypy37_pp73-manylinux1_x86_64.whl
- Upload date:
- Size: 301.4 kB
- Tags: PyPy
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ce434af7b6e898925e63d1154bc4f9f3543511cc5c17dae3665065c21716407 |
|
MD5 | 9edbb595dea36ee1833f863de3ea7740 |
|
BLAKE2b-256 | 3f7037e39dfa0733bdf8b83db0af38848916eca8c55e3a31e9ddc74dd0e257a2 |
File details
Details for the file pyzstd-0.14.4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.14.4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
- Upload date:
- Size: 405.1 kB
- Tags: PyPy, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8183a72b393b4b4299a9609f2f0f9c9c0eef5eb35145580226fc69af301355de |
|
MD5 | 3d630e34ab88547cc5c893674deb1a8b |
|
BLAKE2b-256 | 433312e0e1f2fa175e5b71837c4efc3a2ca523cc5a9791a385a6c369bc95ba13 |
File details
Details for the file pyzstd-0.14.4-pp36-pypy36_pp73-win32.whl
.
File metadata
- Download URL: pyzstd-0.14.4-pp36-pypy36_pp73-win32.whl
- Upload date:
- Size: 182.2 kB
- Tags: PyPy, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ca717b6d493008d5eb84073de3c7c80d174b2b9b399be2f7a7290ca6eef26b7 |
|
MD5 | c1e7b993f8db6bfa1c328553067b5a05 |
|
BLAKE2b-256 | 8a93c8913b7ef3fe27d195a4626751fc335bb8c843a7d992fe7ba371ab3d5211 |
File details
Details for the file pyzstd-0.14.4-pp36-pypy36_pp73-manylinux1_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.14.4-pp36-pypy36_pp73-manylinux1_x86_64.whl
- Upload date:
- Size: 301.4 kB
- Tags: PyPy
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87741d16c50bf7a87e055bfbc6ed468541c38f9b4be9463082172cfbb969fcb7 |
|
MD5 | 34e3c4b14f772cf44d3e9dc1d7d2220d |
|
BLAKE2b-256 | ab9ebf2a16b82b12ddd82dc90f6f9197b634cb25a1a4a72a8a84da8042ca9de1 |
File details
Details for the file pyzstd-0.14.4-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.14.4-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
- Upload date:
- Size: 405.1 kB
- Tags: PyPy, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a4c9db63ec5cbefe5601d03a720c5cc399aeeb7902bf3cfb5720df88a6c5835 |
|
MD5 | b450de110c8e824dc0ce91694f02f8f3 |
|
BLAKE2b-256 | 5d2e37f8be5b42e033cbac1e797ec7817163a921afa623a8d34fc91c224a6d3a |
File details
Details for the file pyzstd-0.14.4-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 207.6 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20dc1e9e4ca28bd6952314b30b62e1d024117715f6e49ed65b3b0477b3e8ec70 |
|
MD5 | b1ac7884214fab48ef8ef88bbe04ecb9 |
|
BLAKE2b-256 | e11cfbf0b4ba7f6d86a94a5f5fd2e79f1d679f2715b628f63b8daf73678a80a9 |
File details
Details for the file pyzstd-0.14.4-cp39-cp39-win32.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp39-cp39-win32.whl
- Upload date:
- Size: 184.4 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3cd554d06397d6d6a679515bada056d601e6cb234753dce20d0a77bf1c611c90 |
|
MD5 | a7432f3f6e0ab649f3456c7d542de469 |
|
BLAKE2b-256 | cba949b5a86fe34d124601abe3ca12a0e60570d4bbaa72af03e627613a4223c1 |
File details
Details for the file pyzstd-0.14.4-cp39-cp39-manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp39-cp39-manylinux2014_x86_64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.9
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b6864e3ef9e8cc911d890b47c2a3b4ad7d556d4095d8a3c8806f8c1e85a3abf |
|
MD5 | ca019bb594de677d71c5131211b34d69 |
|
BLAKE2b-256 | e491e23df86cf54934a5025393589cdb6548b43ab29784ebbf6e981e0d273882 |
File details
Details for the file pyzstd-0.14.4-cp39-cp39-manylinux2014_s390x.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp39-cp39-manylinux2014_s390x.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.9
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c87c7351c90e2eeffa79f6ad64c0ef8f6df094af3fa12c5f262a0c59a118a967 |
|
MD5 | 2fc01e6e9751f8ce9629a710278c7d4f |
|
BLAKE2b-256 | a59363daddd25922f083a1b98dea389439079bab8e1485539bc6b97209e1f8d1 |
File details
Details for the file pyzstd-0.14.4-cp39-cp39-manylinux2014_ppc64le.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp39-cp39-manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.9
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38ba67342642fd2db8de033950dfa8e26282d706ae230bafc696ed8a4e155906 |
|
MD5 | d7312450471db4270ba6b1534a5d0d8a |
|
BLAKE2b-256 | 1e1407c1b0a48404ce4ac4f11e50d867dd34ee04af313e3a185de068e1f45c7e |
File details
Details for the file pyzstd-0.14.4-cp39-cp39-manylinux2014_aarch64.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp39-cp39-manylinux2014_aarch64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.9
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d2a8e7b0320ecd9378566423d6287add6e3b7919c9c8676a0f13869ae36fc2d |
|
MD5 | 2231f300efa082a5684c6d714cd0ced4 |
|
BLAKE2b-256 | 6dbaec9644a67be2e50f17a288eeb8e37a01cc772c83b9b1f381ba022bb9c4f0 |
File details
Details for the file pyzstd-0.14.4-cp39-cp39-manylinux1_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp39-cp39-manylinux1_x86_64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.9
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90f83acbd7355e80f196d3e7193f25d5128dc1302dc98446b8f39fee4fbb7fd8 |
|
MD5 | c0d2b4c84abe640b24c004233e88f481 |
|
BLAKE2b-256 | 0a2e7e830f0fe845c1db67fa6c3969dd774265cdc675db0d345b9e0b48cec040 |
File details
Details for the file pyzstd-0.14.4-cp39-cp39-manylinux1_i686.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp39-cp39-manylinux1_i686.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.9
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59db9a8007feb4dd0041f4e668dfd08f29d2a88905dc64341beec2638f662432 |
|
MD5 | 65ff7ccc4342fde678b2b356cec0b166 |
|
BLAKE2b-256 | fb5cae19ecddc836713e8763006899e1981d6a7b564f0472a24e74afaa54714b |
File details
Details for the file pyzstd-0.14.4-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 344.5 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd32436b9bf811b52acc0d909720b0a9dcc75237afade4cd3998df11f3bcb1e8 |
|
MD5 | df8f06ece584404329162b414072f7cf |
|
BLAKE2b-256 | d75f0de3e3756de630267c87155ae8442e933712664296ff527a2d6db1a98825 |
File details
Details for the file pyzstd-0.14.4-cp39-cp39-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp39-cp39-macosx_10_9_x86_64.whl
- Upload date:
- Size: 431.5 kB
- Tags: CPython 3.9, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58b303eb72edbea3e6a4ec2bd3215f9dfb189d7595be5bef511e7d066bdcdd55 |
|
MD5 | 29de4e3bf9a8446806046a20d49d1d44 |
|
BLAKE2b-256 | 0c5c7a391c269d90ffc2ab5624efaea9374caced052eaea5db8cfadf70e28d19 |
File details
Details for the file pyzstd-0.14.4-cp38-cp38-win_amd64.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 207.4 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61efe917a6bffbe5dbc1288d5cea5803ee8ee5a8d5b42970589352840724c814 |
|
MD5 | 5827043ac727095fd0827ca54c03d516 |
|
BLAKE2b-256 | cd0af8bc93c039c4730c2a9aa711b3fd0a9e48179447924186960f9b97e354b9 |
File details
Details for the file pyzstd-0.14.4-cp38-cp38-win32.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp38-cp38-win32.whl
- Upload date:
- Size: 184.1 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84686494e9f93080c5f94b320fb1937b9c349ac236880b6fd3f74a26a1037e11 |
|
MD5 | a045f4b74ea2f9612a5d165288bdbfb7 |
|
BLAKE2b-256 | e78a7fc6dee57f81f51781259f6af741ed95374dcda7fe7df30d1c7b9bc4ce62 |
File details
Details for the file pyzstd-0.14.4-cp38-cp38-manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp38-cp38-manylinux2014_x86_64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.8
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72ea68d9113cda25e188c101d980b36883bece12d97d1bb790e83d5dd3e6780a |
|
MD5 | d5109518c76b6e48fca9253eee729b2e |
|
BLAKE2b-256 | 043b1276b694618277d752386cd5c969d3567c34115dcddee2d0cf1e4558645a |
File details
Details for the file pyzstd-0.14.4-cp38-cp38-manylinux2014_s390x.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp38-cp38-manylinux2014_s390x.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.8
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0cb4a25b554eb1bad42f4de64624e48da55c2af72a46ed0d7e4bacacc94ab42 |
|
MD5 | ab62a10d76332f052cfa1a5dc861b00a |
|
BLAKE2b-256 | a142a9287ee5180bf30cdf987410fa24e54e1376b7b3303c6f81cb693e1043b5 |
File details
Details for the file pyzstd-0.14.4-cp38-cp38-manylinux2014_ppc64le.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp38-cp38-manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.8
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e9e3a800b59e297364d29d65b578f5e3bf56c62f802fd96e2e7a29a64831fe8 |
|
MD5 | 013baf84b3a86d27689928bb1c3a3b55 |
|
BLAKE2b-256 | 714514cc7f12e2c6325ae3b98a9f67aa586d93bd1568b56a346bb331b2a36989 |
File details
Details for the file pyzstd-0.14.4-cp38-cp38-manylinux2014_aarch64.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp38-cp38-manylinux2014_aarch64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.8
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ee5770d6d8e2b86204dff3f69594b5bc4be8bce2bf859d351ecd6c2351e1c66 |
|
MD5 | dbfdd0c9be0170ff523d730d01da34bb |
|
BLAKE2b-256 | b420be97c08a431289c0dd0614eeeeadfa8490b75320f1de657282b0966a6c46 |
File details
Details for the file pyzstd-0.14.4-cp38-cp38-manylinux1_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp38-cp38-manylinux1_x86_64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.8
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6bb34e8c4c534c426cc4e4b3db2e61a955dee8ba15414b62f93e996c4b7105b |
|
MD5 | f773c995a4e51cdc8379ed8df08f2407 |
|
BLAKE2b-256 | d8099dd526519827d1e9c0f0dd2fbdf0fea6f34a2e15570c93c5438ddc7287a5 |
File details
Details for the file pyzstd-0.14.4-cp38-cp38-manylinux1_i686.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp38-cp38-manylinux1_i686.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.8
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56775aa7a0902bd4756a3d51ab1abb7984716a607233754edaa5021cd20bf204 |
|
MD5 | 5523989af29440cc68e890820b0c8926 |
|
BLAKE2b-256 | c095c3e4214f599dc43db241056947afc394bd33b01b4e587255fb3c43afa567 |
File details
Details for the file pyzstd-0.14.4-cp38-cp38-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp38-cp38-macosx_10_9_x86_64.whl
- Upload date:
- Size: 432.8 kB
- Tags: CPython 3.8, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c80a41148580f4f9560fd27e16d040281a74c7e873734d4ece6a45308c95071d |
|
MD5 | 3afc2303d16840e21a55b3fcc3722ca4 |
|
BLAKE2b-256 | b3fc298eb24990944d2c0416ed15104e501252b2ce591f0fb2d5500aea6670e6 |
File details
Details for the file pyzstd-0.14.4-cp37-cp37m-win_amd64.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp37-cp37m-win_amd64.whl
- Upload date:
- Size: 207.4 kB
- Tags: CPython 3.7m, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fc974a683a1396746d8600ce2507e21730202590c70b604747804b72a615e0c |
|
MD5 | 03bfead955910d5e339a6450e483415d |
|
BLAKE2b-256 | 333a136fee502ad71f70fcb65868779dc7ce507d3f13873f6558268bc8921df9 |
File details
Details for the file pyzstd-0.14.4-cp37-cp37m-win32.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp37-cp37m-win32.whl
- Upload date:
- Size: 183.6 kB
- Tags: CPython 3.7m, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea2487f5085eda2965d2dbb5d82b9a11ebe821df882d482ce4158f9364909301 |
|
MD5 | a165af10c49f5773654f50028ed82bb5 |
|
BLAKE2b-256 | a5af8e0100722e976d6b5f588061b111e35c4343ff003094ccfe30107a4fb913 |
File details
Details for the file pyzstd-0.14.4-cp37-cp37m-manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp37-cp37m-manylinux2014_x86_64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.7m
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97f96882be9c29ba6892c2ebcc6da0128d23e105db12c592199bdd7cdafa61de |
|
MD5 | 3f0fea5bc0ba132703b616b0ad42ccd1 |
|
BLAKE2b-256 | a3e9fe897f8bb96163645a5b2d3a60ff8bfa6fcdedff4691a3c6c861b0324ef4 |
File details
Details for the file pyzstd-0.14.4-cp37-cp37m-manylinux2014_s390x.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp37-cp37m-manylinux2014_s390x.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.7m
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8a55aabd4abb1aab7e4a89e11f4916cb3292fa662487dbbbebad7eb42b4a16d |
|
MD5 | 72064ce5c4698c4cd1994449bfe66313 |
|
BLAKE2b-256 | be248d2e2555fe7b0909f7cc9ffcefa894893b79a8e766ed18b3ee9f26a6fed7 |
File details
Details for the file pyzstd-0.14.4-cp37-cp37m-manylinux2014_ppc64le.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp37-cp37m-manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.7m
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 704accbdcdb2cae406dc148acee9156824fbdcac4df939679b4e3f15ac90368a |
|
MD5 | 8333b4923536c420ae0fcfe543881738 |
|
BLAKE2b-256 | 593aa6c071752468d5fb895e361c565a74f6f2815f8bafa5cc6214f3a33e0fce |
File details
Details for the file pyzstd-0.14.4-cp37-cp37m-manylinux2014_aarch64.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp37-cp37m-manylinux2014_aarch64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.7m
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a515dd3e0b4fc0b89d5bf517e8300f67a31a40ef449e6bd7905375449fd9bc2 |
|
MD5 | bbc3d5451cb425bb88fef43c53b1d85f |
|
BLAKE2b-256 | ebbf2c13a1dcb1f48771a7c2404653729f57538ad154589837964ef41d8a85cf |
File details
Details for the file pyzstd-0.14.4-cp37-cp37m-manylinux1_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp37-cp37m-manylinux1_x86_64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.7m
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f1fcc1be04a78ca5023542614c58504afe944c5a27f50e409daf3914233e4ed |
|
MD5 | f7b9b3f1a18925f814395d55afdd75d2 |
|
BLAKE2b-256 | 2f7244a87ca62b319a169f0641d3d967f004ef8191dd031801e389ce56be41d4 |
File details
Details for the file pyzstd-0.14.4-cp37-cp37m-manylinux1_i686.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp37-cp37m-manylinux1_i686.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.7m
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dce30fce9b4d2c5fb0ef58bf0f3ed5633c45c2ed6da6e9cd85d78cc95fe26119 |
|
MD5 | 07581dfe6904a539eafb585eb03e7398 |
|
BLAKE2b-256 | 011394a9b8f7bc99bccd413b8d1ed80c3f2bff1ada149e00fae887995c933257 |
File details
Details for the file pyzstd-0.14.4-cp37-cp37m-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp37-cp37m-macosx_10_9_x86_64.whl
- Upload date:
- Size: 432.5 kB
- Tags: CPython 3.7m, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9085e764d07afc72f67df2a291ac2505a89ac714720888a9dbc4458ef261d9d6 |
|
MD5 | 49352f31a9e69ddf6f935da9738a414a |
|
BLAKE2b-256 | 846d767f00c27ef874faed042e6cb0b967d9dd579721fe0c6bbf82c7851f1ad4 |
File details
Details for the file pyzstd-0.14.4-cp36-cp36m-win_amd64.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp36-cp36m-win_amd64.whl
- Upload date:
- Size: 207.4 kB
- Tags: CPython 3.6m, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31cc5cf8cacb7a1ee0a3d9c46adcb6f04ee4b62d2ded232bff5e6c94b0171ad6 |
|
MD5 | 6fb39f202779cd93bbcbc53e4bacaafc |
|
BLAKE2b-256 | 51e8d55f8516243f5e3a7c42e09299681432923a12e21de5b5b93790075ba443 |
File details
Details for the file pyzstd-0.14.4-cp36-cp36m-win32.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp36-cp36m-win32.whl
- Upload date:
- Size: 183.6 kB
- Tags: CPython 3.6m, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96cc88606d24481959af291e6a367c3854c75849818059513b5a9522e5ed6dc7 |
|
MD5 | 0f7996a42c775f68585162148927de92 |
|
BLAKE2b-256 | b0b0ce9de681495b29bd478648f4f4a3dfb96acb4a2bef91f0e6809fbc725a2d |
File details
Details for the file pyzstd-0.14.4-cp36-cp36m-manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp36-cp36m-manylinux2014_x86_64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.6m
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca869717deea3152232fb702fd0925dd9a1ce408052678853693956c5c380c6f |
|
MD5 | 6a45d702f95bf0d352908429ad874b90 |
|
BLAKE2b-256 | 7b85eff6583deb8b69003b6a7dc723c9bcbfa2d09c974711918e2c2c98215fbe |
File details
Details for the file pyzstd-0.14.4-cp36-cp36m-manylinux2014_s390x.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp36-cp36m-manylinux2014_s390x.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.6m
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c5e9a9f58ccc99b021bffc2d6a2ec706e04cd9d7ed239de061afc56a6ba1ee9 |
|
MD5 | 1258f0cf4baf36abcfabad6ff4fd422f |
|
BLAKE2b-256 | f1498d6e50c1433b409fe421b65aafa279230101df4a55649d3c82afa41aa24e |
File details
Details for the file pyzstd-0.14.4-cp36-cp36m-manylinux2014_ppc64le.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp36-cp36m-manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.6m
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6e95308a4ec968c049196c8b7f4ee0be1d423676e71ccf6c7730c942958ed31 |
|
MD5 | ea1e683e5f95a01c7640633e96794ccf |
|
BLAKE2b-256 | 7823f0f96bf531b1db675b275c48aaeff5f4be38f7128f7e22755dffbb3192d4 |
File details
Details for the file pyzstd-0.14.4-cp36-cp36m-manylinux2014_aarch64.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp36-cp36m-manylinux2014_aarch64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.6m
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1cbcc5eb05db103b4c3999f2ae8a7302fcaca23b895a0e85c528ab2d47312be6 |
|
MD5 | a69f98dc0642f3c68d66b020ba804d8f |
|
BLAKE2b-256 | 4bb71c809ff3852cb94a152716fc2193a40f3c9f2f407b2ec0d148c05bb3881b |
File details
Details for the file pyzstd-0.14.4-cp36-cp36m-manylinux1_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp36-cp36m-manylinux1_x86_64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.6m
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fba67b593c29b0fc658677cc432553bea0f068ed1b125f4404fdf124e5bbdbaa |
|
MD5 | 31eecd38eda08161a25202a8283e824d |
|
BLAKE2b-256 | 307c952d208dc4916cf05214e32cd1a11f517895bbabbd0d9b221e5d28ecb620 |
File details
Details for the file pyzstd-0.14.4-cp36-cp36m-manylinux1_i686.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp36-cp36m-manylinux1_i686.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.6m
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 049ef5c8f0f6f6b56f635fd1a23a4b50c2432d546052072468d6a5cbcd0cf701 |
|
MD5 | 2b22b31e731de5a9994554214efceed6 |
|
BLAKE2b-256 | a8894d73d87f05540cfaf4b8490f0c5d70a69b76fa59e763164814f2b1e93d6e |
File details
Details for the file pyzstd-0.14.4-cp36-cp36m-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.14.4-cp36-cp36m-macosx_10_9_x86_64.whl
- Upload date:
- Size: 432.5 kB
- Tags: CPython 3.6m, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9aab6567b7911b0a1aec9cdbc42673ea6c580b6c8763a6063e9bfe0b48f40e19 |
|
MD5 | f9aaa37f9ca92afb48628ab61b2a53f0 |
|
BLAKE2b-256 | d7267b789a34fc6d39bb59833bd143c586ef88b8120c83a4c9b7eb4b70ce3659 |