Skip to main content

Python bindings to Zstandard (zstd) compression library.

Project description

pyzstd

Python bindings to Zstandard (zstd) compression library

GitHub build status Release on PyPI BSD-3-Clause License


📖 Documentation   |   📃 Changelog


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

The API style is similar to Python's bz2/lzma/zlib modules.

  • Includes zstd v1.5.6 source code
  • Can also dynamically link to zstd library provided by system, see this note.
  • Has a CFFI implementation that can work with PyPy
  • Support sub-interpreter on CPython 3.12+
  • ZstdFile class has C language level performance
  • Supports Zstandard Seekable Format
  • Has a command line interface: python -m pyzstd --help

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.16.1.tar.gz (789.5 kB view details)

Uploaded Source

Built Distributions

pyzstd-0.16.1-pp310-pypy310_pp73-win_amd64.whl (240.3 kB view details)

Uploaded PyPy Windows x86-64

pyzstd-0.16.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (344.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzstd-0.16.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (321.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzstd-0.16.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (328.7 kB view details)

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

pyzstd-0.16.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl (279.8 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

pyzstd-0.16.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (364.2 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

pyzstd-0.16.1-pp39-pypy39_pp73-win_amd64.whl (240.3 kB view details)

Uploaded PyPy Windows x86-64

pyzstd-0.16.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (344.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzstd-0.16.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (321.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzstd-0.16.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (328.7 kB view details)

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

pyzstd-0.16.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl (279.8 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

pyzstd-0.16.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (364.2 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

pyzstd-0.16.1-pp38-pypy38_pp73-win_amd64.whl (240.3 kB view details)

Uploaded PyPy Windows x86-64

pyzstd-0.16.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (344.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzstd-0.16.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (321.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzstd-0.16.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (328.7 kB view details)

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

pyzstd-0.16.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl (279.8 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

pyzstd-0.16.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (362.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzstd-0.16.1-cp312-cp312-win_amd64.whl (244.7 kB view details)

Uploaded CPython 3.12 Windows x86-64

pyzstd-0.16.1-cp312-cp312-win32.whl (218.7 kB view details)

Uploaded CPython 3.12 Windows x86

pyzstd-0.16.1-cp312-cp312-musllinux_1_2_x86_64.whl (431.5 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

pyzstd-0.16.1-cp312-cp312-musllinux_1_2_s390x.whl (566.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ s390x

pyzstd-0.16.1-cp312-cp312-musllinux_1_2_ppc64le.whl (487.3 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ppc64le

pyzstd-0.16.1-cp312-cp312-musllinux_1_2_i686.whl (419.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

pyzstd-0.16.1-cp312-cp312-musllinux_1_2_aarch64.whl (405.6 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

pyzstd-0.16.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (414.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyzstd-0.16.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (416.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

pyzstd-0.16.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (473.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

pyzstd-0.16.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (390.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pyzstd-0.16.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (413.3 kB view details)

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

pyzstd-0.16.1-cp312-cp312-macosx_11_0_arm64.whl (295.7 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pyzstd-0.16.1-cp312-cp312-macosx_10_9_x86_64.whl (373.1 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

pyzstd-0.16.1-cp311-cp311-win_amd64.whl (244.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyzstd-0.16.1-cp311-cp311-win32.whl (218.3 kB view details)

Uploaded CPython 3.11 Windows x86

pyzstd-0.16.1-cp311-cp311-musllinux_1_2_x86_64.whl (430.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

pyzstd-0.16.1-cp311-cp311-musllinux_1_2_s390x.whl (564.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ s390x

pyzstd-0.16.1-cp311-cp311-musllinux_1_2_ppc64le.whl (485.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ppc64le

pyzstd-0.16.1-cp311-cp311-musllinux_1_2_i686.whl (418.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

pyzstd-0.16.1-cp311-cp311-musllinux_1_2_aarch64.whl (405.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

pyzstd-0.16.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (413.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyzstd-0.16.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (415.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

pyzstd-0.16.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (472.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

pyzstd-0.16.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (390.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyzstd-0.16.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (412.7 kB view details)

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

pyzstd-0.16.1-cp311-cp311-macosx_11_0_arm64.whl (295.1 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pyzstd-0.16.1-cp311-cp311-macosx_10_9_x86_64.whl (372.2 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyzstd-0.16.1-cp310-cp310-win_amd64.whl (244.5 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyzstd-0.16.1-cp310-cp310-win32.whl (218.3 kB view details)

Uploaded CPython 3.10 Windows x86

pyzstd-0.16.1-cp310-cp310-musllinux_1_2_x86_64.whl (430.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

pyzstd-0.16.1-cp310-cp310-musllinux_1_2_s390x.whl (564.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ s390x

pyzstd-0.16.1-cp310-cp310-musllinux_1_2_ppc64le.whl (485.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ppc64le

pyzstd-0.16.1-cp310-cp310-musllinux_1_2_i686.whl (418.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

pyzstd-0.16.1-cp310-cp310-musllinux_1_2_aarch64.whl (405.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

pyzstd-0.16.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (413.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyzstd-0.16.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (415.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

pyzstd-0.16.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (472.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

pyzstd-0.16.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (390.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyzstd-0.16.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (412.7 kB view details)

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

pyzstd-0.16.1-cp310-cp310-macosx_11_0_arm64.whl (295.1 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pyzstd-0.16.1-cp310-cp310-macosx_10_9_x86_64.whl (372.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyzstd-0.16.1-cp39-cp39-win_amd64.whl (244.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyzstd-0.16.1-cp39-cp39-win32.whl (218.3 kB view details)

Uploaded CPython 3.9 Windows x86

pyzstd-0.16.1-cp39-cp39-musllinux_1_2_x86_64.whl (430.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

pyzstd-0.16.1-cp39-cp39-musllinux_1_2_s390x.whl (564.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ s390x

pyzstd-0.16.1-cp39-cp39-musllinux_1_2_ppc64le.whl (485.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ppc64le

pyzstd-0.16.1-cp39-cp39-musllinux_1_2_i686.whl (418.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

pyzstd-0.16.1-cp39-cp39-musllinux_1_2_aarch64.whl (405.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

pyzstd-0.16.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (413.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyzstd-0.16.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (415.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

pyzstd-0.16.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (472.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

pyzstd-0.16.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (390.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyzstd-0.16.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (412.7 kB view details)

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

pyzstd-0.16.1-cp39-cp39-macosx_11_0_arm64.whl (295.1 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pyzstd-0.16.1-cp39-cp39-macosx_10_9_x86_64.whl (372.2 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyzstd-0.16.1-cp38-cp38-win_amd64.whl (244.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyzstd-0.16.1-cp38-cp38-win32.whl (218.2 kB view details)

Uploaded CPython 3.8 Windows x86

pyzstd-0.16.1-cp38-cp38-musllinux_1_2_x86_64.whl (430.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

pyzstd-0.16.1-cp38-cp38-musllinux_1_2_s390x.whl (564.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ s390x

pyzstd-0.16.1-cp38-cp38-musllinux_1_2_ppc64le.whl (485.3 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ppc64le

pyzstd-0.16.1-cp38-cp38-musllinux_1_2_i686.whl (417.9 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

pyzstd-0.16.1-cp38-cp38-musllinux_1_2_aarch64.whl (405.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

pyzstd-0.16.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (413.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyzstd-0.16.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (415.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

pyzstd-0.16.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (471.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

pyzstd-0.16.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (390.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyzstd-0.16.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (412.5 kB view details)

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

pyzstd-0.16.1-cp38-cp38-macosx_11_0_arm64.whl (294.9 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

pyzstd-0.16.1-cp38-cp38-macosx_10_9_x86_64.whl (372.0 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyzstd-0.16.1.tar.gz
  • Upload date:
  • Size: 789.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for pyzstd-0.16.1.tar.gz
Algorithm Hash digest
SHA256 ed50c08233878c155c73ab2622e115cd9e46c0f1c2e2ddd76f2e7ca24933f195
MD5 55cb565610961d2dbd24ae238d965fd5
BLAKE2b-256 3ef5ad944b3fd65ea8f1bbb05459da73489eb331261ed0a3999a18c10429b52e

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 dc0e4d4c832adcd3c25a5d5b5bf0aa05bc25a279b8e8356eb2b95975b2a67fa0
MD5 d30f7bc5ec75f91fe64f240112cb4e86
BLAKE2b-256 d8d9c4a0df6313b8e4f058ac1ab1a0de028db185689df565d15a8405c99e2019

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 46feda6257df4cde7dda55811851c2096dea7b38dcd601099acb95d7acdc795f
MD5 699dc8302acd8d14bc3da8d55274243b
BLAKE2b-256 48605adb3b211c51840b1c0b35d293d01130d8a2e21f6ab551eef23b855e2c91

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bc09abfd5e281dba33a1cfdc653ece69fc239ad2c6cebd99506facbcb2669c91
MD5 1242d42e2b9f2acc58afd9f38b35eba6
BLAKE2b-256 68d9765594ec72da9299abd07cd41fe4ec342f8d342146344b49196ea28b4d30

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ca952ce3388b5f7ee78931733ec41c8939482b466882e41d79a9a8c1387dd398
MD5 7b8f10489607f262cde93e2b885ffdc4
BLAKE2b-256 c67bd44e19dd087ef041e1f40a4744027bb687f84254a81c47bda3bb5dda2a76

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 65683cb63d631b159e02738376987c26106b37a1345105c52067441e6259cf87
MD5 6d2cb773d37d8b07304bed1d133b4a93
BLAKE2b-256 6001be74ef3c611474dc74032825900c8a16f1a0f6be10d9f116a00ca172c246

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 cf08a0fa9af8d690a41b9b7db6b8ae174ba2ac42b5463993c2cd3d144a094644
MD5 169f0795e456abd3bcde21ff360edb4f
BLAKE2b-256 65a0ef3b895df1502578402575ac4faf363b308f89e07393d8abc509b67e6ce2

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 123aba9d2bfdc1840b1fadd386c0095130948c10cd5a4f0acc48368d61448c9e
MD5 61ae15ad0e2cf4337e7837d846b65009
BLAKE2b-256 2d1a8685d1947752769eebe2edfa843c3ce68849b114755648b4fb1f10225f8c

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1274d766f8a2655f99bd8f2ebc8f109ccf640734e941ca484ef03e275441e220
MD5 057fe5d2abc63a3314761a23834ed794
BLAKE2b-256 3759dd902fd9f13765592cdfba108d62d14398d6668ea268897fa747724dc9e9

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6467ba4ccbc1e09793e763c602079bb5b95813dcb2b0d2afffb40130b5927e69
MD5 5fb3fcc7e98ffd885ad6053666443d6a
BLAKE2b-256 e3a3e51f64b5367ccc2117b71d8961085514767aca210c09571e96ee7ccb4596

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fd568900f5ce7e2ced7928342b7cbc234c2b5648cff6a84bbf5e713377fce4f5
MD5 e16f70673edf7e9335165a133d6d7f89
BLAKE2b-256 1a2be93af2a064062612bc63b054e051fed51df229c11aa19d9e101f35e7a070

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4ae871967fc080a24118135dd8465339cf69c990fdea8755aef8806c5ebfb0e3
MD5 bcfba4836b0c1bb1c3d6cc32d49d74e9
BLAKE2b-256 af1290a9715dde5627d0d52ab89ec1a43ecb79bab29dccf86103ba3bb8136e12

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 487efbe3da2b879c5835e0d762bc8ea69e6bd765d31d6de32b20146bc7f5b2cc
MD5 5db000abb8a5210d279c60135233f8fc
BLAKE2b-256 60f07de5e8ed1c858405e3afe37abfa9ac4ab0fade1b25bbcc87b8a3242f38f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.16.1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 bc6326d017c618e7897c2f529dc71100403c0dfdbc523cd6c62f6ba1ed9f23f1
MD5 b6d1ffda2781a0cc32e1457f3eb79673
BLAKE2b-256 4ca134fde65991b5d8ba6df6194a7a102466c09adda68294d8b765a05fa61b44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.16.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1751fabc263654b3b4fbfb2729f63d6b3a51bf498bfbb1851ed332cd1b9a02e8
MD5 a42145049ef6dca8ffae60a08372de62
BLAKE2b-256 244e8097a402e3404d84a156e75aeb676259122a9329015af6068b25af364bec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.16.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0a456ca431e4968a31c350004eca7957490f51245be8f3b44e49a9f143251312
MD5 6433ab31fb297fe36afc637fc3d6cfd6
BLAKE2b-256 354da22c62e69401ae92269be1b7c97089174f428c53f88d0c9a1e59e550e7b4

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.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.16.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3b1ce3eae59fd7093a05b8f073c7dce4795cccbf5987371fda5931b38fa9a567
MD5 aea8792c1ca9e78a2c7b05aa46b47e37
BLAKE2b-256 5d51140248df4954a639037c8247c21f1c3987b5b49bd88c752c59e381217998

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2df7e255b4aef73d7f8b11301bb6e39cf43e46cf80aa885ff7c1570565cf2398
MD5 ad7cecbfbffab44ccc65062b34013632
BLAKE2b-256 a42b1f766f4ef9dd65c83b2c89a68e27b07b3a67c12a2e76840a87e8bb121557

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.16.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ef5943a471b0d51cdb4eb05187b4be81cd6c95349e73818c4b959f60a05dfccd
MD5 fd98b4852da81e6fb5f269714f67aecb
BLAKE2b-256 f051a48c6984555dd82385ae3feb68b97820dbc342306e49780752ed0970dbf9

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyzstd-0.16.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 244.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for pyzstd-0.16.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 53ae4ac03c286896b2a6741c9069afd80e432526d267f900420d8083f8ab1f78
MD5 37fbf62f1fc129c0ab4c631176161e94
BLAKE2b-256 44ce5436fee8b24b5007727b4bd8e50a4cb3966af6d26c21ec13d32d2a958f8a

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: pyzstd-0.16.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 218.7 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for pyzstd-0.16.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 ad8686ae57a59432860907e4c62d4b08b98d2330a129928145d797eda118da7b
MD5 ee7773596e767c47f466a180164e5904
BLAKE2b-256 9addd0af14d24e4ebd327e3e4e0a3220877188fec7788c229ffb60772de27533

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f0a685bea6ba4e965d0de77cda3e380efeb144bb4fa0eff362626b4cdec71814
MD5 a067abbbb5fab0093126774966a7043c
BLAKE2b-256 557649a0e65b1c3b63a36b4dd97b84636ca3c0c990fd967974adda89b5b6deba

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp312-cp312-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 3b23295a6aedc71e5318b7e490f2ed1ea3fda6b31f2b5957c8da49a5aac7aa81
MD5 7b9c757c6f92119fda4a4eef5264500b
BLAKE2b-256 b5f404c1adfc7c2328fe55faa87d058391822165b0f8225a01f5672ae5d2d999

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 aadbab6d6b79bd37697c3de28d4c2cbac3545ae9622be2f86ae5e426c6e1b192
MD5 321d1b593a71ee4544cf749bebb73e25
BLAKE2b-256 fccee93cf06b1ffe089bb791e818ac5b92adb9745b25dbde3979ec6dfc26d2a4

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 deea37b1618f31fd2618be0aad42bb5bafcdddc24df9fc18c71071314239e3a2
MD5 eb5c63f7e327a55f9bd40e1b858e3bbf
BLAKE2b-256 c02e097801ff5a9d4867e5bfb10a4b9decf97a5b9aefaf6c828c16b323fcb5a1

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c78ca31b0d83f77ab6ff041808304f51672f925683ffc3a1a866469f1678fc10
MD5 fefd12cb30001851e0fa0ab4c7d3ffdd
BLAKE2b-256 376c59d6b85ef68ef6716c806b21cee97b1015055e6a13a3ae7c1e94be0afbd3

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bb49c7854c6c56d9d41abdcd970b5fec2681a6a74f390b6f8f8fe9d1ca1f8530
MD5 4ceee5fff04865332814b3d0fd0fe5dc
BLAKE2b-256 6ba3c887dd01759325b0aca49501e2bc523db2e731e9375afe186d2363c75000

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 748ea21376016b77f93eb6e5d3fdf158620a27d36d2a05cb319f3e7b8b1943a5
MD5 0c332b186a384a919101888646f934ba
BLAKE2b-256 ac353424762cfbaf1ddc28ac6ea5fe9d9059930c71a366af0ae7bc3a9f81964c

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f5faf5894b58f38491ecb458e6f4032ae0bbebea64dfeff86abc6c6176829ac3
MD5 f24c4919d24c22fd386dfd0652708dc9
BLAKE2b-256 add2f091c42db2b3d5e9374155a26ef36d832ef401ee58c9c049dc1e9d7b785f

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3b8af1f24361728cb0abeb447204015b2af016bfaf61d55b7c7bc44edc50348b
MD5 27cc367e39d04267bb1192ae5c8fb0be
BLAKE2b-256 71efce538901fbae149a2ba8cc7ffd779d53940a2945b072b377aaf4e6e7a9a9

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 68ea4cbeb5fa722222e8607ed22eab7723dfe8f502cbdaaab0989fc47f2fe4e6
MD5 cf108f0d654fe91ad1a4bda4df5c046c
BLAKE2b-256 71035a39ec1751fe7c5e80853dee28d27e3acb930766be4b1c35f23199093a92

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b73e9d8ae8eca8dd600d54408584b625503761ad6b0e481e47e270a19e968141
MD5 b4ad7067fe0f9868ac1c70fe13aaa126
BLAKE2b-256 129cf51e6136d731422cccdf071fc0e2a30f1ef50ccfdf3b24ce54a8ab76c704

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bb26734a5cda4b5e58b33c5fe20aee697fb9ad8dd72999bc71d7df09783f44db
MD5 9a0eee57bf5be3857c5dc0a765e14ef5
BLAKE2b-256 628bc100bcb0108b8330801cac1b7c76d545408186de43d0a3afa4edbc6bd6aa

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyzstd-0.16.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 244.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for pyzstd-0.16.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 81567ffe7f5ba6d6612399a82191448ba4f7780c96f2643bea36403a49462e0b
MD5 db68d630498707683a0a5a64ae5d3ca1
BLAKE2b-256 bfc431b8c89ce49fde36cc7555e2fdc54f5a285e6cce7230e3e4400741933cde

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: pyzstd-0.16.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 218.3 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for pyzstd-0.16.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a4f2f1bd58361e4994e0fed4223038554bdb61644b2449f50f8c2960a8aeffc4
MD5 f6cc2b8e74bb8ae6ea60a38d31292b9a
BLAKE2b-256 79213d72c0d2252ff379f3f608b9bc144e22b86dc6e3490b6e9dcc537bc582c4

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4d9f8aa524f99f593ebf38639e6d066984b0f9ed084d45ee8877761d1ee6aa48
MD5 80e9067b02643c78a77480f27e1bc9ad
BLAKE2b-256 447d4742635d291c8626c5574567f0f5ff3d78ae2a5805f6605c34fe0d795fa2

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp311-cp311-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 b867f620b7402e0befa4b5e7eaa79693be099a52304f31bfc1006cdc915d21c7
MD5 555ed80dfae47de6898304f80f38d1b7
BLAKE2b-256 489153450b12dde525853beecfff44d4fb6953be59cce88b3a338b89f5953f77

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 efeac4bf8a12cc0a1284164e77cca85727f8a5ec20328cef2e5c72f8eabf7630
MD5 babe09d38970355fae222d5bd5781829
BLAKE2b-256 f22b62d92e3a54f62b8f65ac6b3179c489bcb7594edf2ce677b3fb48d3aa72d1

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cdedcddd851139605b0dbc9b9ed5767052f67c02fa98c66b0a0bd4c1bce0ba49
MD5 79a8109965338b5a260c5ee97be2d462
BLAKE2b-256 f217495e6c567a832bc31b96d875ce7b20255e5c32e67910e8842475858300d4

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d9175bf699ec234189dd5549b4ededc676b66010e2eef5b3170501a17d765cf5
MD5 c1679e4454099552a5119ff8019649f7
BLAKE2b-256 95ee62a8bb6348ccac3a2245b44e3a869ca9bd35cf0471a891799c53c595e84a

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cf0dec2978f9bc622c4daa48dd286f3f7e6ab196b1e17c46437abb6d4a968201
MD5 9ceb77a264d4ccb6ea188076d63ad1c8
BLAKE2b-256 ee729eade0d51a157e7496ff965a5243173be1aef6981389208e58eb70edfb39

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 26ddb50c2767ebf411f2b28e698d61d1671c87e943dac81b2a6e89529052c8ad
MD5 6100bfe64b729b9a2bdc196a7338f05b
BLAKE2b-256 fb0349b2e4cc593d9ad233903082a05b17353646be23934526c58e01013b557a

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cd3d79a74f863ec277ee3297b43f30178aa1a014eba54c286ea48f21248e525e
MD5 b3596750fb390c862570bd06389bbf4a
BLAKE2b-256 3e00295133a4438c4e25eb733ca5dc1f1b73e1badfca59a365f5b681fee48d21

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 61450162fb86504d16c00558976a4864ae12537e362f7346a0a79594ec2eb491
MD5 c64e8032f14d8c7d1651c782e481bddb
BLAKE2b-256 58a15528d90f9fa474a67993f2ee359027ef45fd42bd8953d8266562b6c9afa1

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 64ae91c0c19160cc0b95d33a5802e708ab15f11213f8043906d484b6062a80b3
MD5 8076ac92294983958ed68cce412670af
BLAKE2b-256 6f967f30454efb380f14540fbb220643a73baccde401f683918593addb456344

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a5633a0e9ac780a5577fc5dee3d6d05b8edf2f3d646ffe2c71e065d62a1b538c
MD5 b27eea5b894f4598cb3d47d574842e18
BLAKE2b-256 71f7acc59d542d0702aa867caf15078ed2f3de90a77d28bef9089f646bc1aee3

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7bb570705a39e2a78619e6134a68be00ccd04398d782827180c0d1df79fc88c1
MD5 5361d85f6dc463a92a29d0c0b26e4854
BLAKE2b-256 4d1bbbd046b7e108b203886f37cc3776bf054ff1b793f15791d488024068593c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.16.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 244.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for pyzstd-0.16.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 089f3d04430b1044fccedbd4e88bd5429cd1220cf523b8841ead0127d8eedd9f
MD5 a22dd62ada614ce2da06ad3eb470b5d1
BLAKE2b-256 cbd600c9e958e05cf0a6dd044a4632908908dbf07c4a5e624aa279ba8987552d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.16.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 218.3 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for pyzstd-0.16.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c088b57288a8e1818c032ed7e3e3e573b3fe8fad698d02740a1583f55458a73f
MD5 781cf13d781bcc242f0e0e972fb0b1af
BLAKE2b-256 e19867a1531f67b7a5b5dd116fa679cbcb6bd5c797bcb7ff2d4669501449d826

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 55e6dd2667a58ca92924f7ced5ac2c53ed26e07c453cfbde50693bf58c4c7b5b
MD5 6c71acbaa483a3fab0d3695df5a023e2
BLAKE2b-256 3668b42b53200300510d35c7ceb5823fa235e462f135b6a9877e279684e670d4

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp310-cp310-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 f949a5375ca8a546059193400b2e7c70f1a10de58bd87d35bdc31c6230e47ab0
MD5 25bb1930cd5a591ff5713eddd347ae84
BLAKE2b-256 8362ec883de85d2cfbd0f41347007c2d870bf1bdcd9d1fc5084939932ef9dd53

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp310-cp310-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 83e770056823f8add3be33599219aa962c36f60eff24fa815579bc65bb053499
MD5 382b318cb5d60be850596a190fdc58da
BLAKE2b-256 bc96ecc300ba3d6d90930c41b8a0baf655b872f214a69ec2c0101c0e496a2b2b

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 397ca9ea892fece84fbbc5847ce46d16ee03501de3bbc6fb1f9b69bb14fe47a3
MD5 cf906c778d494b4a950df06f40e0aa87
BLAKE2b-256 5e4a7d17078d2ff1f4025ac897ef79f7f900f0b6727f21a46cbb94aea1a9e3e9

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 65fc3e12ad4d3ddc1f408e31ad2b70e110bbb7f835e4737f0f7b99ed1ff110cd
MD5 2bff76008c987daf6ca09f55e3a2a882
BLAKE2b-256 d4dc60280702bc2e87f7735dcc54e590ebb4384ffb1d3f63e0364cf271d92bc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f4725fb00bf06bd674f73f37cb168dd73ca67e68287207fece340e7425f0754d
MD5 d27db81a91f083fed23575b274acb460
BLAKE2b-256 0b1733d336971c1aa28a41f8196517d613ee16101e30ee7609f643302a3010cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cd62933e3a11f7dd6c892fa38c67e7ba45de17cae08f1355bf07b31e631a36f3
MD5 6cd6f6a7b705fd4ab70b05e774e69b9b
BLAKE2b-256 b3e69d5e87184dc522d4fe6ccf390526ca0000210edc9819ec46c10b322d51d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8c7507175f8d3f48358e28001a19242d3d4df819b6cd4cbc4f0fbe6f9dee9427
MD5 c785bfa5a145e1bd53f7bfa2765356b6
BLAKE2b-256 81746b283b97c57a23317d3144000d876009aacc8c14502f0c985b01406d7dc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eb1d26304c41cc07a87b1b85f4bf61a0f853368e0c00bb700dc7245971dedd53
MD5 cfaf32e73822c2ff78aa4e2a8eaa37b4
BLAKE2b-256 39cc42368724285140502076e219a79b59c53c1634e5da696a290961153a40a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9865ffbff114ad4411c9794deb1cbe57a03902f82a2671c23929a2628fd70bbc
MD5 4d2ff819b917f87effd7eec5bafb9b83
BLAKE2b-256 0f22d0035bcf8b82f42ab88c401c653d050312b1c8ec212d8c5f8cc41127c405

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 acbf3d01f79be0bd284ab316e33d6a3fceab478a932ce93de7275d7d9547b9be
MD5 92961c4f7fd610b6a2b0f051f4a6676b
BLAKE2b-256 66754d8b6db87c9a47272f096e00bcc670b2aa1475abf5043082be1614fbc9e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0cff110d121598f9eb638ce15393fece65bb5fac9a9d38c60fc5cb1ac8631465
MD5 949dde4c2b86ad62b5384d9228808d46
BLAKE2b-256 b1f96428560d9be40f5d9c608508558688d5395c942da54087dfcd0308fc8d78

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.16.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 244.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for pyzstd-0.16.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f6a7996f56abc23ad96bb73aea363720a1fca91a99822f8267bb5d3c4b7af7dc
MD5 871bd428d9961362593b97e0d975ef51
BLAKE2b-256 a4548d6021ee59aff933917528bac18601999a90cd14f554abd5df2343a4174f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.16.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 218.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for pyzstd-0.16.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7cdc3c293ab30ea141789a4454a4fd7b7858e005f6d2f61113d239a20d9bafd4
MD5 76f540ac709de946acc89af3d6d94ec2
BLAKE2b-256 74fc66f82774a0c016f4fceefe4edd328a7f1195409af45ad3bdc1ce72723e80

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 28b33701e0a5bdb7aa96229ef7f680442894a4be3dfb39daf2fbae805778ade7
MD5 acffcb56da407955477dc0c4e2d3b1fa
BLAKE2b-256 c835e66e91683de48899c1208556705642ccdde73e361e4fc326a59b76245fa2

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp39-cp39-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp39-cp39-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 1f00c7d40304329fbebbe9891cd2b144b09844876fe65a8bcfef71d80d417214
MD5 57a23ef68b3e7ab6ff3176451878a055
BLAKE2b-256 091ddffef491972b9e633f66a9d7b66d9a3655df984ded342e73abcba2bd7bdf

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp39-cp39-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 eb2e62ed3d04fed425e009e9948c5e1478665475c5a6ca52d9f02295db7cffb1
MD5 5c6985028b87e489aa8bef51996f7ca5
BLAKE2b-256 03af7256c2ad2d2ebf33ef652b5da1d2f7c7a915b6c885f9491581b7a729f040

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 59d016a105efd11db4305d43712ca2aab5e4f7dc73f42cc6324bc8f1b0ce2402
MD5 a18e9ba6e98e4b65bb1ab0d39e0787a8
BLAKE2b-256 221840dc2c664f23f73531b03491e67250a46e5c94dce5a6c537b7c442fa1212

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 070434349fdd2fd56207a82a146c89a50811c5e0f767ac00d09f513919335f6f
MD5 55e368e10bfb14e69e8f4e2949e83a90
BLAKE2b-256 481fa4f9a68911a55d75c74271904b2939b3c7b8edb0d39acbf6401b7cba9add

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c870947722ae4c7de8e2d259690041f8b3332b1d75b4c3ca2caf17b170d10be3
MD5 a9d63b5275d76eb0703b410f8bc43dec
BLAKE2b-256 2474f93859b91c39c57bd73b09658d4b1454a3233fb5189a539e1aa876c50b33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 84059dfa917a2704e04776f26d5105bebc5019fc4f13379b44e71e57b575fc28
MD5 8a53916c2d8b4eb9175caee1315cf20c
BLAKE2b-256 9d602ca22b8b2bca12c68ca6d88c5191ddc56876e69c65f167a4c620c3add84f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 234423432d2e66328bdb06121aad3477bb97e200141a863aba0d1a14ff30b0cb
MD5 8b688774aeba575a5e4969f75b1eb765
BLAKE2b-256 a76b3a62f9a9c0f66846c21edab0ac262b34462591f233511d1e3d9fd58b6b6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ffa579210ae03a0aeeff86d492ff26acd358ec1daea8553beaac5f1ba774991d
MD5 08f1306d5a06e1cf2b824fdb2104eb7b
BLAKE2b-256 fb6550c41659f9fc31850a05e95469fcef08e885459cc54085f3d688c49fd7b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3630a47b7d418e65521a45afbea5d77a825e4fb675fdf884eff42e6ce3230f91
MD5 e29bb1d461e6f3055638e8a037171cd6
BLAKE2b-256 299c9a2bb788f45caa3a95c8d00676dc8ab8e6ae6ff897d3e8bb9a33e6f26063

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f42bb898d5335e91d4575758cb11f68308756061d1eff042c7c4daa09cc560ba
MD5 e27a6e9612a943504768cfd799df0ca4
BLAKE2b-256 efdbc2866949d70b43fdd21a426b95a0bd10710c45b46fd270c5bb17e3a8fb38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2595819277b46d195565861f2966f58908444c7787da1ec45ea56390650013a6
MD5 f24fd9734c46e9076eec11490d5787c2
BLAKE2b-256 228829e78c97ab2e012a364193cbcd5795b01f66adbcbdf6d5eb92d3f5f6fd12

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.16.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 244.4 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for pyzstd-0.16.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8b54ea942847b6e2f842f8b524f0c4dcc199f99b39420e06262cbcf25cb24363
MD5 f567e080dc309c251ff986ac18b2e034
BLAKE2b-256 4a1d12d9b86ee302e176ea9757477b9071f01024a8fbd3a65f396ea070bb7428

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.16.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 218.2 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for pyzstd-0.16.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 763e084e0a7273d81d4bd68c4c89d642e3a447e30d1108d3dc0d0ec07a3ad01c
MD5 cfeed143215c4342a96ee22eb7f30bc0
BLAKE2b-256 cfa062410eea4d620fae28e8c26a10b7b7e8bb272336c25f32bfdcaf01ac112c

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 15a242d03c1516e1325d41a43b05c95abce0306d6f9782408b44f6225fadea9b
MD5 90dd974eb798cfcbf28d8a106ecf4772
BLAKE2b-256 73feb0b05296345cde53a4d08125b7fa14256df99299843f28838685543b6769

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp38-cp38-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp38-cp38-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 13ab3b66c660438cf9031543a1cb9a4c7adde6b58b65e05783d32044178e871c
MD5 4160472796326e4591ee7bf966b4b3e6
BLAKE2b-256 1b46fff2a50851ef1e5aae70d23231d96328bd032b37095e209a0e8aec1fb940

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp38-cp38-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp38-cp38-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 593a4ec2f639a80523c6d8cb6a3f97899a4b3db4eadb768039dbd61fed4fe675
MD5 68562c263e28d3371274f14568d6aea8
BLAKE2b-256 b9ddc1fc4587f6a634444863976b679d51ca558d95527e76f89862a15800479f

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2325ff41ff4bea19065894244c4dade5ae6b40df6e9def9dd4bc6e4c81edabf1
MD5 6050f8cf25f0bcdcb696b3a2ba173f52
BLAKE2b-256 0455df7b4aefe9b70f7e1ae23b7daaa772ce140a24282e058393e2cf3d36c6db

See more details on using hashes here.

File details

Details for the file pyzstd-0.16.1-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3fcf498488cf2a866142a35d0c14c021a58c7d96b25bafd13c72676458912011
MD5 8b57c37201310ddf945790d93d0f832a
BLAKE2b-256 53aba7f0c597c6cabbe599273b3cb7059e47f4af26f8dbe4b76987f8c8af6713

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 22f7b5d93b5e7d3b3bd4a0f665b2bfab61a9cc78cb19b4f9d2faa454ae19133e
MD5 1c1e758626eb0d47e05f0594ceb075f2
BLAKE2b-256 e56c7c6669dd958dfd3fe0679e174d299568ef2b78f7281215109e29d8eb5b87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cb00ce5e9a88e27f27db3ff4f4c6080c4158ad848d620b68d48bbc413d99f0ef
MD5 f2dcafc18acd45a3b6cc155363bb9e57
BLAKE2b-256 bf3d759f4309bd3d07355719bdb5152479cca3d40efad50e0097a1250f4e8b2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 036d76e26300bc03cf05108a019fb0dd0a40ee6ed40128ead1c953fc603fba68
MD5 9806a5d40557fff513c4b2192e4c7767
BLAKE2b-256 ea629e6fae50b250917bd2641a46176326f99af91ffa6ed054120fae946205b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3cba92b21b12bff45c0393e022ca4e6029aa5d4d3f11d1d9f05ca9a13245d325
MD5 862aac8a55a63dd8b453886cfc5164b7
BLAKE2b-256 25d2fde6391ae4058054459093f02cf2084a8fd6bd8bfc5938b94bb1c89f4aeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a426a253413ede9dad34fffde2d533950aa6aab82d0e9c7c7660168e323c43dc
MD5 9af6157d413234e9a939815e7c1fc46d
BLAKE2b-256 13b904f8c88ee33b0ecc3f9cd6672efb7dc76914fa9fe30db128f39e2f8bfdce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8f3b74f42ac91dfcd5b3e8dfa691714e23c4bb3931070fdc134dbbaa2c92c51e
MD5 e981a66e8bb27337a1179ab1881ceb5f
BLAKE2b-256 b77c3c2d6f3932700f0ea4655bbfe541dda620f14ea6bbe0d8c6aff15b76c31b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.16.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 96c04f3ef21f8c84672468358001b1f78b18f62a1b6af202e9fe0c71d0cd85f8
MD5 b91a4e78f0eba2b62afdf31c0f41650b
BLAKE2b-256 1dcb55b07c10a752992b1a1d1609dffe6262284084312d5aef9ed20eded39e79

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