Skip to main content

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

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 modules.

Includes zstd v1.5.1 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.

Release note

0.15.1 (Dec 25, 2021)

  1. Update bundled zstd source code from v1.5.0 to v1.5.1.

  2. Fix ZstdFile.write() / train_dict() / finalize_dict() may use wrong length for some buffer protocol objects, see this issue.

  3. Two behavior changes:

    • Setting CParameter.nbWorkers to 1 now means “1-thread multi-threaded mode”, rather than “single-threaded mode”.

    • If the underlying zstd library doesn’t support multi-threaded compression, no longer automatically fallback to “single-threaded mode”, now raise a ZstdError exception.

  4. Add a module level variable zstd_support_multithread.

  5. Add a setup.py option --avx2, see this note.

0.15.0 (May 18, 2021)

  1. Update bundled zstd source code from v1.4.9 to v1.5.0.

  2. Some improvements, no API changes.

0.14.4 (Mar 24, 2021)

  1. Add a CFFI implementation that can work with PyPy.

  2. Allow dynamically link to zstd library.

0.14.3 (Mar 4, 2021)

Update bundled 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 bundled 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 the 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyzstd-0.15.1.tar.gz (756.9 kB view details)

Uploaded Source

Built Distributions

pyzstd-0.15.1-pp38-pypy38_pp73-win_amd64.whl (393.1 kB view details)

Uploaded PyPy Windows x86-64

pyzstd-0.15.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzstd-0.15.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzstd-0.15.1-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.6 MB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.5+ x86-64

pyzstd-0.15.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyzstd-0.15.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (763.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzstd-0.15.1-pp37-pypy37_pp73-win_amd64.whl (393.1 kB view details)

Uploaded PyPy Windows x86-64

pyzstd-0.15.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzstd-0.15.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzstd-0.15.1-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.6 MB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.5+ x86-64

pyzstd-0.15.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyzstd-0.15.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (369.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzstd-0.15.1-cp310-cp310-win_amd64.whl (204.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyzstd-0.15.1-cp310-cp310-win32.whl (186.1 kB view details)

Uploaded CPython 3.10 Windows x86

pyzstd-0.15.1-cp310-cp310-musllinux_1_1_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pyzstd-0.15.1-cp310-cp310-musllinux_1_1_s390x.whl (2.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ s390x

pyzstd-0.15.1-cp310-cp310-musllinux_1_1_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ppc64le

pyzstd-0.15.1-cp310-cp310-musllinux_1_1_i686.whl (2.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyzstd-0.15.1-cp310-cp310-musllinux_1_1_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyzstd-0.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyzstd-0.15.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

pyzstd-0.15.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

pyzstd-0.15.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyzstd-0.15.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.5+ x86-64

pyzstd-0.15.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyzstd-0.15.1-cp310-cp310-macosx_11_0_arm64.whl (296.7 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pyzstd-0.15.1-cp310-cp310-macosx_10_9_x86_64.whl (405.6 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyzstd-0.15.1-cp39-cp39-win_amd64.whl (204.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyzstd-0.15.1-cp39-cp39-win32.whl (186.1 kB view details)

Uploaded CPython 3.9 Windows x86

pyzstd-0.15.1-cp39-cp39-musllinux_1_1_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pyzstd-0.15.1-cp39-cp39-musllinux_1_1_s390x.whl (2.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ s390x

pyzstd-0.15.1-cp39-cp39-musllinux_1_1_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ppc64le

pyzstd-0.15.1-cp39-cp39-musllinux_1_1_i686.whl (2.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyzstd-0.15.1-cp39-cp39-musllinux_1_1_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyzstd-0.15.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyzstd-0.15.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

pyzstd-0.15.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

pyzstd-0.15.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyzstd-0.15.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.5+ x86-64

pyzstd-0.15.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyzstd-0.15.1-cp39-cp39-macosx_11_0_arm64.whl (296.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pyzstd-0.15.1-cp39-cp39-macosx_10_9_x86_64.whl (405.6 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyzstd-0.15.1-cp38-cp38-win_amd64.whl (204.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyzstd-0.15.1-cp38-cp38-win32.whl (186.0 kB view details)

Uploaded CPython 3.8 Windows x86

pyzstd-0.15.1-cp38-cp38-musllinux_1_1_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pyzstd-0.15.1-cp38-cp38-musllinux_1_1_s390x.whl (2.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ s390x

pyzstd-0.15.1-cp38-cp38-musllinux_1_1_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ppc64le

pyzstd-0.15.1-cp38-cp38-musllinux_1_1_i686.whl (2.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyzstd-0.15.1-cp38-cp38-musllinux_1_1_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyzstd-0.15.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyzstd-0.15.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

pyzstd-0.15.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

pyzstd-0.15.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyzstd-0.15.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.5+ x86-64

pyzstd-0.15.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyzstd-0.15.1-cp38-cp38-macosx_11_0_arm64.whl (297.6 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

pyzstd-0.15.1-cp38-cp38-macosx_10_9_x86_64.whl (406.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyzstd-0.15.1-cp37-cp37m-win_amd64.whl (204.5 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyzstd-0.15.1-cp37-cp37m-win32.whl (185.5 kB view details)

Uploaded CPython 3.7m Windows x86

pyzstd-0.15.1-cp37-cp37m-musllinux_1_1_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

pyzstd-0.15.1-cp37-cp37m-musllinux_1_1_s390x.whl (2.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ s390x

pyzstd-0.15.1-cp37-cp37m-musllinux_1_1_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ppc64le

pyzstd-0.15.1-cp37-cp37m-musllinux_1_1_i686.whl (2.2 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pyzstd-0.15.1-cp37-cp37m-musllinux_1_1_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyzstd-0.15.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

pyzstd-0.15.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

pyzstd-0.15.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

pyzstd-0.15.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyzstd-0.15.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.5+ x86-64

pyzstd-0.15.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyzstd-0.15.1-cp37-cp37m-macosx_10_9_x86_64.whl (406.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyzstd-0.15.1-cp36-cp36m-win_amd64.whl (204.4 kB view details)

Uploaded CPython 3.6m Windows x86-64

pyzstd-0.15.1-cp36-cp36m-win32.whl (185.5 kB view details)

Uploaded CPython 3.6m Windows x86

pyzstd-0.15.1-cp36-cp36m-musllinux_1_1_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

pyzstd-0.15.1-cp36-cp36m-musllinux_1_1_s390x.whl (2.5 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ s390x

pyzstd-0.15.1-cp36-cp36m-musllinux_1_1_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ppc64le

pyzstd-0.15.1-cp36-cp36m-musllinux_1_1_i686.whl (2.2 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

pyzstd-0.15.1-cp36-cp36m-musllinux_1_1_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

pyzstd-0.15.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

pyzstd-0.15.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.3 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ s390x

pyzstd-0.15.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ppc64le

pyzstd-0.15.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

pyzstd-0.15.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.5+ x86-64

pyzstd-0.15.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyzstd-0.15.1-cp36-cp36m-macosx_10_9_x86_64.whl (406.2 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file pyzstd-0.15.1.tar.gz.

File metadata

  • Download URL: pyzstd-0.15.1.tar.gz
  • Upload date:
  • Size: 756.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1.tar.gz
Algorithm Hash digest
SHA256 ff31f8dbbefc29fa7fd3982eb48cfbfe258de0347b1fd075c3c9306ea8aba9b0
MD5 2e0df44df53b0e20160d0a8e4aaf37aa
BLAKE2b-256 605c356d48c642a560d4aa41fa48adc17a3004b52a43f7a28e72ef0e2d6fa27b

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-pp38-pypy38_pp73-win_amd64.whl.

File metadata

  • Download URL: pyzstd-0.15.1-pp38-pypy38_pp73-win_amd64.whl
  • Upload date:
  • Size: 393.1 kB
  • Tags: PyPy, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c1dbe1fe01a9f2f260afe2361d44ed942677e5925d187b9da718f2dec1c26c02
MD5 edc2bc07546732eb7e8bf5c0c40b46d8
BLAKE2b-256 5b62c3aefd501d8040d3ed12df2eeb6c41d1a80e5ba67bbfc13d84695bb3861e

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f0c22d2e7b0c454133b57d74d88e5001b09af3bd0ebaed96aec6bf12486cd4c8
MD5 9190669bddcf01e62ca292a83f411036
BLAKE2b-256 209dde56154e3e070307178b2286cdcf2ea60cddb977eac1b3f0e3fab349156a

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f673a4c6fb791ae6e9c6f769e45600c6656b9471b6fb7bad311418542cde8dd0
MD5 a623f90ca2fd5342416bdbcd2aad0ead
BLAKE2b-256 458c27b466754127d49cda6733ceefc61eca7083d194cc1dd54aa0f048e0dce6

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d901aa80f067d5cc94751de0b4d6ef39269d92e6cd760120a825e1f5a400f2ad
MD5 06df27fc358578215bbb521f52f65151
BLAKE2b-256 80860e6ef7613abb9f5dd055344fa4999a04e790cf21193a13fee24d9d6fd5a6

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ca6e5eb8dee0cb25ddc003a6767af6677391f88f8a10ffe1bb0c227fb7ec3d96
MD5 bbf43edd444053695138a6a2e9770d0c
BLAKE2b-256 bc73463722da7758534f356ec0b2eece2edb50cb706b44e2707fb79b1f0a479e

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyzstd-0.15.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 763.7 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 60fed1c7650a7734f7a7ca8c61a25efd6236514a3f3bacb91212925f4f8f1f69
MD5 307e3d2395e324c67755df3092749f51
BLAKE2b-256 33442e6a812faffa92415d549148aa2a8685a8a369cda3a87a75c77be461ad86

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-pp37-pypy37_pp73-win_amd64.whl.

File metadata

  • Download URL: pyzstd-0.15.1-pp37-pypy37_pp73-win_amd64.whl
  • Upload date:
  • Size: 393.1 kB
  • Tags: PyPy, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 1b05ad1bed0e416fa4466a63bafbab53000f307907d63666566babc59ae584a9
MD5 41dd645e96e7449672688d0a2736efe6
BLAKE2b-256 33e07e90196feb1e2546bbf455a659716e71d4e746f7d3449ad99f2dd283521c

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a4eb2b54114655afe3d9ae419eb7dce45821c02acc97ab2d1cc6346f92847368
MD5 dd5acd2f1e2a361a757539bc1a9bbc43
BLAKE2b-256 43927ea8f0ce899bfa98dd075049a843899520d70e8e5f339dba1391c8322329

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0177e1ee70adf11af45693d5361ddde70b7e9baca47db0d10bbfd451a49f6b02
MD5 b51c6953338c116ad6e0ac1e4b985afb
BLAKE2b-256 5c442142aaf39421aaa70d9a44f6d669ffc1d72fbd33e3945cf962a2d0428a04

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 fb1d02323b63850e604111a40f65c3155157e3025f6ccf7f18b9f01ac9ebe7bd
MD5 6e7a7280e6ef85a46bbdcbf4aed990dc
BLAKE2b-256 3d8809ed1f0d8887cf059e01fa2f1196dda5130475218ff7cf69643b8b50fe35

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2803e61cbf0d93c7be93a8098ea48eba8fd76ed6df015e08d03560a50e5e573a
MD5 a73cdb8ae47c4526edc2b4cbf8d466ed
BLAKE2b-256 009b364249564e32a1390b5bda60f077311cd1c58ad2e716ac2adfc20ccbfb07

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyzstd-0.15.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 369.6 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 568b107266de0ecc62997b83668510167348776b5e57ad04328ab29f4dcac1d3
MD5 c430caf799f6f2e21e0f5a275c48c4a8
BLAKE2b-256 a0e123d97bea5c46bc9d13548e4c03b8e2187b3b0fd78e3f9b41ecf61a9b4d8b

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 204.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 23d3ed02ca18ac698c01cd151e752e88ff690e4dd6f4944e2688509e9caba4d4
MD5 b2dbd8e313234217a8d92ffd41e16628
BLAKE2b-256 0f151e1048d41e8b5390fdfffcee6ced72cbd27290e54403507d998d4a53d136

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 186.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7f3d023c1406a2a46b49c94ba356dfe37d0880f6939b1492a35e01f4a395d9e7
MD5 b5c15801dac02ced118ce9898fd6bea1
BLAKE2b-256 ff8cc7430309c6fc7aca722cf77c695eb34c1f1b36362a11a099fbb47c350346

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 dc04ef8f614610b4b40ef8f5eb6723a5457042a60f9099866e9aa66ba3744246
MD5 01bc72ff0f0364b5115ab359695bd063
BLAKE2b-256 4277f70ceae209de2d5983a7bcf871809d97b26b9dc7351fe8bd0d77fa651205

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp310-cp310-musllinux_1_1_s390x.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp310-cp310-musllinux_1_1_s390x.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp310-cp310-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 bd4dbc1ad54c8bfb9812792846a867c3bff28018c8da76ad66c5277e667416a7
MD5 86803b18689cd801f7f3474ee755e8a2
BLAKE2b-256 97eb7fb7b9199aa3f9b6e9092d1b1d9968bc4fd8524b4806152879ba74c39780

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp310-cp310-musllinux_1_1_ppc64le.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp310-cp310-musllinux_1_1_ppc64le.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 50127e4cdcfbae4bda58a1ba2e962c213d4c987a9f30bfb2d4712ef7f4945b94
MD5 2951b175eebf6a2701225b910cb67b08
BLAKE2b-256 83d53e3fec929dbb8a3f322a4b7a50d3bc5a7c68a15fb0ba15a029b351907945

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp310-cp310-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 665069eed551f606fb6bb9a615a9ba86ac2e66f031c5eb69a88dd6de6a002e30
MD5 62d186758be90d9094486c08e1a30466
BLAKE2b-256 880fdf3d7cc7919976d382c08a612690dab1ac84e7ef9b68c206b5282fe33ca0

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 73ee0c700f77ad0e1a005d440ca9eb94d9d2f962f1974f12f8e4819da5f7a056
MD5 453574e30cf1bef03194734cfed7f97c
BLAKE2b-256 9560f09c11be3b7b91695d3449106d31aca7af27f20886811268201cf4a78eda

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 97deef7bdc2ff5cba9f22c3fa73fd948a5803add7d0232f0fc8f81a231747b22
MD5 9c8d58cf9f0a1a83e86c1feffbd0e127
BLAKE2b-256 a767558142118c8128d8ae6529cf4a32187a8eec849a70328a4308da7e5b12a1

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2b3d18158cbef452df0cb9f9c21e0856ac7a0145d868cf4364ee4c4fac1716cb
MD5 8ac1e481d664c6175fee070792a63b64
BLAKE2b-256 446ae24f614961682c495fb4dda9f30368c3f6235b1af3b38defec7709f4db2a

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c23027ea1213781d847aa9f5f8321879a7df874257adc744e91c4ac1bb2be117
MD5 2c88d16f5d7a5aca0d8048ea74b7462c
BLAKE2b-256 d8f2351030f11154b695aaba86cf23581ca786163eacb1450014d3e0dc413218

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ca6ccc0cff331b675db7c625cde31585a096e45e4efc26f15dc9cd0d816a71a3
MD5 648cfb2391721b2dba564b423e06b667
BLAKE2b-256 354cb3f13a3f1e5ce5959d67e7be50d342c947396fd37ae569afd606fc4b807c

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 959ead0d3ecee020b60e3d7ba68462bd8f1ae44d4b7c9283e57ac8e3b7bd3228
MD5 a70bfb63cce2395f4e5122adc5f6eb09
BLAKE2b-256 275c0ad5c43cea6b5a2e96380c75ec4f2e24c7b7853f82713df27bac1f9ade7d

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b016b861234308122c0d517410898657738ca9b90c880bbff866202bffd87bc4
MD5 a81392bb29a100aa6e57c9184b12313b
BLAKE2b-256 10289dce77b0006f338d4ee347a4e9973cb0bbd762a06b5f0a991255bd396b03

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 296.7 kB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8c77d248c6cc3b42322b61b6f24c54a5441b877e6ff07e1c9702ff911e016eae
MD5 066d7efe05ed06cd6ace8625fd082095
BLAKE2b-256 ad11688a587302fcc606b70510a3659092d319d2a9783f86588cbab9feafeaf5

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 405.6 kB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ecc19ba2d4562d42268ec01eec2c2567da364bdcf90cf47a7666be0efcdba6c6
MD5 680940639bce85d69097115eb93518e9
BLAKE2b-256 16b26380d209939cdc7647167cdd1e95d345d6b4a999184c8ec22b7e83e31880

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 204.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b86d0c1f257f1a562aff9390bd4e0c10498ab0491615531005f331ccdec8a296
MD5 bf1cfee41d62def86864155476c134a3
BLAKE2b-256 425a9e95f50cc83938e8b463b1cb6f5f147c1415dc3bd60ac7b358d8f63501d1

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 186.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 1e681d84903c1b48e63ffe5dc572d2fd224eb6b0c9dc94a15a524cf03646423f
MD5 34dbcbdb7a27c9852e4c0b90d5a527a2
BLAKE2b-256 95b0f013d8f00007be6fbb0751588c242b384f33f4d866742602f7b4d5a79223

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 750f83ba34d904c1fca104742f0a2dbeaf371cd8ee6e0d975869d4d0e002085e
MD5 30b0304fb2937b6f620af88d14836c5b
BLAKE2b-256 bf0a24f65fb1c2d44fc9931165a2b40f213c5c3a9f90870f1369e50f41d701e8

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp39-cp39-musllinux_1_1_s390x.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp39-cp39-musllinux_1_1_s390x.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp39-cp39-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 1176a7e3dc3f044b514b591e51bf377157af70bad2fba2c627883ac0fe35a630
MD5 294c1e5048ebb0aa56a2173f4e69299d
BLAKE2b-256 078702e22a0f3a20610eb028bc0f984420dc27ac8e97fba6f004ee841d00b182

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp39-cp39-musllinux_1_1_ppc64le.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp39-cp39-musllinux_1_1_ppc64le.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 21ebc05ff3b6cecb18a24dabe009d73334666a08543c4c625334db66f80e38e2
MD5 cd4b5a27dd8a4b019ffa3065539f10b4
BLAKE2b-256 3e0eb0ecb97e5cfdc5a3f467bac1d6c3307bbeed1f5b54b4af78c65eaec1c1b0

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp39-cp39-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c17b3f0d149b616fc62ab22ee0e4edf1c4662bca93bac7895887f8b7353b3dd3
MD5 e043ffbf7b722d9f661dd05a0f439448
BLAKE2b-256 ccbb1adf7113f51da6e82285b170944e2c9a14cd4b9c6109eef64c1106825735

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 cc81f901a98164c61b9bd5bc0bf9ac05d79ee1a97564d7866427db884ce5a171
MD5 dd252baf1dc2d75e3dc3400a9b8c5137
BLAKE2b-256 7f7acd113d4171a793792afd459a1f9e8306a159f5a1d64d9076cfb00f1218a1

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a5e57904fcf5651d163684d0f0536c3669c9912ceb88dba4b73f1514e989a6cf
MD5 447555963eee8f4de1cc8572bbe1f690
BLAKE2b-256 0f24444db23e7d76333c435d53770b4a8ef1da65ee69cd0880e4d2fedccb6a93

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4a66f7aaf82ecfa4c295604fd644394bd96e1b1bf391a1ec3098784a43402d26
MD5 4a831de0560f432675466609f5982627
BLAKE2b-256 db05ef6fdf5f0bd6c6ac073ba2bb722e942377458b0e171f46df58a347598753

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1dd140c1e6b8c78334b4ab9bde7d942ae88418a0100307175b54e9c72489fb5b
MD5 9321fb57e39fe25029b1d7f8abd41179
BLAKE2b-256 282731ad6884bd04061a4d23fee187412b0288ff1d6b76c2888bd05a030aee81

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 66af22022fbcc3bcca1c8c1d89881195a66733cedf22bad639aaedbccf5acf51
MD5 f235b147e2f3e9f1025c799288d56636
BLAKE2b-256 33dbf60012b00ec6d2b59af79e18ea709f897a4119972a34227f1c89d69c7e2a

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3f9195be17294bc487c70835cf18eaebc87b4d03002469165365fb37a081e7ac
MD5 cec98cdb01b4162e1374bc5071494ff1
BLAKE2b-256 c4cb1d53752420cac8155ffd5497c635263f5316515c7eb873fca51e67e0381f

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 761809b31645332dc666471583ba51ee391141e342def5985e55d187a44f31d9
MD5 da62f845f5fd79663b49b06a551f076f
BLAKE2b-256 3e4cafc770de0618724e7429150b901dfa51d40be52d94288f9a7066288e5ac4

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 296.7 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 99261d09ca6a8db649a631ad98398165a1ee23d4f696e58e17ae567799f7f6c8
MD5 5e4d389f8888f1e2bff83b4dd022fad2
BLAKE2b-256 817f9ccae249e3eb1ce1aec52e2968d7f5a91140ec57d93c5f91af644850345a

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 405.6 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 adfc1d6bf88f2f610a0175929f45938557b908a92e5312c04c07651444f17621
MD5 5c58b6cccbe71401b6a220413dcfb416
BLAKE2b-256 e945acefb9457176ff6058b93d2be77aa8e4d373a6e356c013c28be658366058

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 204.5 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ac4e86e7db7cb38d40b06508985ab0d44717e9edde57395855dc4806aafbf677
MD5 e68ee0472562444e3727f5fcaafce282
BLAKE2b-256 ccf247394c41f66f97bb98d5785cac31255953324fd6da5ae2fd1e9b7b4eda6a

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 186.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 1cdad429c806e525a334f44526066dc621428818df308864e0446e7f0ab3b60c
MD5 b4fc7060fb8ea1f974aa66391a97e598
BLAKE2b-256 aa3289fca51295a19a521dc279112c05344f72c7590e8a4e5ea17504e4ff960c

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5e5823aa39b562b9f25a16bb892e07c8ba84ecbce3799e268c724060beb5dc83
MD5 51630f21691dcf08ce811a67dce4f807
BLAKE2b-256 a49555f67409cecd9a51c43b18a976cf153bbff083d7bda9ec43f76cca1e03e2

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp38-cp38-musllinux_1_1_s390x.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp38-cp38-musllinux_1_1_s390x.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp38-cp38-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 ecbfe128eebe4661e24f0556acc42fd02cb35c1496c8099771442468c6103ea5
MD5 29355d37493b47682445254c3d77e4f8
BLAKE2b-256 e539cb81f3eea09f8a25011a096d60e44ec0a7a3f7de969afc54616c9f92189f

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp38-cp38-musllinux_1_1_ppc64le.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp38-cp38-musllinux_1_1_ppc64le.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 350e24fad8e46e57233aeb8a060cbbea0312922c1a86849ab0ab6f78f0a5bc2d
MD5 2e184f084129977bc54af358110fa8cd
BLAKE2b-256 dd326c5c77035c685abea4351b56e44cdd4865cba2d4ff3b4af789f9a2b8e258

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp38-cp38-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 39b376b67569636bea4842f5a3c36f3b552c3f582da1800ab72d72acdedcd7eb
MD5 1db4fac86971cfe9ed11b074d783f41d
BLAKE2b-256 2369537e21057e984016ab1f7fc2f3fe5ba2dc3447500751a69757a4a4951e3a

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp38-cp38-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 57b3f3e1bf1ed355fe2d67d1a86d04f38780c100a46ca4b097c144afd68efebf
MD5 6203db1d184fffb4c70a5786ad9f6182
BLAKE2b-256 076c7bac334d95306802f4af95c40fdfd32391873079bafef21132a6640ecad2

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7d4cd3d1efeb3b7ef180c614300a792dc56f2f815fcd7b97f2773c766d96c0c0
MD5 c9b93fd0bafca548a5f5ba092cbc27ab
BLAKE2b-256 770b8fdfecd7bfaa6f8d55dfacf1ccc0dcd15634ca1e3cb0d43aff85f979afb8

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e881ff1b86b40c24b0d1cf4d80274e484a45bcb5399ecfe3aaca2542c5240dae
MD5 1e6a4068ee99f62cff796fdcf8e66923
BLAKE2b-256 98f28101c26c32e22117069dc83ffc20efce4c6285a1f03efe89a49f2fcc4edd

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 99dfd81fa9e2e8f5aa56b5b793e01a78b93f30a536e6274746d55ba3e39efbc5
MD5 5d48c048fe66ee830b9f3da137def981
BLAKE2b-256 085ec5d53105521ef25f7e04ef148e5d24b697e28f80960a18655318430d4520

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 623887a23c996477ebac3cff88b03a083ee700c77fcccdf9cca35b39c5f320a5
MD5 f1bc1dc35c59438161c23385cab2376e
BLAKE2b-256 54be356a7c1c8cd950cf6420bd62508f94d885aff76e4fc0711e122deac418bd

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0a54f145d6dcf17e0bbb006100d41a97f77b2771cd56f1a4710077c0d5e3cf6d
MD5 68dc0d520c90010bb8cd65dc63567a98
BLAKE2b-256 7384467f46a4c8ad585665b454851b9526fbc6a839f0818889661dad7520f999

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1d9a9285e042309f87481a49e23cb721765eb51f740d22c3709b5ae2855b1b89
MD5 999950045aceef92048724feca4ab07a
BLAKE2b-256 f79b6192cd5fc8e5ab7d56c72a69dca2ff1f7a43e87e09c252a0300cc36c798a

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 297.6 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f1d9a61b56b3e59f6af51c88625c689a9815f7b9681a2b8426d82a10c17abdeb
MD5 f2e3125d032d4abc3d52115fcbeeed79
BLAKE2b-256 12ee4281413ea2bde3449147ab2c95c3cdffd206fcb22e94a9b2c105cc186581

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 406.4 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 eb1723d628d8cc32a5d73f4b394cd630c1da81004a6b65cb3f5f52365323deaa
MD5 ba00b18bf860d3018e86bcbe55038607
BLAKE2b-256 91a8d1cc582c70685e9a602ed0ddd749e0fc21f2ce07461cd37e8b9e618742b0

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 204.5 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 9170be5c4695c4f4c2aff198749146d08d958a6566adff149a28ddd3897b1353
MD5 672383f9d3767728cbebbe3afbcc0068
BLAKE2b-256 b4eab8541905369f994cbc7e8ac509dc493bcfb4dd34c00a2c8453deee5b9027

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 185.5 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 6a7f3b921d6b7ccf8a43ce7efece9c5d16e2b5810920ab4eb15c11098bfc3023
MD5 767b8553a44042f161c63c931fa76cbe
BLAKE2b-256 d426741660a89773f4ea9ff65d88394ea25bcfe1af66d44b0a52973086483251

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7aa068dbcb2cf91e041e246ddf330f346e84adcc88b057317ea90646ec1be06d
MD5 ecc683d5e79e6d4bc956472e39103bfa
BLAKE2b-256 adda1b868328467b0c1d0c5632baebf9ac4a4c8d52dfb041b5aa1151f019a7e5

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp37-cp37m-musllinux_1_1_s390x.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp37-cp37m-musllinux_1_1_s390x.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp37-cp37m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 b0763cb3120c16f9a9f84f144d743beae6060ec66059fdeb7a2d739666a5eb7b
MD5 6913642acbbe571ad38db635bb1b2821
BLAKE2b-256 e39421b17bf76181b567187ba674519a2f65b78302e983ab13a8e39d7ef2187c

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp37-cp37m-musllinux_1_1_ppc64le.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp37-cp37m-musllinux_1_1_ppc64le.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 23af4a3c0656f3bafd8ff595922ee8ee3bd0bf8f8275e620f145b49052dfc948
MD5 87a41d1d4aed01ca144d4cc88299a525
BLAKE2b-256 6c8ab13a42b95dcb75ec0be81e85679d45b8d94e9eb299717af79ca2d9417329

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp37-cp37m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0da559457d779d040a0cd1e28aeb460404d29701c9dfced14138a3a9eb38703e
MD5 353a29c86f11354e6b1305a1d336a59e
BLAKE2b-256 f8a3370c71d848cbeb4a0e9b1d6ff2ec0f9627c9a3249a1f61facaa5fe492466

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 65b45a2a594e99faa1bc38924c33e9937d4aea9f6a364bad5db35ac0f77a09ee
MD5 93de40c3f30f35cedf00eca1c1229c29
BLAKE2b-256 8e7d38dcc7de6d63c94226d15a99abbdf40ae3d16367c866fd7debf227920bbe

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 280b713909404b30cda0b110f2f974dd1908e704618d99fb48a5e80ee2cccd28
MD5 7c7110c1cbc7d589e76d45b389f20b20
BLAKE2b-256 f12f6ce328fafd46d837d5e4bf462ee0b2d6878b1b86ad316ba8fe0d789f854c

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7db21d58da141f5299b4818eb64263f870733bb7fa2d3546d254ef6a0e88a960
MD5 f73522ebae698cc14c8130adaed6d922
BLAKE2b-256 f1febc84561fb8546c1cfa7f1e12365f5ac11d4241554437d40fcfe56de4bdd5

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a62b94b8382342300c32c3c5721fd26dc0a4ed475488390d2e4ba5cba45cdf27
MD5 1aa1828bbadd4e840e3cd7dacd0dfaec
BLAKE2b-256 dd6ff2ba82937a3cc68acd979145b85af8b9d926d63ea92eafc9ab54fc768cee

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 77983de78b1ce65d0143a8ce5c859320d4b75673ecfbcf54c8bbb9d88dc5d4e4
MD5 8df4c256968e86b8874c3e45056397a2
BLAKE2b-256 8a22ee72282b530e945a2865986c280864e4931bffdd9bc1121adebabc24d724

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 fe6618952c7e9a65ff61e9d0ab1b7f01a8b67e9556a4d6cb31e2d074b6a35faa
MD5 700df4b823ecdd61bb1baa9d129440b7
BLAKE2b-256 27b6fef3b4a8c4435d8f623b72c04a8a2314a00bad4a6057c3353e2bc0fa85bf

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c360e025e3796ecc1b67c2b08d6fb4c84bda0d8433c764672918b5528a2a9183
MD5 4127f76191c46511f69106199008abec
BLAKE2b-256 7eb8b97247d403004ce201cdbc1c826ae8fc9655f0f04fc9ea6935f1009dcaba

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 406.2 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bc39cd5fef2ffa452f53abf7e0d208b6a22f2dbdc1152dfe976ef0d9d28c7d77
MD5 7a66127a6c43e85e89835b0f86715cbb
BLAKE2b-256 ed34652b2ccadc0436d84d947c597a35a5deeb623f52130a0fb3b4dab32b2d75

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 204.4 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 47fcbc70a7eb11c321064759c0b3ba0c7966b48183773100b38f426bd8f990a3
MD5 18f6264ccaafe96566210193c191b57c
BLAKE2b-256 2aedc0c4e0e1b9c62dfe124e4c90fe0a198f94e16d19affb88052327bc88428a

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 185.5 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 5cb068dfbea8a715dd87d50f1606162035f706008bbc26210e917e3cf0f05d6f
MD5 564d0a19bcfaa2206bbb2ac8c94e0a8e
BLAKE2b-256 4dda52e0556371b24a01061e5714ce70675aa20329b3b64710d681c3fefb8725

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp36-cp36m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 10f27a972af6a1e8e3044c8097435c87fcf0c670224064d606c8bca353b8d179
MD5 8aed0abc2f064370525b751423efe2c2
BLAKE2b-256 a15baf9a5946b3298e331436fd483a439c154baecd953ebc8752982f344671b8

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp36-cp36m-musllinux_1_1_s390x.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp36-cp36m-musllinux_1_1_s390x.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp36-cp36m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 1b90941306f83b757ac2b8de39afc07c7805ba964f3b137fd01ecacc9d7556da
MD5 f86fd482c08d137b84cb241fc0574c6c
BLAKE2b-256 00e17c89be865e2ba52f31862727ef5842a82284d23b9110c29a8f0c7cb8b04a

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp36-cp36m-musllinux_1_1_ppc64le.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp36-cp36m-musllinux_1_1_ppc64le.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp36-cp36m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 974f1c1904f6b4b8f37d0eb1ae2a69a7d8f4a640bcbdecb20f7408fd8bd9638a
MD5 4d8338db0ebc6b079b9c1c0980d46952
BLAKE2b-256 6017df55e50d0c67443b41620435aeaf8e7cc59396e3d6b39ccd03234b0ba18b

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp36-cp36m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d0a2a4f37ca9a8eac5c4be9a58ec31f1155a43243fdafd29bdf07cf144a2960d
MD5 6f437fd127be05c0b9d0ebdc6d51b3ee
BLAKE2b-256 6d4800d97321a7b5edf311ce3b55205956d851cf522036172a6517abb0211637

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp36-cp36m-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp36-cp36m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6e09cad1a1f02133a6fcbfcaaaee6193d8f315f28392d6e6a6a93135b9f95a7e
MD5 31c2660ab29ff9824789524a65b0b363
BLAKE2b-256 1785fe442cc0b5ec5a523d162d2a7d8dbdf567ece30f62e1da9258ada4477b59

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 879743850f970af7997e7a9f64ae4da19d14709b7857c5c3a739b41b75a850ea
MD5 68b68f48e57a0c770244d0902547b363
BLAKE2b-256 7c551b4395126e29154e3db4e0c35d65d0fb7d5d2fd13decbc4d779676bfd655

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c9282dab0b7d536d2dd016f8376fee3a87021687d3e602666de8910726b282e7
MD5 e0aebeb8bb5645566acf5cd1015b7047
BLAKE2b-256 6f40795860788056d81d8ddedc987b2416e57a925ca3bcddbcfddda2cf7163a0

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f8e96850e498d603af31be7512bc6b24a469310db456c346c209749d38d24378
MD5 275bfff95b5833087f00c1f8cd6753c9
BLAKE2b-256 6cbf243d7f5ca9dbcb1452b0143aa39bffac66f5117a6ad4488ab7555c2da6dd

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ebdb9fa8eca6633258df279da094a1ace86aa5e0a153d5b049519a7cd5010340
MD5 13359a5fe1dea8e705a2508f142c2b49
BLAKE2b-256 eb627f7eacdd7de3cbf77a8753527ccb492c77612c22266b5e06ee7fc46799d0

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8d6dd3dacc98abec10b3b9e5df3222f0bcaa2b0283f178c1b31e8805d1ecc0dc
MD5 c42df590a12d4af491bb1a1f11715ee4
BLAKE2b-256 d3442916fed34d735dae4d41405b3d160dfdfb9c3fc830fbcf48b9187ee6220c

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0750aee588cadcc2ee069a149c8f32e2e6eb04b8c1365bdfe26383c692b8ab2f
MD5 2535724a8d043bb11449708ba63f751b
BLAKE2b-256 a6403a3e4d027e6d964a88e844a67400740a4e3450ae08b9b9731e00b679eb67

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyzstd-0.15.1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 406.2 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyzstd-0.15.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f1ce3ffa59d26427714b05af5221bc8aa31aa6905985593ff7f5b46e1ccc230f
MD5 a7e69277a33d848d3c64f2c9e3bc16ff
BLAKE2b-256 454391d0df1e9a8d11652b245e0811708e8b444ca297e5b97f7115b3b327b372

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page