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.5 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.6 (Apr 5, 2023)

Update bundled zstd source code from v1.5.4 to v1.5.5.

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

Uploaded Source

Built Distributions

pyzstd-0.15.6-pp39-pypy39_pp73-win_amd64.whl (225.3 kB view details)

Uploaded PyPy Windows x86-64

pyzstd-0.15.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (325.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzstd-0.15.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (305.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzstd-0.15.6-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (313.0 kB view details)

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

pyzstd-0.15.6-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (382.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzstd-0.15.6-pp38-pypy38_pp73-win_amd64.whl (225.3 kB view details)

Uploaded PyPy Windows x86-64

pyzstd-0.15.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (325.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzstd-0.15.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (305.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzstd-0.15.6-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (339.0 kB view details)

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

pyzstd-0.15.6-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (313.0 kB view details)

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

pyzstd-0.15.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (382.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzstd-0.15.6-pp37-pypy37_pp73-win_amd64.whl (225.3 kB view details)

Uploaded PyPy Windows x86-64

pyzstd-0.15.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (328.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzstd-0.15.6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (307.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzstd-0.15.6-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (339.0 kB view details)

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

pyzstd-0.15.6-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (315.9 kB view details)

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

pyzstd-0.15.6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (382.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzstd-0.15.6-cp311-cp311-win_amd64.whl (231.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyzstd-0.15.6-cp311-cp311-win32.whl (202.6 kB view details)

Uploaded CPython 3.11 Windows x86

pyzstd-0.15.6-cp311-cp311-musllinux_1_1_x86_64.whl (398.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pyzstd-0.15.6-cp311-cp311-musllinux_1_1_s390x.whl (389.8 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ s390x

pyzstd-0.15.6-cp311-cp311-musllinux_1_1_ppc64le.whl (419.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ppc64le

pyzstd-0.15.6-cp311-cp311-musllinux_1_1_i686.whl (378.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

pyzstd-0.15.6-cp311-cp311-musllinux_1_1_aarch64.whl (378.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyzstd-0.15.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (390.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyzstd-0.15.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (396.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

pyzstd-0.15.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (445.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

pyzstd-0.15.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (374.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyzstd-0.15.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (393.4 kB view details)

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

pyzstd-0.15.6-cp311-cp311-macosx_11_0_arm64.whl (307.2 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pyzstd-0.15.6-cp311-cp311-macosx_10_9_x86_64.whl (415.5 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyzstd-0.15.6-cp310-cp310-win_amd64.whl (231.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyzstd-0.15.6-cp310-cp310-win32.whl (202.6 kB view details)

Uploaded CPython 3.10 Windows x86

pyzstd-0.15.6-cp310-cp310-musllinux_1_1_x86_64.whl (398.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pyzstd-0.15.6-cp310-cp310-musllinux_1_1_s390x.whl (389.8 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ s390x

pyzstd-0.15.6-cp310-cp310-musllinux_1_1_ppc64le.whl (419.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ppc64le

pyzstd-0.15.6-cp310-cp310-musllinux_1_1_i686.whl (378.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyzstd-0.15.6-cp310-cp310-musllinux_1_1_aarch64.whl (378.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyzstd-0.15.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (390.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyzstd-0.15.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (396.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

pyzstd-0.15.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (445.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

pyzstd-0.15.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (374.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyzstd-0.15.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (391.4 kB view details)

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

pyzstd-0.15.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (393.3 kB view details)

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

pyzstd-0.15.6-cp310-cp310-macosx_11_0_arm64.whl (307.2 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pyzstd-0.15.6-cp310-cp310-macosx_10_9_x86_64.whl (415.5 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyzstd-0.15.6-cp39-cp39-win_amd64.whl (231.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyzstd-0.15.6-cp39-cp39-win32.whl (202.6 kB view details)

Uploaded CPython 3.9 Windows x86

pyzstd-0.15.6-cp39-cp39-musllinux_1_1_x86_64.whl (398.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pyzstd-0.15.6-cp39-cp39-musllinux_1_1_s390x.whl (389.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ s390x

pyzstd-0.15.6-cp39-cp39-musllinux_1_1_ppc64le.whl (419.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ppc64le

pyzstd-0.15.6-cp39-cp39-musllinux_1_1_i686.whl (378.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyzstd-0.15.6-cp39-cp39-musllinux_1_1_aarch64.whl (378.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyzstd-0.15.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (390.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyzstd-0.15.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (396.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

pyzstd-0.15.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (445.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

pyzstd-0.15.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (374.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyzstd-0.15.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (391.4 kB view details)

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

pyzstd-0.15.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (393.3 kB view details)

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

pyzstd-0.15.6-cp39-cp39-macosx_11_0_arm64.whl (307.2 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pyzstd-0.15.6-cp39-cp39-macosx_10_9_x86_64.whl (415.5 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyzstd-0.15.6-cp38-cp38-win_amd64.whl (231.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyzstd-0.15.6-cp38-cp38-win32.whl (202.7 kB view details)

Uploaded CPython 3.8 Windows x86

pyzstd-0.15.6-cp38-cp38-musllinux_1_1_x86_64.whl (398.3 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pyzstd-0.15.6-cp38-cp38-musllinux_1_1_s390x.whl (389.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ s390x

pyzstd-0.15.6-cp38-cp38-musllinux_1_1_ppc64le.whl (419.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ppc64le

pyzstd-0.15.6-cp38-cp38-musllinux_1_1_i686.whl (378.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyzstd-0.15.6-cp38-cp38-musllinux_1_1_aarch64.whl (378.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyzstd-0.15.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (390.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyzstd-0.15.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (396.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

pyzstd-0.15.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (445.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

pyzstd-0.15.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (374.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyzstd-0.15.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (391.4 kB view details)

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

pyzstd-0.15.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (393.3 kB view details)

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

pyzstd-0.15.6-cp38-cp38-macosx_11_0_arm64.whl (307.2 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

pyzstd-0.15.6-cp38-cp38-macosx_10_9_x86_64.whl (415.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyzstd-0.15.6-cp37-cp37m-win_amd64.whl (231.8 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyzstd-0.15.6-cp37-cp37m-win32.whl (202.4 kB view details)

Uploaded CPython 3.7m Windows x86

pyzstd-0.15.6-cp37-cp37m-musllinux_1_1_x86_64.whl (398.3 kB view details)

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

pyzstd-0.15.6-cp37-cp37m-musllinux_1_1_s390x.whl (389.6 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ s390x

pyzstd-0.15.6-cp37-cp37m-musllinux_1_1_ppc64le.whl (419.7 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ppc64le

pyzstd-0.15.6-cp37-cp37m-musllinux_1_1_i686.whl (378.8 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pyzstd-0.15.6-cp37-cp37m-musllinux_1_1_aarch64.whl (378.3 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyzstd-0.15.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (390.5 kB view details)

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

pyzstd-0.15.6-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (396.4 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

pyzstd-0.15.6-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (445.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

pyzstd-0.15.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (374.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyzstd-0.15.6-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (391.4 kB view details)

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

pyzstd-0.15.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (393.7 kB view details)

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

pyzstd-0.15.6-cp37-cp37m-macosx_10_9_x86_64.whl (415.4 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyzstd-0.15.6-cp36-cp36m-win_amd64.whl (231.3 kB view details)

Uploaded CPython 3.6m Windows x86-64

pyzstd-0.15.6-cp36-cp36m-win32.whl (202.0 kB view details)

Uploaded CPython 3.6m Windows x86

pyzstd-0.15.6-cp36-cp36m-musllinux_1_1_x86_64.whl (398.9 kB view details)

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

pyzstd-0.15.6-cp36-cp36m-musllinux_1_1_s390x.whl (389.6 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ s390x

pyzstd-0.15.6-cp36-cp36m-musllinux_1_1_ppc64le.whl (419.7 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ppc64le

pyzstd-0.15.6-cp36-cp36m-musllinux_1_1_i686.whl (379.0 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

pyzstd-0.15.6-cp36-cp36m-musllinux_1_1_aarch64.whl (379.0 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

pyzstd-0.15.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (391.0 kB view details)

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

pyzstd-0.15.6-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl (395.8 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ s390x

pyzstd-0.15.6-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (445.4 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ppc64le

pyzstd-0.15.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (374.1 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

pyzstd-0.15.6-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (391.6 kB view details)

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

pyzstd-0.15.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (394.0 kB view details)

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

pyzstd-0.15.6-cp36-cp36m-macosx_10_9_x86_64.whl (415.9 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyzstd-0.15.6.tar.gz
  • Upload date:
  • Size: 799.7 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.6.tar.gz
Algorithm Hash digest
SHA256 32a1b67d5340d8df381e718a788417455edd76bed7e8a4cbd259acdc30b5e17e
MD5 66635c87f8a0f5e2fd5a035983a55d1a
BLAKE2b-256 2abb2966bfe2021600b3dfcb5762ea5df1cfbb174c3c5328cc3bdc1f40ad828b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d1580a65dfed84925cdc9ac941de7b72eafdc27edc6fad6fd02e2cbf2c403ba1
MD5 485e0a49b3b348fbe2eebb0039357006
BLAKE2b-256 2cc57abe65b3255522a98906c2af164ea7db9ee01666ef56765eb782bc8063bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 59ebec36f3b8e57501c6db0310d1059b161035571a0b54437891a52d58e96268
MD5 6e9d4ffaac73e33d8fd69f2309cbee8c
BLAKE2b-256 980efa05ed29cc08faf395b09783333d2a4b16c0729c71e68f6a7e8d3cf658ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 35d690fa6113e506984c546d37190d1182b24a9fbc972d5de4dfeefcb768ba36
MD5 06fad8a3b2e71342b1b97fa4f2909dd4
BLAKE2b-256 b338e1b39689e274ea9e4a5de49a13c2e59eae1e377147fbd4fbdf8678b03940

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.6-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.6-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 388563dd99db5f79dc370be41702ab13414bc90381555af38e5a6dddab904e39
MD5 e99a45aa3fb463f70b66a36760ca1506
BLAKE2b-256 d202b24186048b9a98c4e61c96d2757ca001a54cd904e78f7a0134b483857efd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 de00167af7af51de31cc5b2e0c798db96525291b69b29efc4c3234d699c33576
MD5 21e92729e9b69886f9f7d7556359acc0
BLAKE2b-256 5efc7ee617ef49e8ad6421064909c77480eded299798be1cbd4c9c2e4eea2973

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 4ca6193b745fc9e15bf24716a4ca8623387936b9f68f7bb333c0f735890fd888
MD5 403d3e04491c0b281345f7bfed986549
BLAKE2b-256 7cf23057358208ba8fa1bf98e2134d699acd5287739ae0b1c945c01d765c02fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a47c3ba07ec3c6f72e2846066630a2fd2ad96744579f0b182811b34987bed6f2
MD5 09e3f5339b469ee4fdf0983595c7398f
BLAKE2b-256 07d8463284247953321d52da278708b9aee7b6a3f9f3aceaa1cf196a989f651c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 98cfa7f1cace5256c8aca5fa4b43df64b4e88791980d18fd768f3de13e31a2f1
MD5 24efd60faac4a1634f320057b286ca19
BLAKE2b-256 17923d4d60fe3fcec237a46cc8b4736c21573d79f3ec7255ba13c0dd6b8e8a5d

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.6-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.6-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d71f6949182af74125e3dc2eaa809a7b296d0299116d1d8f9c27dc27aa128dbd
MD5 1ed8d640c12338adbe259755a50a4d20
BLAKE2b-256 240604386b8f395e4446d28efeb8440b40072fca95c7986358cf77978dab7fc2

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.6-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.6-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 46cdb38b6e5c2bee4390d5512bbb7890fcd6ea15a54537a3cd3746916715ba17
MD5 82b5f3a354cb857f4c711cf63902698f
BLAKE2b-256 abcd7ff70d1105bce9372d43a3db7257844e4f07e727826cbfe8a3e30b06492d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 54f0fabfb5db31b4d8e1a7bff3297a82cb44729a7cbd5f353cd67f70cec4dd88
MD5 e135913a6a24e1a0b5bdf6941f56d666
BLAKE2b-256 cf7cbf9a442b6f9ffe570521e5e2c545a0833dd3d4e4cf46df02d67955ea4c8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 86e2b4387bd7849c6898ac5788e23e3f452bc157bfdc72cdc19c10e78125cb50
MD5 92db02a11dae89070455740466c537b2
BLAKE2b-256 b45a5ca092b2a530a9422e7a66ae6fe4ee0a3db98a9f9e4c214760ece996b285

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 229dbdaa7f6c54407b6e974176c70db2cbd23688175e9b46e992af73e1c7012e
MD5 153cd5eee1807f0300656062a69f1a75
BLAKE2b-256 c73f900e082f10bbda09650bb52fd013794618419b8da262c640aa66a13e0201

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ac9602131b5d0897cfdafe10d850c5fb808b0449d9b6c904c723c68388c7f101
MD5 afb94055b20390bee25f1b9e73187179
BLAKE2b-256 fb9e0d6b6382a8d91786954862f7d3861357cd0751ca9e4e544f587bedc0876e

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.6-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.6-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 74a80e3e21a27b270e3c9ff021f1abefe4f3ab92d2dac06072512fc225b07877
MD5 ecfe12441e019315afbd820b62808e8a
BLAKE2b-256 bcb648277c06d3ca0a10df9c6f95730558215f142f590947a2af2f7235a58e6b

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.6-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.6-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 22c79f0e8d978e53ca894872e115873e872aac7026f4258da6a06838c1d62fa8
MD5 4f38e8cd0e513520ab08d6e48417c339
BLAKE2b-256 7ce8e122eff2b6df469980a143b3da58947bea9f17a1b77d33a8c8803cae7a63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 61a7a36e0c19f8d34148733758e7ae6a5286fb2a04a48b6df44eef55ad09db27
MD5 ba6da916a346da56dc4dfcf00a14ae3b
BLAKE2b-256 b555cc1ee7cf102dd2c689eaf2f1752de125c292a6d0dc10b4e98db1da689ca1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.15.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 231.6 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.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 dd2f48b1b209d2156bd01d96f98096ef9e9bf33df67da57103afbdccac09800a
MD5 9b38a679bd53e47d46b06d5415c72361
BLAKE2b-256 3b23aa46a051c38f472aa7c03a1994d9a1afb7fba355107a7a8f860d2e9a27bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.15.6-cp311-cp311-win32.whl
  • Upload date:
  • Size: 202.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.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 44bc449e3ddef015eb572c8377ebc04712bdd672122ccb5754abc44455d1bda0
MD5 dceab26360459a2fbfd92110d0260d1c
BLAKE2b-256 87eb4293a3b55198645649f5a367d6698bf2b5de935db527f895e404c3761e53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4db7248c3b179cdf79fb9ddbdeed499a137ebd0d0c3004728fb1f17454e77763
MD5 022e70cd332e6da0d64db5fa4e6331f7
BLAKE2b-256 f16f1b031096d3eac1cba9edecba61f79f674bf4afc0d6d08600c89bbe7d9eb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp311-cp311-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 cd7900f827d11fa649b9fb5e2cf3401536295461c059c75f5496ff999ac3c417
MD5 b1a0e5530fc001ba3928be4b60a2898e
BLAKE2b-256 8608d2d6b1234ec4d53c1913da0dfba9d6fce4d1bbdaf441ed08da9592ef3445

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp311-cp311-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 f7496a2fc9e24892416a6f5003776013a9b2620bf235d788699e853194cd96fa
MD5 d1261ac5ba9816d5c33d1294f225a8be
BLAKE2b-256 129a0cc95f73b92a3bfba8b55951f867d69f0eea7ca8a1a0fe8d66d5cc552813

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 408d98887b40608be9feaa5b0547a1480d5af82ef841668b58142c8b741a7114
MD5 06fefead8e031ac7552fd10c110b1795
BLAKE2b-256 073783c3c59b580ebd66f69cd61a141cf39603126b94c6daac79942db35e58b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d88dfadfa5f57903f3222ad319529d64aaa9e33133c5cd4b0269bb6abdb64bbf
MD5 067745c3dd4451fc8f7b45168d3bcb4e
BLAKE2b-256 0f50f2602c42dcf105d7aea052267842ce640cacd8920fad390bbc8754ae45cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e3d65304b9d959ce5ac8406e3a0a837a3615d92e621e63db0a05682c2689f9ba
MD5 11d0941104cc761fe7579fbb57b714f7
BLAKE2b-256 f4f9800413c323277ba84f5d3dfabd758f5ff0d3e36368b394d2862374f35f2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 061c7a9f653a5eb3bba776d817e14bb563933e118d0e154c83a34058dd07b8a4
MD5 2186cde9ff1ac7688eae9b3b2bf6e4dc
BLAKE2b-256 10b21032bcc3e0283233e7f65e683c72e262c31c4392cb5a9f4b14515fd9b67f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1f9b60357a3e34ecf7376f2af425bee1ed7160025180902fc0ebbd8e278a17e5
MD5 0092aef2620251d985705894182e07ed
BLAKE2b-256 3bb4fc92506c77cf4e5f6d62177794d015f0212cc16e006238167f5a5d58251b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7a3e172eb95caded48bb1565d93486e13fb0f3f63bc61b38859e6332714d3366
MD5 9f15280968602749177a5212bb9b7f86
BLAKE2b-256 92525a3e70143dcd4883cf69ea9c0c52524ef14d76211541d737c4d79460c360

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1bf4144fabcd58c4477b1161f619ad4b1e9760bfde89aa35079b39a4737a2d35
MD5 7da1be03fe62f4b553ff4c9edd8af85c
BLAKE2b-256 e9b6cd8c3a40d7b2e260e77e197af23cd1dac5415ef36077cc82ffb3b2571859

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9a20a08f6810f4c4d2e94ec190fb631eadcdfdbcc6e0259fbb604eb717ae4160
MD5 56a2fe2163a422fbb72abca5e89898d2
BLAKE2b-256 fd5667301e631701625419477e712b4c9ff79fc2803ef547df3210e239482e6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f646c6b6120b1a4455fa23ba5b8b0c7eb6f5e5dbb262e85c3c511bd2cceba5f3
MD5 4332b8b0669caa0ba648b53421cefcdb
BLAKE2b-256 645721045f6fe77f887e3c8be9c1d20d37b57db4920b7cbc5e2f09a709c8fd89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.15.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 231.6 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.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8e9911ce37bcc1d95b41449901b3bbe6eb993120f2ed13604dc5943e82539dc7
MD5 13c1ca5aba9eb297300791127390179a
BLAKE2b-256 89faadb5435e4f3a683f2a5a56602f01b60f5d385b5b8582cc79d6d375fd3ac4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.15.6-cp310-cp310-win32.whl
  • Upload date:
  • Size: 202.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.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 9ed90a7a6f113ea251daf8701bd7e19a22af1ae1a2695d386ae7a71ede65d51d
MD5 429ead78c1a482f2adbcbd2dee863bc5
BLAKE2b-256 1fa02b63104f95f0d636734fd74756da2e5b2a998d5e4e4d7bfb9eda0dfe748b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 65ff4cf6f0ffb2f32f9d5e49f6cde305eaf67c3a9abe398b80fb108a1f7ca7ec
MD5 43f6c892621918aa0a071e139754fd9b
BLAKE2b-256 b3b8a49709991a864a64bc66e01b9f5f7e0c2b16d38b3b893bd762a06ee47013

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp310-cp310-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 4eefd13c72243d63e4b81c2199b73e937a8860eb8e9d270d6e210003d6bc7ed7
MD5 c588dc05ee7f8c7c12152de816c56a7e
BLAKE2b-256 09d3879168434407fc25625c5eda23c7153cbcde8899de9585a3c8a11a3a5d3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 49869a1780d4a78a86cd5580df17de88c503f8159f944c354bff247cda659ad1
MD5 18af0fe20162813cb83c9fd9a37f747e
BLAKE2b-256 dba33539b0914e239f4719d27937680ca9eb92b2c216a1e0c9a546eae4d44f9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2caa249172491f535ecc220f37d9f921b83cfb7a61ea8c4a15694c4b10a51b45
MD5 760895b2b301e60cb7a444104e2f6025
BLAKE2b-256 d84918cdee4d0633db809b3b4e170816379344627a7888481f9c2124af2eb401

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 25bd3025e97d0f645bb2f211aca505915f4a6ea78fbcbf376231bd3163bdb911
MD5 e4935fd9ac95237f85bfdf94138b2c6b
BLAKE2b-256 16e64558d707d19ca52fba1c5e32655586206f3c421eab7b8a4ad58d2297e143

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 81c82d7fc925c22b6bcf22bbdf28d61b12848d29fac69eed045fc0b3cdfaaf30
MD5 f5f0eef0fe85a5a99df6063d12db370c
BLAKE2b-256 d45795a711cca36344fefae0b2f0c3d7409863fa1f181eda15459a8e29eec046

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 934735c1b59bd0dece877bd3aefc8a09b997d26bc1e778911e26fa204578dc93
MD5 09a4a3a14d6b4c7d46d1233473811703
BLAKE2b-256 17f6b1ef36635f18cf66f8e768d57391c36f79c0937d1ab9a7932810e9d601d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 be92561b26d009a4e505e40ebd9104687e41bf847027836be3d1bee7b8bbe12f
MD5 67d099da31f6f2e2e9117d52c21e60ab
BLAKE2b-256 1ba1470a42759995c9a051eb58779b1a80b9a5966b13f11e995e429d15464bd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3bffef33e39e396a9ea705cc14ecc23db286d74427bf10984cc630e401fb32b1
MD5 99c45da283145163aad38d7f9f56cc7f
BLAKE2b-256 993b9a4d92aea77cab125c20157ea7a5c7a00b145c64207568c48462e06f8d5f

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.6-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.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c81d7cf1e872474ac49a3ff9a0a6456440c0dfc5f32fc45286b201b8cf8f3829
MD5 eaaec066ac3238b5183c68353f51b3c5
BLAKE2b-256 e638e8fabd7a39082915ea23d94ed96442a06876aa7ca5c92c0f91cd5d3bdb40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1dbce07991e3f188bacffe7ec03d3cc2dcb280857de6e80a3141c0b794434c11
MD5 496fad01f66fb7668f9911e367b474f6
BLAKE2b-256 085c14bee7bb7552f0a55425153492a7b51f0de3fa197933b5ee7c9219ed9705

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9913023dd0adde5bd480b803efba11e8f6cb179ba8a361b74a4f8fbe9dfe24bf
MD5 f24c1725873f98170a593e79eec62c78
BLAKE2b-256 2846e7057e0f146f0035785d604e3cc37e09fea3467f74b15766a5e46eaa37f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 eece0a403120b5db50ea8744275a00f9cce497702dfb101eb2cb04582a81a6dc
MD5 fcc253b76b53d351b10938e3e94c75bb
BLAKE2b-256 a009276a5603910c0f5ebdca10f7af213bbd3898ebcec713c39f254c9714d52c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.15.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 231.6 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.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f83939ae9d4c560fce3b27b7122cc5dc2ba597b649d36d24d81cb560355e2490
MD5 c96df6fb4c8aaa2910246b7f370b2440
BLAKE2b-256 2a4bf660220a7ad3e0b57f1d3b7ec5530fe7d401e15f14b7ff10f527b59cd390

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.15.6-cp39-cp39-win32.whl
  • Upload date:
  • Size: 202.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.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 3d34d263cfa14c8e6e8c711f2707bce534a6c77260015e5f379e753c5ea375df
MD5 9964dfbd21641ae8d9eef44cc5d30149
BLAKE2b-256 af2de0be0865a76c1334127a5784f79953a5ec836b3360a63a60d29a59a34d6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6f56459ce65c31ed4817ee13723d08e45a8b4793dc59cc4ff49772d1dcfa19e5
MD5 60176ba764db3c2c77960ed4831c6c5a
BLAKE2b-256 a1d9a8ab98425a99d1b12089451ab0f82efc8ef4cfee6d69d36a4beda797a014

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp39-cp39-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 576a6d6c75c3afc4a40eea23826b475f63df3a93ade94fd40aa9ad7e9574bb26
MD5 013886ec266f42e7692f968bf66610ea
BLAKE2b-256 7d21e418bac3227674ad344305142ca091faed43a91b4b106b5c674c5b649376

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 d26932cabaecd0d54ac0e793f464f42dc4f59cfacf1fa7f2b1726f87a4e958be
MD5 816ce1b261795d61d35fac7a05b932ba
BLAKE2b-256 b7e166981d66587dc1f62a11b77ccb323d5ca1772c89169284ff8c0f336ba124

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4ebe360d014e588adc98f22c8f2ab891b8f4611b3030062fa2b6501fdc47b6fc
MD5 4f4b480d476e78cd39493a60be3dcefd
BLAKE2b-256 ee474e96f7039f5ffb2f1e271be92f6cfa2d421c7e91ce3eddcc53714c493f7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c8d636e52ce414f582a376e245f81cad45f3b210589a0d63df373c86c6781b2b
MD5 2ac62a39a717a438995ceec9d1f9ec25
BLAKE2b-256 06d8d99a4fb9e0c5af28b164de7d9b3857b9e6eb24ed557bdbd258b3d3e6d100

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7e2beea67072d1aec5b5b1a0372736ddb268a65dedf3ab327c8bb0b1bb482a8e
MD5 98646e823b6fb2a7031a7b4a5d14f979
BLAKE2b-256 46663e6e75face2ddb61175ab282dde62688774e3dc8f53593320df8a057584f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 baa60b607acb3ac73c43976247dcf68ea614d78ecc50a71aa67f1d56ade0cf2a
MD5 48574350b8bba8f1858254c3eff42b36
BLAKE2b-256 b03498c5eb5de1fa250e26ac283f5abdc3966c92e1281e593b4981ad12a76416

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c3cc11c4f42aca08cb2de5353e70345eb12c00cafcb4bb2adde95e1a06afe524
MD5 e357203146bbc014bd868751e608e4de
BLAKE2b-256 c55acc20d7e2ea15a93d193d632483168afcc55120ceccef1af5a1c03d5d8141

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 12cff189a3aafddf8e3825e9676a545d8bf29e8de4aaa3bc903fd2ccdbbc26f3
MD5 4d753424a50506e3f99180288887d40e
BLAKE2b-256 263725a58a2b159411985bf1e6e4af4aee41f90bba4128c41c766e640dd7501f

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.6-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.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5058b50ca268a5baafcadeac4ad9b24993a35b0e4c7636075a74c69c356635c4
MD5 8eaee3e807da837ea479a87544f2399c
BLAKE2b-256 425c6f89a88f54cc316218e23cf46cda759a1fdc9e0a4f5c2a1922404532cce3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 93ee8738431cc0319c8ec770e2415606032eb99dcfe79a48a421b138fa676518
MD5 fa1fd65b35c56cfc87ed9e830bc819fd
BLAKE2b-256 89b039be5ce25e9fbd08b27cf05759ec7dd1014dd8e50a94026252979393698e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d0ede594db3fc377f623fa6a5031bc6b8dca3026df06838a78f92074dd46dd14
MD5 549963aa2fb13787a5b175f08395e427
BLAKE2b-256 91305cdb1c6af23485d0aebc383bc0f602e55dbd70d26ebb8057cb3956fef805

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d3793d414c3fe92778b23c860a9495e25c5450f6fb2f29acc0b2aa330f9e2e17
MD5 046bdf96af859cfff0c6276393e2a294
BLAKE2b-256 ce67751174b6f52f7eb2b35e230c2d3e9c6e1c8b05c66e72897a2d639f976570

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.15.6-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 231.6 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.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c1de2b822c452dd2e803bf2fa608caa20a8794c1c18eb008012d722e3ce5d52c
MD5 962888e7d6eceb0b5ba8bfd4780130be
BLAKE2b-256 e90130592bcf5fbcdd1d5d01f0bdaa6377be5cd0d7e033f518b967b042b3a60b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.15.6-cp38-cp38-win32.whl
  • Upload date:
  • Size: 202.7 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.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 78057e5fdfdcc1ecfb97144df9b58a9989d3b67650dc01f0b79dd798afb1c197
MD5 8cace0199a47ace394eba94fb28778bc
BLAKE2b-256 f9d431e50e0102e42bd34c704b4e40e505de23a4a0398bf34bc56c8dfca2d4f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c0ec20c3cd345b05f5b5db1a3fa1994593ef7277cfe4dcf7c0581d76e62ecdb0
MD5 3ecc17cefc527fcf41f2fc3f6ae11fd0
BLAKE2b-256 260ffc719e0956ae6ed19faf78f698d8db3b345695bef07f385861f3f4b71145

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp38-cp38-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 4a16066313affecc6113f0b0053461809c65a472e7f1d88b74f68f97f8d461e3
MD5 4092d88a1c9b9ca2abf2a42ab95d6459
BLAKE2b-256 2d6753b0cf48fb4d736cc405a925a0d4e1c1b3bf30806f7e24b9f838e114005b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 cff62a2d68ccd53e6d74471c6d0b44a37ef73844137aba3fb898bc16a68d255c
MD5 7c18b90060bdcf2036377f6fa64f5353
BLAKE2b-256 18dc56f69b9579642cb8c3e9d42ed56f6bbc578ca064c61518be412e250bb361

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 033e1235438ebb9e02f33f6e9632e1cf74df340a2412704b93409ced861d265a
MD5 2299b5155bb3491768d08a53f501b4f7
BLAKE2b-256 d91b0d83ec7e0e213bd40b16658e2ffaee00f27fa22587c438d6a3960b251ce3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4e421146153343d80586618202d9bbd4bab47274b54084319a7bc56afc0161f0
MD5 52fbf1a6dfa65494698196426e779614
BLAKE2b-256 a090d7ef8279b305bf2531348a33739b53482e8b61a872bfa708ba09ae11a189

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e2a6378ca49c7bc94ee6d9b29f7a169125741cb8b653585d8882acf8409d50df
MD5 c2b47f3bc9f41c5481c4285f9ee1d76e
BLAKE2b-256 2de7d36d065d1c3cd6b685da99712c28f88475e2e82ed72b285f9b7dd5b8a400

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f355fdea18c32450d3b352b9c6e449c3ba21535e4c6889792d75b1483c850adc
MD5 abcde26e73bb52b0b52e27bc27c2aa69
BLAKE2b-256 65693bb2dcf3cf7cfa2371142f692c27d2f3b53d856d4d91216650408d39072e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7b829cc81d3b6e43f923cd9479ac35a97893c9c2c5ba1be5bd12bd0211ef0e30
MD5 83af10c29924c5d6f48076d433d99f68
BLAKE2b-256 8655d1264f799ce189b9b09115fcb9203a797d27d955db98e94894d72f06f38e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9b6b39ab621c84f6b2f66bc1c3fe743b3511c7c0067b11bd6c65fa05b0be08d0
MD5 5311621b5c0c772b0fba07ccd3691cb6
BLAKE2b-256 59f2317e728b4daf3f8e28f32d90a8bf760ba8d55a0021afdaf8759132015485

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.6-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.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 de434e906b399b43f552a794879b6108a636b47d816775c094990ea816f0247d
MD5 a33624ba507543ae1442f98e88b35e64
BLAKE2b-256 eb431b8b0f77b2f613a904d0696e8d5604fd746fd7f8ed67f244258a7414179c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a2bddc90a19178e4e9491bf819dce73fe3567cf72815f1abe47e6c297e121520
MD5 febbda394a6654edee169b142627a420
BLAKE2b-256 67b5a1640fb65013f8e123d83e6b8694cbe971d1d39ee26c61e9bfdfe91ed788

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c713006bd866721b4d4c4b741e1cdbe896465334dbbc1462e5645067e59242b0
MD5 5dbfe46894f7e7b5052dd5f970fa484f
BLAKE2b-256 b64b30d538ae3ff6494d8d123773c1677cde86c3f8019e5ed7744feff4d596b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d8fdcdc335a8ef022a92ea8f68072d8920305bb87184af2be2621dc38151d6a3
MD5 0e2aa727094da8327048563abee5dc34
BLAKE2b-256 88e4b549cffad36ccd2cae62660e1376df3d2a519fbe0b5e40554f51aace5b6a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.15.6-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 231.8 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.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 d4a557bf018c7e3712261dea0ac86387479fa6a099e5777f58dca3ed65189b0d
MD5 8f57f2eebc66bc35547c80d1107d3ed2
BLAKE2b-256 5e92d71081be86925410a268b0c84d747b90fb7952a51543973346867eca0ab5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.15.6-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 202.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.6-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 b08a93c5c1a42e8a9ab2cd6ffa635ccf7134d87992c9da67ada5488c86bda07a
MD5 89958cc3356081eae440c2b86c5c5f53
BLAKE2b-256 3cfb2d97ef16caf956785ac833e5c875185e62c4c8542b488944e55f8ccbc772

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ed2efc34162c837782c2a36bff81ddf3bd15adaf2561681049aa50a3550af52c
MD5 4ef4498b4f4364223f75b750360ce9a7
BLAKE2b-256 85623dd2f67141e9393c5a73a97fb3fbe6351bf1462758b8a097cb7978ba6c3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp37-cp37m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 e91ddc8503d5979f269fbf86702ba1a62c44ab1ce510608bc2a510562a9235d9
MD5 074af09ec674eb3d0f84c7c070e16d8b
BLAKE2b-256 85d4497ba0aaa7558b775a6c5523bf84cf32643874eb5d2b7f3cb9ad583c60ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 b478b5c5db1f34f44c0cf1a4258fbf11ffc16b30474784a84c7c97ccf35ebe81
MD5 f4147b540ccefa104a71f28a3a26ebf3
BLAKE2b-256 a27079500c2dcf9e514e3676a1465ea2405fb05cf2438f8a5459941406de888f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 509413892de1b8008104897c98ff1e8ff258b29de16e39a3e9fc153de06579c6
MD5 243e9284d8303396de21efe6df9e7449
BLAKE2b-256 7db891ca441a738c8c0a98973c6c16926150256105d688f32fa70c5ec9337026

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7bf21dd201e6b46ec01b6d189c083d68c2df71d537b444286ebaa772de52f6ed
MD5 f274b178c20c68ab264f148a3333c871
BLAKE2b-256 ee42fe3bc88b925024dd9b12d91906307bc3a1ac0498e3942fa2c5dddc5cd695

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6d08f6d079f6c669217d8a18e9133e2f9c7bf904fbf5aed6de48bdd12e4819e5
MD5 dd94d4b0ae93f144cc37dd2528f987bf
BLAKE2b-256 a742a815c8655ca61e2e550df22a9b82ec516ec248736aed190bc715d90e8c28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d82df1c6c4c180e7d40bb42fd81b8573790e6d352c09e3f5f3ca4e5b89921436
MD5 29c7078fd6058734d63d6860dbb34bdc
BLAKE2b-256 7035d4a78a44b504ce1d6f6a8b3d72fa863a54d65efbfad28167d5ad1431cf82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 61949834ceaa5dd90e9154d429f501d75b3bf832c2eb08613ce708b243b6f26f
MD5 c51686166d61d9f5e0196bd25fc3676a
BLAKE2b-256 ab827be859fbf8632f6c79baba24505fe9bdf7242754dc7b7a3536a5f394ad17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bf10839517db6c21b5c93d80b000b60896ca07a07a6519a3ec4b48c7a5557f8a
MD5 ff8046f4cc5bfbc3dd76a13b8d073c76
BLAKE2b-256 c1d622dacb12ab3470a0f8853310f10229dda7d2fbb254155343e26848ca7b75

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.6-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.6-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 035f2d2c3ef28012e31a719337d5bb2bae20e9fcda0bf291cc933342bbaf97c9
MD5 d7ae61ef1d6c01b187aa2fdd8f441479
BLAKE2b-256 f4cbb8ffa991f366fca0a729cba15b1413448ba2c8b88c6d55a8e3457538fdc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3379c1c2ee05957221571fe3508cd390319c1acf66e31f9067bc4ac7dd256175
MD5 37d1af403159e00d45d2de4cdecf4685
BLAKE2b-256 e1a0781dc61a49e4eab6ae28d32d738dfe99ad035396205648eda4b1348815ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 417001d1587ad87ca03430e4b9e46c3a4fc34a43af4fca62d47eca2a8e3b2318
MD5 8b923b09598991c4402fdda10be69de0
BLAKE2b-256 747db645f448057c14e42e5251ac8640fbb5a7a42c7b274220fe9e6f8c5142a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.15.6-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 231.3 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.6-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 feae3801216957dbfd4f5baf2d433dc014499405722974f5180189083df609cc
MD5 50df62817034cca6a9253b58c0b4a029
BLAKE2b-256 399f0732831b47f2def886a5c04b2aa6bc29cec4b75572905698263f7d972e66

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.15.6-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 202.0 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.6-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 8ba3eaf9a449f3f5ca555739b30aa9f7aaf93139f5d4fa332ac604c8c263ade7
MD5 4ba3a2d74bd7a80050afa9eb695448ee
BLAKE2b-256 a33d107a3540725c6ee4b97f87e72f0db4ba656ec7d1eec57ffd63546f9df401

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 69d6a9c83e65a6cc2c6f87f031fd75c92459c0afbf4eb440b4f35569e9c58a7a
MD5 6fc21f143739c7c478805c93d9d31cc5
BLAKE2b-256 ca42bae4ef7aba4eb252168518e7cec48cff2c3b3f5f8e05dd7055ef89576e24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp36-cp36m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 fb471fa96772d311057a1eb97165887f127387c71d7f904bcff59df468043779
MD5 8f1b05e6b63e1500fc963ad9f1bfa3cd
BLAKE2b-256 6d5f3594ad4f7d3caf1616bbb510a1c3c511db2fef55ac212803bae8e7af5e89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp36-cp36m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 301bf12e70a69ce66ca5517b48cd61cb010cead67a86e8967f40b28b21710b58
MD5 4921e753423b31f23d02e1f12c4795ec
BLAKE2b-256 9769abfa66c05673b35b6f160f12d6d196e291ae20f7b522d8eb1a11ba9ccd5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e64d58de7b21f2a121505a2e37c6dabb8b21329e5e63350a77411996c03eba05
MD5 9ed8b9d4406af9b3566dd1db8401688a
BLAKE2b-256 c140e3924cb7c11d6e26d7cc31a6f7fcf79b1b5507985e4e78c4e086351a2687

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 220c55a25be08ebf066e5bf9df44e559145a6a2ff45de2b7d7011b0193d281fa
MD5 ba65bf15a2f67f2fcd904d3467d62982
BLAKE2b-256 0af687c8137d3939974b084f40a4d0f3bab1c1261309fe4ef588b9bf68679519

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e54688a0b26d4d383b61b3a66677c477055048db01815daa61a868eaca129c51
MD5 89fd7235dc5f15741ac7755cff21bc56
BLAKE2b-256 52e1caf4a9639c3c6d0589faf78cc888a176b7f9f24dcd30c44f466ba63a9961

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d611d20513732dfaa2d01d31d4332d1243d6d60cd0b55191b356013cadb5b5cd
MD5 e271360138484e001cdafd85d7a86e12
BLAKE2b-256 ffb6092a288557fa5abf8e1b965572e6fe245433b1ce8b21b86e2df11c0662cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 eac42b4635b9a69d02c07e6472ec418e12765e80e648441b9e1ad5f66db49c8a
MD5 09064ede086c01cff1d562480d9adcdb
BLAKE2b-256 0569e036b40538492aae1c3a3faf47ed358e3ee6ba54205598bfccc5564b1c66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7c859ca552f41245e6cbcf35e1ab4425ed72d1215569192e70ac4d391640c034
MD5 a660723a9b316ae805b7362395706247
BLAKE2b-256 5337e46232b9ed06d903040b301e5f4e779c1978fbac821cc50f751d179a411a

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.6-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.6-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9740bb14e9f6b26a66f9de28882424689436a2686674078d3272fdba61ca18f8
MD5 b29356e4f825fd9c3d1153df72b9d7b6
BLAKE2b-256 ce23ee5958a56320dd54f8c3173818cf0361b2fe828ce9a6588f9ee1c2c3826b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 32d4dc68afdb63a897f994899b897b1df159f60104146a99cecd230b890ef890
MD5 18d7c8e3641670f5999e17294a1e2a04
BLAKE2b-256 b02b9ac375cd0c73c2aa8b22278b14a7da0f9ac544f708e1e2e128f738c0c978

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.6-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a195b0aa444acfaf9e2cb8c6b7df0a47d81a64b7390a7f4d677e2f83d62de156
MD5 708da7ba8d983b4259847543a66f6429
BLAKE2b-256 0bd86df9223b74e277675c0d5436a8f45f92dc5d5fb3c4b36cfb49980ae67cc1

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