Skip to main content

Python bindings to Zstandard (zstd) compression library, the API style 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 style is similar to Python’s bz2/lzma/zlib modules.

  • Includes zstd v1.5.4 source code

  • Can also dynamically link to zstd library provided by system, see this note.

  • Has a CFFI implementation that can work with PyPy

  • Has a command line interface: python -m pyzstd --help

Release note

0.15.4 (Feb 24, 2023)

  1. Update bundled zstd source code from v1.5.2 to v1.5.4. v1.5.3 is a non-public release.

  2. Support pyproject.toml build mechanism (PEP-517). Note that specifying build options in old way may be invalid, see doc.

  3. Support “multi-phase initialization” (PEP-489) on CPython 3.11+, can work with CPython sub-interpreters in the future. Currently this build option is disabled by default.

  4. Add a command line interface (CLI).

0.15.3 (Aug 3, 2022)

Fix ZstdError object can’t be pickled.

0.15.2 (Jan 22, 2022)

Update bundled zstd source code from v1.5.1 to v1.5.2.

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

Uploaded Source

Built Distributions

pyzstd-0.15.4-pp39-pypy39_pp73-win_amd64.whl (219.9 kB view details)

Uploaded PyPy Windows x86-64

pyzstd-0.15.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (318.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzstd-0.15.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (300.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzstd-0.15.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (304.4 kB view details)

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

pyzstd-0.15.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (377.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzstd-0.15.4-pp38-pypy38_pp73-win_amd64.whl (219.9 kB view details)

Uploaded PyPy Windows x86-64

pyzstd-0.15.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (318.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzstd-0.15.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (300.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzstd-0.15.4-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (333.9 kB view details)

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

pyzstd-0.15.4-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (304.4 kB view details)

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

pyzstd-0.15.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (377.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzstd-0.15.4-pp37-pypy37_pp73-win_amd64.whl (219.9 kB view details)

Uploaded PyPy Windows x86-64

pyzstd-0.15.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (321.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzstd-0.15.4-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (302.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzstd-0.15.4-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (333.9 kB view details)

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

pyzstd-0.15.4-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (307.2 kB view details)

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

pyzstd-0.15.4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (377.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzstd-0.15.4-cp311-cp311-win_amd64.whl (226.3 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyzstd-0.15.4-cp311-cp311-win32.whl (198.6 kB view details)

Uploaded CPython 3.11 Windows x86

pyzstd-0.15.4-cp311-cp311-musllinux_1_1_x86_64.whl (389.8 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pyzstd-0.15.4-cp311-cp311-musllinux_1_1_s390x.whl (382.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ s390x

pyzstd-0.15.4-cp311-cp311-musllinux_1_1_ppc64le.whl (414.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ppc64le

pyzstd-0.15.4-cp311-cp311-musllinux_1_1_i686.whl (368.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

pyzstd-0.15.4-cp311-cp311-musllinux_1_1_aarch64.whl (375.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyzstd-0.15.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (384.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyzstd-0.15.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (385.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

pyzstd-0.15.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (443.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

pyzstd-0.15.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (362.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyzstd-0.15.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (380.7 kB view details)

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

pyzstd-0.15.4-cp311-cp311-macosx_11_0_arm64.whl (303.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pyzstd-0.15.4-cp311-cp311-macosx_10_9_x86_64.whl (406.0 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyzstd-0.15.4-cp310-cp310-win_amd64.whl (226.3 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyzstd-0.15.4-cp310-cp310-win32.whl (198.6 kB view details)

Uploaded CPython 3.10 Windows x86

pyzstd-0.15.4-cp310-cp310-musllinux_1_1_x86_64.whl (389.8 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pyzstd-0.15.4-cp310-cp310-musllinux_1_1_s390x.whl (382.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ s390x

pyzstd-0.15.4-cp310-cp310-musllinux_1_1_ppc64le.whl (414.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ppc64le

pyzstd-0.15.4-cp310-cp310-musllinux_1_1_i686.whl (368.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyzstd-0.15.4-cp310-cp310-musllinux_1_1_aarch64.whl (375.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyzstd-0.15.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (384.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyzstd-0.15.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (385.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

pyzstd-0.15.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (443.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

pyzstd-0.15.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (362.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyzstd-0.15.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (380.7 kB view details)

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

pyzstd-0.15.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (380.6 kB view details)

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

pyzstd-0.15.4-cp310-cp310-macosx_11_0_arm64.whl (303.8 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pyzstd-0.15.4-cp310-cp310-macosx_10_9_x86_64.whl (406.0 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyzstd-0.15.4-cp39-cp39-win_amd64.whl (226.3 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyzstd-0.15.4-cp39-cp39-win32.whl (198.6 kB view details)

Uploaded CPython 3.9 Windows x86

pyzstd-0.15.4-cp39-cp39-musllinux_1_1_x86_64.whl (389.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pyzstd-0.15.4-cp39-cp39-musllinux_1_1_s390x.whl (382.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ s390x

pyzstd-0.15.4-cp39-cp39-musllinux_1_1_ppc64le.whl (414.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ppc64le

pyzstd-0.15.4-cp39-cp39-musllinux_1_1_i686.whl (368.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyzstd-0.15.4-cp39-cp39-musllinux_1_1_aarch64.whl (375.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyzstd-0.15.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (384.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyzstd-0.15.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (385.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

pyzstd-0.15.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (443.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

pyzstd-0.15.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (362.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyzstd-0.15.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (380.7 kB view details)

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

pyzstd-0.15.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (380.6 kB view details)

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

pyzstd-0.15.4-cp39-cp39-macosx_11_0_arm64.whl (303.8 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pyzstd-0.15.4-cp39-cp39-macosx_10_9_x86_64.whl (406.0 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyzstd-0.15.4-cp38-cp38-win_amd64.whl (226.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyzstd-0.15.4-cp38-cp38-win32.whl (198.6 kB view details)

Uploaded CPython 3.8 Windows x86

pyzstd-0.15.4-cp38-cp38-musllinux_1_1_x86_64.whl (389.9 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pyzstd-0.15.4-cp38-cp38-musllinux_1_1_s390x.whl (382.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ s390x

pyzstd-0.15.4-cp38-cp38-musllinux_1_1_ppc64le.whl (414.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ppc64le

pyzstd-0.15.4-cp38-cp38-musllinux_1_1_i686.whl (368.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyzstd-0.15.4-cp38-cp38-musllinux_1_1_aarch64.whl (375.3 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyzstd-0.15.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (384.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyzstd-0.15.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (385.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

pyzstd-0.15.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (443.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

pyzstd-0.15.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (362.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyzstd-0.15.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (380.7 kB view details)

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

pyzstd-0.15.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (380.6 kB view details)

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

pyzstd-0.15.4-cp38-cp38-macosx_11_0_arm64.whl (303.9 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

pyzstd-0.15.4-cp38-cp38-macosx_10_9_x86_64.whl (406.0 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyzstd-0.15.4-cp37-cp37m-win_amd64.whl (226.7 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyzstd-0.15.4-cp37-cp37m-win32.whl (198.4 kB view details)

Uploaded CPython 3.7m Windows x86

pyzstd-0.15.4-cp37-cp37m-musllinux_1_1_x86_64.whl (389.9 kB view details)

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

pyzstd-0.15.4-cp37-cp37m-musllinux_1_1_s390x.whl (382.6 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ s390x

pyzstd-0.15.4-cp37-cp37m-musllinux_1_1_ppc64le.whl (414.6 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ppc64le

pyzstd-0.15.4-cp37-cp37m-musllinux_1_1_i686.whl (368.9 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pyzstd-0.15.4-cp37-cp37m-musllinux_1_1_aarch64.whl (375.5 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyzstd-0.15.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (384.2 kB view details)

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

pyzstd-0.15.4-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (385.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

pyzstd-0.15.4-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (444.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

pyzstd-0.15.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (363.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyzstd-0.15.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (380.9 kB view details)

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

pyzstd-0.15.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (380.6 kB view details)

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

pyzstd-0.15.4-cp37-cp37m-macosx_10_9_x86_64.whl (405.8 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyzstd-0.15.4-cp36-cp36m-win_amd64.whl (226.0 kB view details)

Uploaded CPython 3.6m Windows x86-64

pyzstd-0.15.4-cp36-cp36m-win32.whl (197.8 kB view details)

Uploaded CPython 3.6m Windows x86

pyzstd-0.15.4-cp36-cp36m-musllinux_1_1_x86_64.whl (390.6 kB view details)

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

pyzstd-0.15.4-cp36-cp36m-musllinux_1_1_i686.whl (369.8 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

pyzstd-0.15.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (384.8 kB view details)

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

pyzstd-0.15.4-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (381.4 kB view details)

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

pyzstd-0.15.4-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (381.5 kB view details)

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

pyzstd-0.15.4-cp36-cp36m-macosx_10_9_x86_64.whl (406.6 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyzstd-0.15.4.tar.gz
  • Upload date:
  • Size: 796.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for pyzstd-0.15.4.tar.gz
Algorithm Hash digest
SHA256 de07ac54f57642f186732075cdce2be3d4a30228c3b17a6d8c6053765dc6eec8
MD5 7959e280211e09bb678c776f19529f58
BLAKE2b-256 b0d875d91aa30bac7fa5b88f7216768c932b8b7ad48ccff1d2e322655c0571cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 be4e4bc65de7093e4781d98016b15224311f52eacb220f67b1cbffcae3ac5497
MD5 76e8efeb3dd458cf034ac6c4f80dec3e
BLAKE2b-256 36410e31c13f358f69428ce84fc86d50dd5b7e305e01ee601535739bda8b8b1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8576440b3212d648fbff49d1127e2bffe0f74aa8be40c3ec8b783f276135cb30
MD5 36eb18c5fd2cb53facea52529d309557
BLAKE2b-256 993bf242281ae44aeff13600be024678f40bfee2ce33d7567bc031dc31cb0525

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 229626e1ee592fd8a922935b997e9b91b8b8b874a72565fe1839041cf3ae1a54
MD5 53ded748e0cbf94683132ba33018fe55
BLAKE2b-256 755eb8cb52b35654a3c970105400b78352d5fad6755bfc5b00b1b9673bcee3a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ddfbaad47edf70932a6e0fba37348ca240a34408e674c056ff16631fa07ea5fd
MD5 9a55e8697aa86c0aa9914f562589454e
BLAKE2b-256 fbf6f1409e201be7f97e0711a04614a7cdc0baf4c1a984830d8537eef437690d

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e884faae04b2f52cc6aa5aa18de2631ab75786440fd8a708f6b886d75aade937
MD5 214321dfd6f392eb614b7940724f144f
BLAKE2b-256 9c65351cc3c9f5efe9c7a5c2a0605ded88b8cb6f183bc56902dfa5e86bd47c5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9b433e0495b0231c20733b4649d33c5ab51f3670db4b47e0964b0b4dd240e03f
MD5 58fb677966c3b1f0e61389fcfb1ce057
BLAKE2b-256 8105eae610ca61798063968791e47baebbc83a67512102815fba004621b68484

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a3e11b0534f958668dbcac6d3d943af93d1f5c4dfa7857147589398b405a9ee6
MD5 057869c3dab3350a2c8249d8afdb3d10
BLAKE2b-256 26d0530b38cada79b11a19456f395d81bb05ac46e624830c9df5a3eb93080d93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5ec07186d5150a6129327e906c0c1f15fd505d4f5538957b2481913a959121ee
MD5 a17eb3b6b6665a3667e17bb7030586a6
BLAKE2b-256 588a857170e9b326eb902d2a6a0ce6a2d687baa671f353f152b353968b6a28f2

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.4-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.4-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 88e9f435a68ab9d04a4a90d5b11c587080295ab4057a403730990944b98d0b4e
MD5 480af368fbb25197bdf1907a182a8bd2
BLAKE2b-256 4aae7c9a8b57c7de9a3892ffd3a3d9314477577640635bbbec89f544460b9d7d

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.4-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.4-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bf63ad569ebc08fee48bc1080c1eb98c9620af4d52ecc56b2a54d6f01797d7be
MD5 6867f5274c2fa27b1efbcdc2c4890693
BLAKE2b-256 4d380a0d4a38e94902410cb46b42687f6f5ea7e676089a6ad82354cac63e25ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4bf88010b15470f00810e8fc3cb46608af7dceb0d8ca696552d635be652bdfd7
MD5 5439d47da9b10e64bd2eb9ac66c9e3e7
BLAKE2b-256 57d48c8ffb9a274d2b35a972cf456e09c0222637e184c319ff4dd6ce1c611c84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 74750bee4fd2b584bf502cdc03861c9decb0875a7febcb2d629cf72a0470188d
MD5 cef6984ff1eb0ca907f7983b8352aaef
BLAKE2b-256 b527bbf4f09de985d3d96792b964427e759783cc7c7a3e83c945ff85820fb489

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5d774cf6406c33c9af6e1fde10a1b0aab7e1f573b2510c491ed24c6f4dbad677
MD5 5c078a046aadcafbbb7f03458b8a2000
BLAKE2b-256 22f732ded5d209235b32960bb057795f36a3bd000212f3ca36a9e2c22aa2d905

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c173226b2fab75bfcf9c0315d551e9b484e50f4d84869676bcf33d080f5b43f8
MD5 dbd38eaa933ca1cc9ba5158e03b6a8f8
BLAKE2b-256 b8edd6a490e7eef8a13ab8d638aab18927658aca9e656676d28f7852c00e3b51

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.4-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.4-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 be71183e8e7a03b298d4e547f58f68ee1664889bef4e7460464fdf1e70349b66
MD5 69279514dfef4a21b6573564cc32f04d
BLAKE2b-256 9026c64c41bacea953cb045e7ae87c134eccb554340fb291704969e6904d98f9

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.4-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.4-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f4d47ea4a9a3a43a556da63ee59bf941aecfb529bb85957960e91339c6d6cf3d
MD5 a98c327f0520ebb9e3b8b65202a2d3c5
BLAKE2b-256 342e9ac501212bb65f44368e234ce519f5c59c5e8c5dec7f5464375143fd0e45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 649f23ab5c203dade1594f593c6b65247e848f99ba5b11ef26b74541e1f0b605
MD5 96da60918f5de6b4510ccbeaa90e7c03
BLAKE2b-256 8a9e686386a500d5fa6b70855b229b54a3ce0f51cdf5cad37af5f69b581d294f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.15.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 226.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for pyzstd-0.15.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b73b18d8ebf5caba863bfccb6ad422b9322c7a806b50a555bb44f51f16b7af5e
MD5 7205f6220e4cb927af6f10741bba1a36
BLAKE2b-256 85ce05366ff96b3d095db955d794407e49cc0dbac2ac4d7f7af88d8c8bf093ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.15.4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 198.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for pyzstd-0.15.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ab55575f1c6c12ca65918dba8196bfb281df86038a9f9e376fb6ac5a501ac724
MD5 d2a796334348bdda8c307e1c926a3df4
BLAKE2b-256 48969bf1d2389b567c917cfce390f7c273e68b60de55b31feca63607e1ed577e

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.4-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 56cb56e24e9d33ef571c23b0157593c44c052ffe5810599a76bc6c60ec77f67a
MD5 c054fd16140aa586947b7a8cfec1bed7
BLAKE2b-256 2d5352149c3341afa619b96287780b57650c809f66767986222e5f9b9ee59955

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.4-cp311-cp311-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp311-cp311-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 e7361f4e5a354715d00c43ad3472188cb9eab83d2e75a2ab7ca75734779579bf
MD5 8de2a71af05751d4fa4688ddd6b94b35
BLAKE2b-256 5a5fa4e3d2a1426702f10c992da38550761514758cf38fc453280dfbef01e587

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.4-cp311-cp311-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp311-cp311-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 c03e1bfc6c391a05ea04dfff485f4884b07805a16f198c1d5b4e24f4df1e1723
MD5 352d33efd51f89a258b1d75497348917
BLAKE2b-256 affc7976c0f66d8b796a72502720efa69824c90a20e4d67e93023e96a041e065

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.4-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7740d39f74f9154a7f42d15c1b16f87ba062ac16439d62525f2c85165ea9ebc2
MD5 c331c8f20db0ab41590ccda84938c321
BLAKE2b-256 1dc55f13052c3943e9ae48ec86f20cb180a99c7f7fee1bce2110e20f243f965f

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.4-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 55dd0cf038e9053147e58fd4d0509fc1b735f63ce276b88151560bae271a25af
MD5 4a85668319df1c6b21d5fb90b392714f
BLAKE2b-256 bace9b612008a69825fba16bfa5cfe07e41e31be5e67c4ddf8363306fb4f72cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 46e95ec6b499571eca1683c078d2f6cfe3815a5103bf4f488a4edbb1607be652
MD5 2a5f993eac67e81f8d3c417460ebcccb
BLAKE2b-256 f3ebd26969a84c43f087b7796eb956ffa144a6b39224075d797cb670180a4123

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 91cbd6d8a2fa0b18f9b50076a46e837b90e9f1974578483fcc4b094b43cbd89b
MD5 ef66ccb3cd245e0bf7fdbebf772ceafc
BLAKE2b-256 a9aaea824c9170e82b50fa3f528eacf6ea94c0dce67137623e51b74ba0ce9c62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 65dc2ac46389823214dd21141a05009cc2fc8d139d8a0aae5f7eb6830ffe5ded
MD5 136dc2fb3a96da69c19c6e1548bc094c
BLAKE2b-256 441ad9d4d8056c90ea68caebeea83b65521a11eb99cf1b589b29ac7ac823d9cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9c681938be80e4ceedc2f43b5d7c08e8e3719492a8250cc742382633c7176919
MD5 1cad5f70099307bf8e637206ef761cfa
BLAKE2b-256 97098dd10c2cea2e25077c1bb4d6ed58b830d9579073145f1eb00521178fae21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d1da1bcbac16a075675609865e2705d9ec90a2312450d4d99b65a003fdef84f7
MD5 e2503b8873a556d39e518676be76bf7c
BLAKE2b-256 e84610b5c01d9671a070131f0fec6aec4b21521a18c0d94e3e342f6af0a86b39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 00c9e9aa800b7ded58bdddd90930f949205475c17d1e5923ab936321b805ede0
MD5 f8fbc1241156fd00e88e641dce6b60e9
BLAKE2b-256 1ff16249618946828b11049dcca806b743a95c3e0f12f7cfc0562cb6f6c363c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2988e5282c807634911d9336ff4797de84e308d94a1f57bfab4223d927e992c5
MD5 e83e902a1feac73a28a7e7abec960583
BLAKE2b-256 bb59daf7cd5552145d60fc9eb73ccb5e6697a96c2865e9caae2d6c0d6923cd51

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.15.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 226.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for pyzstd-0.15.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b28e6f095fd56ac373844ee76ab74b011dbd128e4113a033911675421742ce91
MD5 bce7069da76271dc1756271c202abd11
BLAKE2b-256 b6ec860cefd475729140bdd8079ebf0b6e956f6cf415c03b6588b6896a7d41b9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.15.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 198.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for pyzstd-0.15.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2e25838c7410245201a455ff000372c65654c781a7a168b2249432dae4ce260f
MD5 d135aea20569ee62677fb84822bbb990
BLAKE2b-256 504e7a6a9ed54a248b59eaa0a38332041bab69411fa8168334360dffcaf7064c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ab88c8123e2c8ad298d1ac79f5b5aeab68ef27a0afe968e5c5be1a2f24577e2e
MD5 fcc0e4f698a46eff1f161fe1cace1430
BLAKE2b-256 af9517089b63f66015f45d483f0211c5b06d0de97033dc0e1ac8f7eefe087858

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp310-cp310-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 c2e35d5a169ef9107760bd276974331e0be8fafe2e26ec824020c4999013dc40
MD5 435d1da4eca9b2fc99c720ad31b822ba
BLAKE2b-256 81fc6cbf06c28305179169923c1ed86c2c560057de7910efcc2586c0cf564b0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 29f692a74f3d9778c71ad6899a1c7578fd44dfb5b6187fe37abdfc7cc034e9d3
MD5 5759133513b62db1a606170012a175ed
BLAKE2b-256 0d8f2fc7b009f91a21c55193cfc7ae0facc47650c3e121b6d27dfab3bdf82a55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e1e7e43714b0646fb1d61b6b9bbf6e6ede6c77c89667f2addb086f75196ce389
MD5 2a02db6facc558df91dc58e133b29294
BLAKE2b-256 e2cb0e280e5c866749fe365f6b4a7524a31970e342f7de7aa3fd70a39f9ff46d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 15b84a04edb257cc7d75c208be43dc4c66e8bd2a44ad9e2af523a829386f0e4c
MD5 975c8d917e0e1978d88dd43923e8d79f
BLAKE2b-256 5f99f861177afb1b8726cf81de62d1ef8483b435a25ad88381470f3ef831eb89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9aed2fda29875d42a7f96b741582e6e9adb48f3903760439f60b0f8fb8f822f1
MD5 2a09991356cd89dc5c52b4ce132f74cc
BLAKE2b-256 c86476d7febe4b67d7aa5a79fd112bae7f56ae16f6beef2ea923c89582d6e5e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bca4d7285363b73966e8c6d8af8da515d23bcaf8eb91293e866d5d4615ea5227
MD5 4c7a4beefba85cb9a3c5b053dc3fb241
BLAKE2b-256 079db56ec9f0524d55a04f5d97bde9e9990a51fb62d16be00aa3dbcf4d529511

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ca8f520618a3a1c66ee0f6bc3a6b4fc6f9d55b7b1ce80a8f8a422c82a2f79418
MD5 229f0e591903411aefc575df40df1855
BLAKE2b-256 076662db8436bcab01649e6528bdecf459073f44c995e46f193d534291587339

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a6250aa075408753cde58d79a80923c29c1791f32c4b3e58f25701ae5dbf1678
MD5 995e59c766de322449f73cac6d02b61c
BLAKE2b-256 e67e05d7e9af9f6fddd744c63c723e7a21c8fbebc2f447226d0a7e4eb3f14d69

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.4-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.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8a7f8be2493356bf55a1261b7a9bb476324738ced6210c3f876f452df8288785
MD5 f971170daf6123361abafda99ff291df
BLAKE2b-256 b76c260a5b22e7c8d9ec996970dc8560d8716c6370faa0aeed5c267915660de2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 448d4412462d00bbb7c4857f9a4bedc879f9834f01e2723c23f9de4edde8bde3
MD5 0388fdf52182d5af7c22d34c33dd1498
BLAKE2b-256 875b66de957f71f02c0c595ab32ac63f19002fc3653825440680f80bb69cc94a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1e53d12e026605b254569a384191850b6e9f2fcd0fba8b3c80e09b9683fc86af
MD5 50d528cc912b95f66f8b3bbeb9eb351e
BLAKE2b-256 434a98b8c97293d1b0f666ba0429817c3283967017a276342a493cec36c459c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7aea5a1474cacdd0285f16bc5392271645147806986e17be8b100ef750520548
MD5 a13f291e6a5d4bf5c1998f775f7f45cc
BLAKE2b-256 7c4877119960c6bc8afe3f510a55840d17ba1a1cd3f0d14909c1acbefa0d8065

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.15.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 226.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for pyzstd-0.15.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b06eabacbefaf440785ee1f499582c79083822fb3d2640fb74dd5d3391bbc2ae
MD5 c86d3ed9170f1b3417ad66259d2bead0
BLAKE2b-256 a28464355efe1abedcc0bcfb6237580171168d6214a9790061fd17683028bbcc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.15.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 198.6 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for pyzstd-0.15.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 cb03d3fca1fab2b33b4d0de9b80ab0efc9bb872eb28575eeb73af0d9aac08322
MD5 58bb94ecb17bb63cad3bf12e138fdb26
BLAKE2b-256 46364a0d09494059fcdd42dbd3d0b83f83a51864ad0be26120b1db630c4e5315

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7048a34197205cb4459492a1d397059ec35a758e29cee226ffa8e593148300af
MD5 f8dd4eae18fca063e233fb53a86bc724
BLAKE2b-256 8161d3dfa5acfc5dec116e755d0b5f121d15665e7539bbb73e62b4556a0333f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp39-cp39-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 67ee34825be593151ba0da78d6914914afce9a7ddc77683319d9406bf422c578
MD5 31114fd12f3d8ef299e01fb0db66aca9
BLAKE2b-256 b1dbf4d1ad2ab034b6e86719966f86b87c51c5dd44d90c7819ee716be5b290f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 e111d203153837fca01a3c6ed48167af4b590f148998a2d8edefd98338615006
MD5 aa4365fdd9f32955f3b13b6975d69663
BLAKE2b-256 9c7c3fca8180cedc31cd5f1d5b6a3f6017e4839462e8c5bd5862b62d867356e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0820d84c272865e996696fc84c8c63cf6898d66bfda8ac4109880e24272ac13a
MD5 678043cc011bb5ad3ee1553bb1e737c6
BLAKE2b-256 2e071ed3a3a255c84fb2703ceaa3560746f1535757e3e655a1d47279a2afb17a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 94302b3a36c562a31f791a5e0112bcc129e0245c6f462d86627a4cefda0f5764
MD5 abe25b1f75900e8c2f2721efe2e1e352
BLAKE2b-256 82aae387648b37348c778dfee8f7248cd95b12668bf74fbacdedb20618899ca1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6be764774531007ce83c32d24379c32474329655bcc177f1b154e2d2e7e4dba1
MD5 80793f0506ebf88b588773c8c82d8e3c
BLAKE2b-256 6c4ac5e2a8a9983c38341b8fc16ba2bce4205584b1fe9dc4e8b54e86520088b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9860aeb47f88e61f8bd615f4f3e8372990c8e680c52d8a2f893157ebdb15e8a2
MD5 1fc107f44ea70f1abf60de5a67619dcd
BLAKE2b-256 bced02228290a817d564a6eae656138246cd9feeea188a6a17081e7c65ca0eb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4e18f986325eedf0b5d86feb87fad70a0430e3da0bff1a1c33ddce8c70fc371e
MD5 848c6da8f946886895b32c763788d87b
BLAKE2b-256 08d196b726dc3687d4c4823a96d6c209a08ae0f56c12b3c18ea1e245ce26a47a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d1bcfb77bf00ab5e134321ddf9123845c80b1f49500d499998a17881aa644e28
MD5 61da1896ff88e928c5b616f897988464
BLAKE2b-256 954fdd2afc845dca4795f0ef566eaf8913f6a24037afcadce39dc586191c2eb0

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.4-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.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1659da1d388a85c8297083772fdd16543a43305ec0213f1d6f5a6b65702c8402
MD5 7bb03ec05534affbc603bd4e8988660f
BLAKE2b-256 f4065ecb191c14d9bb711ddb863d3416bb8867f47a16d4635dc7aff2bdb4d6f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4b41ca76a847286cd54ebabbfd37fa732a68dc2daf5178aede34ee377598cfa5
MD5 646e8fd09d4ef183a9ad2d98c962ac7e
BLAKE2b-256 c67cdf223d0c21cb928b8638896ab2597f03d35918db37c13eda9a5fc3446b78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 72bf7435dad00fe8a24815f67fcd9fddf44265aa8155a507ac79472cd13c97c1
MD5 3294d5a1ec444cb8e7ff7e495779b59f
BLAKE2b-256 042cd1e6b494e75ee633e1af729d6dd6f6e32b7428b2e9976a6aa7f14ed8f941

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 33d42c56fde20a2a98bd200d91d09e44957ce782ffeef5041fc4c544df7640d1
MD5 26cbdc825650102b222ce602c43a51a3
BLAKE2b-256 2cb0973f94016a3f562db40f2cb6f8fcb6225d2b5e313b10d7cd082f09b1894e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.15.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 226.3 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for pyzstd-0.15.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2589c484c59a0ef2d52d1fd7ab3efd648ef38a396ef22b892c79c2cb878487e3
MD5 c7dcbf5e25e8ef100c7bfe7f52873e7f
BLAKE2b-256 e58e4963fac92becbb3c494cb60ec5559781df420eca1b560ac0426e112ccacc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.15.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 198.6 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for pyzstd-0.15.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 912345726aa45dba8fb4930e172149f558caf606bf22c219cde9deb984a1523a
MD5 bbe724c175dbfe20855a37e323960cf4
BLAKE2b-256 1e6dd959739030f0ec4d8db990aa09bc0a60453fcac97d33c6eb97e7c9915300

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f437e316cd24f21ea13ad635d7e24550458217af75182554963f461bae0bc189
MD5 8c9aca1aee727741fd2ca85d8bc64eb4
BLAKE2b-256 bbeafbeac966cec26f454a278d40f429d5aff81824a13f5f8fbb88230e71f019

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp38-cp38-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 e96731ecfff34aeefb5e0f93222c9831880e8a94ea700f4432d4ee45995badc1
MD5 fc2393908e8a3468186bc10b1dd1f088
BLAKE2b-256 27c197590baea36b2989e2e225ad8d5fe58be16e858ded8fe8d80be61a721127

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 929f894d0b1439826f45a248d7569f8c9ceb43ff3d5739e7ac9ff264acdcb070
MD5 91d2a9421b20edcf9915fddaa88a90d2
BLAKE2b-256 3b673dae6f85bae81ccc98ab5cab79afd8f9b0f08a05301839d1973b9bc278c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 242467cc26e2e4b344028887c934fce3e48354e5eddbc4bb4e695f2c011d3755
MD5 cc3c84c6ae799c5cbd951a6ebb3c8409
BLAKE2b-256 a8ab557fe79eb82eddabebf166c485fd8ca4d1ef66963652974a07e932dea13f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1e138c585fc2d07fb20e61f6cbac77fdc77497299199a610a1fca28933128948
MD5 65d8d91f7959c664b910254969820b6d
BLAKE2b-256 97a07383afe42454780ff9a5243e455830eb82aa1a05c18bd72c5fc021577c89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 27e1b4a3a6fdab664f1d415c3bbc63700a85f8ec46ad2bf7287e6a86bbea0581
MD5 3669833fb68443e11cfa80229edaaf99
BLAKE2b-256 cef39aac5160a7d39d2401922548f253b2490b8dfa9e4c0084db5f30dd619d4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 452e1e774fd7e693f2f5065de61f8cf42eb449ea5614e4cd15ae458e70977d98
MD5 7aef74a6200a5e400cf10aeb1ed8b1cf
BLAKE2b-256 b3879a21f59e3c2e28f26407bf44a502abeb18643c26ba728fe1ef20aa7542df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 aa9ab4ca7e32c219ad0d420786897cdb3c09f1ffc3fd1a2785e7652ace5684e2
MD5 0440287cfde0cc82dd4f11c52c79f064
BLAKE2b-256 625b98c7010010e7c247138ccdbd0e6f9bfb2d95dc29444e30eb8ba22bdf7aba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e9074eff37261effb5c7312911e11f0a4c26475ab55bae803d3b095fa291e631
MD5 3cb3f26cb144d235bb0dbf5f5d232106
BLAKE2b-256 5405db1b886267a99f8b51f927ac68512fe90d2885403db55ef98ba3e3047ef5

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.4-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.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 eb300366e9bf62776ef8c5c5fca57d5b18fdf6a62d055244e9f9f71ea263597e
MD5 e21ac1aa9c8a076c54c50bcb6e02017b
BLAKE2b-256 a521dde8b4a65f9ff9759fd08b8b1bbb389d7e067679601424ed6a6a8c8b91b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 21b7f72717d58b39487c903854556fc363be3329b94aa696e9111291a13d714c
MD5 a71d187e6d64e3d3b201e17be8ed2286
BLAKE2b-256 59ce13dd2db69f50af23a08ad479cd2c46835c3712102769b75e357b6e138991

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7422e119a9dd10695dee636707881fa6e1af872df5a4f5f1ae6feec34e3cdab6
MD5 051d0cfaa0481d51e0c8174fe371e582
BLAKE2b-256 ff86533fb8713be50a6ff378fe19e6e5c72bfa6629e69d4dcef38e7368b397f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2146d6ab27f3b5dd02b093d748151897e3c929ec009768f20b7a5f3627de7d9c
MD5 3e6c0185cadd3c3b3a98dd0d90171675
BLAKE2b-256 f0cdf41f568c7c42e075279bc3bb3a8f29918fbc39580c872353527da516e3de

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.15.4-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 226.7 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for pyzstd-0.15.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 39fa99cac5abe0cdb34afda54f54735593646d8c57de1b734d1fe3c9761e0575
MD5 996f1f8f7920ce02f9d2150ab84e1f91
BLAKE2b-256 95627187020c3c1ebf6c45d474a9a3be571c37d76167d4d8150e95dac38a95f7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.15.4-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 198.4 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for pyzstd-0.15.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 0d742edd7340e4b8ba4cbe240e873bbc88c197c0b3838212eb5c4885094f191b
MD5 a7b632f8a3e11970920f138221196331
BLAKE2b-256 cb3305beda7bdab1ac06de068940ca19a9ac07ae0336a1677efc9cbb018feecd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ab21cc20922de335feef32245a9329bc3cb443346dcda243a711aab15bc130cc
MD5 3f56b29f565a4c690b6c0dd2ac7a25bf
BLAKE2b-256 4b09c72c1bf69f08e6c4f16264861517f0709865b88bb10093c4ccd5f5e5ec22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp37-cp37m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 78a5e30f90f499f6961e56263e8f029e228b92550aa4e8a5649ed220f8f19230
MD5 2742e80630e8ee048bfe95bfcceb18ff
BLAKE2b-256 408e86d7a1fd3c35268b33f06aa6055d27377c7e05dd292be65c056189cbb9d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 55a368a2195bf9cabf8f20ea2841c6a7463c21d8345c8c7d50b809635fec262e
MD5 06ebd88201d1ba3cab0d026470e368af
BLAKE2b-256 ba1369828847044599b84837421eb0e7b961798f231d1a5d78922960f81ec1d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 60079134dd0967fc4c81ea50a7deedd99c52bb263a46750326cba9f53b03f93c
MD5 ebd4548f4a2bdddec6c93d68f253f7cf
BLAKE2b-256 03d65e005e52712a5c35dd4697dc3cba49a3c7fdc6ab87f80213d8adf1a502fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c2c6f976e45e63a4f6cbaf20240bb0842ed2ed65703718d54a6fad8642d3c230
MD5 84ad49331fe64477b843e0f686e374af
BLAKE2b-256 4b7edd32348fd851a4729314e184695389cb8020e380bc945af9472f66cf3e65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6f2bbd863e674875882de8dd6f54ba98916cfeb89d9224393e9846c9e9aea1d
MD5 83ba8ac410f56933b3336aa6bc609129
BLAKE2b-256 37f8be80e11dd1dc0c8948cb89c334268a1c2293755fd14973d5353c3db59322

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7da76175bbbec45ecd35e611eaa50e40c0f29a05e86a8cd50b1b20b5a52cd218
MD5 b822727d42d11565f721adea2fefbc04
BLAKE2b-256 91dfaae94b02880b8baae3eb383751442037c754d8383f5aa2f8e3c5f12cfb61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 01e723cafb6e681dccba134524f9f012c5f04078d6cb05e03b2f5d871716e0db
MD5 ed42e7f23772a0a14b049ec6921dcdc1
BLAKE2b-256 1c4d527469feb908b6e00e6fab89242214697aa72410a1e263dcc731308cdd74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d62f3e5ca97150ddd32e83275170bcb7ea462f271df03d39de434e8e02889b09
MD5 c4a0c5e78e5a639216a8d892560dc76d
BLAKE2b-256 a23f40da2f3032da7c81205a2e5326b7110f048b73e8402e77e83cf406180ea6

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.4-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.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b5f921cf4ba10cf2f1dbaaba3b9e7afe876a0962cf43f16455c4e5052c1dc0bd
MD5 fcafed1cde3f598ddc7b7e0d36bf80be
BLAKE2b-256 027187b8a4435b0e3ee6fd9fde96533e16562ca02eae2f86973def373e6b9462

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 23c07257fa5df97ebde0a01a54e7c4ae295dc684908f8b1c4ac2f407b881d91b
MD5 546d45320d7b476a1525b3dcf96e47dc
BLAKE2b-256 5958ae73d9885ec1744c5abad86edc0665a7b232e8e649d69157c8c516aafa2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e3b4ee242e00029c68fc5d8cddc3e01f6cdf7ac466d844a1440ebde4ae1f9e79
MD5 a57ae6a7165f6483eb9cd35fbfd92b8d
BLAKE2b-256 27e51e4ae6a607ae3195ed2aac8537db1099273cff928c9cf7d2365a74415c6a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.15.4-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 226.0 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for pyzstd-0.15.4-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 3b0d384a48592683edf812c1a3d75a0cf5af253b1629596567ce3a2991d6ccbc
MD5 8630120ce750803572fdd76ada22e42a
BLAKE2b-256 e5a6f21ebfadfe8e86d4230263ae8b38e950402f654c98ce223350e7274dc7c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.15.4-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 197.8 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for pyzstd-0.15.4-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 4f4a96bdffa773f8820e065ec840c5d3f252b0611951b73567121757388f171c
MD5 f5bad5a6ba861a8bc5c39faeee40715c
BLAKE2b-256 2bd7e70ece4ac974e08d5ef0eb708b9ff7d1d2bcbef2b661749edb1c37e2cba5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 821555ce9bc7f50130bf52dc7b7d342913e00435c68a5cac564c5f2e57f33cbf
MD5 c5a38a09319704df2dc7959e4ae9b5ff
BLAKE2b-256 f9a7c561a0f61e2221f32ae6aa4803d051d28e04cf25f49dfa6988ef9fd1a538

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 16eb2b2b206489bf8a7b690cf3b06b24352a16ee25717cb38c4381aefb3a94ce
MD5 fb0402da572741792f996a8b3643adcd
BLAKE2b-256 72e5e6ee5cb6d1942abf5444e047f2f2ce91f526d1810e6d43737bc2b4083226

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b4833842d5e6660c1b6cd316f102ffddb95566f12ec1f89c5630d4b511e7e084
MD5 a02c338e6112b37b8c92e4843c4bede1
BLAKE2b-256 ec6600f3d39fa9c13a9de7bd092aee48097533b582fff3c221cb2757d6d1a772

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.4-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.4-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9db032965b8fabf0bac13b75706031444ebfa7214794afe80be41799d8a349fb
MD5 72d0db9193c69d568a900d0ca21de31f
BLAKE2b-256 bcbd8c6e181f190bd4f624c1cb888176761c036dec99b7faff833a06adec95a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d9069da3bb94cac8af3fd2d7b622c7a78a248d3295a478587d880553287d56e6
MD5 e60a0898c800fde3f948db3db1922bca
BLAKE2b-256 2cac39593c25e2887fe4079be228087efe98aadd7af68c906e64dc25eea3a520

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.4-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 df80324759cb74a10818f5ea4dfb0332b6064a31305246f66b043c4f73b37918
MD5 d9ef734cad3d21e934566a0d6641108e
BLAKE2b-256 9f9f16f1a1c9a625eaa5e66313afc1d4acb1c475212458f5924af878717c5cbf

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