Skip to main content

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.

Release files for pyzstd 0.15.6

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pyzstd 0.15.6
File Size Uploaded
pyzstd-0.15.6.tar.gz 799.7 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for pyzstd 0.15.6
File
pyzstd-0.15.6-pp39-pypy39_pp73-win_amd64.whl PyPy 3.9 PyPy 3.9 7.3 Windows x86-64 Details
pyzstd-0.15.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.9 PyPy 3.9 7.3 Linux glibc 2.17+ x86-64 Details
pyzstd-0.15.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl PyPy 3.9 PyPy 3.9 7.3 Linux glibc 2.17+ ARM64 Details
pyzstd-0.15.6-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl PyPy 3.9 PyPy 3.9 7.3 Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
pyzstd-0.15.6-pp39-pypy39_pp73-macosx_10_9_x86_64.whl PyPy 3.9 PyPy 3.9 7.3 macOS 10.9+ x86-64 Details
pyzstd-0.15.6-pp38-pypy38_pp73-win_amd64.whl PyPy 3.8 PyPy 3.8 7.3 Windows x86-64 Details
pyzstd-0.15.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.8 PyPy 3.8 7.3 Linux glibc 2.17+ x86-64 Details
pyzstd-0.15.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl PyPy 3.8 PyPy 3.8 7.3 Linux glibc 2.17+ ARM64 Details
pyzstd-0.15.6-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl PyPy 3.8 PyPy 3.8 7.3 Linux glibc 2.12+ x86-64, Linux glibc 2.5+ x86-64 Details
pyzstd-0.15.6-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl PyPy 3.8 PyPy 3.8 7.3 Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
pyzstd-0.15.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl PyPy 3.8 PyPy 3.8 7.3 macOS 10.9+ x86-64 Details
pyzstd-0.15.6-pp37-pypy37_pp73-win_amd64.whl PyPy 3.7 PyPy 3.7 7.3 Windows x86-64 Details
pyzstd-0.15.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.7 PyPy 3.7 7.3 Linux glibc 2.17+ x86-64 Details
pyzstd-0.15.6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl PyPy 3.7 PyPy 3.7 7.3 Linux glibc 2.17+ ARM64 Details
pyzstd-0.15.6-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl PyPy 3.7 PyPy 3.7 7.3 Linux glibc 2.12+ x86-64, Linux glibc 2.5+ x86-64 Details
pyzstd-0.15.6-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl PyPy 3.7 PyPy 3.7 7.3 Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
pyzstd-0.15.6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl PyPy 3.7 PyPy 3.7 7.3 macOS 10.9+ x86-64 Details
pyzstd-0.15.6-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
pyzstd-0.15.6-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
pyzstd-0.15.6-cp311-cp311-musllinux_1_1_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ x86-64 Details
pyzstd-0.15.6-cp311-cp311-musllinux_1_1_s390x.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ IBM System/390x Details
pyzstd-0.15.6-cp311-cp311-musllinux_1_1_ppc64le.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ PowerPC 64-le Details
pyzstd-0.15.6-cp311-cp311-musllinux_1_1_i686.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ x86-32 Details
pyzstd-0.15.6-cp311-cp311-musllinux_1_1_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ ARM64 Details
pyzstd-0.15.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
pyzstd-0.15.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ IBM System/390x Details
pyzstd-0.15.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ PowerPC 64-le Details
pyzstd-0.15.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
pyzstd-0.15.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.11 CPython 3.11 Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
pyzstd-0.15.6-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
pyzstd-0.15.6-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
pyzstd-0.15.6-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
pyzstd-0.15.6-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
pyzstd-0.15.6-cp310-cp310-musllinux_1_1_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ x86-64 Details
pyzstd-0.15.6-cp310-cp310-musllinux_1_1_s390x.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ IBM System/390x Details
pyzstd-0.15.6-cp310-cp310-musllinux_1_1_ppc64le.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ PowerPC 64-le Details
pyzstd-0.15.6-cp310-cp310-musllinux_1_1_i686.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ x86-32 Details
pyzstd-0.15.6-cp310-cp310-musllinux_1_1_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ ARM64 Details
pyzstd-0.15.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
pyzstd-0.15.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ IBM System/390x Details
pyzstd-0.15.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ PowerPC 64-le Details
pyzstd-0.15.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
pyzstd-0.15.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.12+ x86-64, Linux glibc 2.5+ x86-64 Details
pyzstd-0.15.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
pyzstd-0.15.6-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
pyzstd-0.15.6-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
pyzstd-0.15.6-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
pyzstd-0.15.6-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
pyzstd-0.15.6-cp39-cp39-musllinux_1_1_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ x86-64 Details
pyzstd-0.15.6-cp39-cp39-musllinux_1_1_s390x.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ IBM System/390x Details
pyzstd-0.15.6-cp39-cp39-musllinux_1_1_ppc64le.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ PowerPC 64-le Details
pyzstd-0.15.6-cp39-cp39-musllinux_1_1_i686.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ x86-32 Details
pyzstd-0.15.6-cp39-cp39-musllinux_1_1_aarch64.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ ARM64 Details
pyzstd-0.15.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
pyzstd-0.15.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ IBM System/390x Details
pyzstd-0.15.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ PowerPC 64-le Details
pyzstd-0.15.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
pyzstd-0.15.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.5+ x86-64, Linux glibc 2.12+ x86-64 Details
pyzstd-0.15.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
pyzstd-0.15.6-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
pyzstd-0.15.6-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
pyzstd-0.15.6-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
pyzstd-0.15.6-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
pyzstd-0.15.6-cp38-cp38-musllinux_1_1_x86_64.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ x86-64 Details
pyzstd-0.15.6-cp38-cp38-musllinux_1_1_s390x.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ IBM System/390x Details
pyzstd-0.15.6-cp38-cp38-musllinux_1_1_ppc64le.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ PowerPC 64-le Details
pyzstd-0.15.6-cp38-cp38-musllinux_1_1_i686.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ x86-32 Details
pyzstd-0.15.6-cp38-cp38-musllinux_1_1_aarch64.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ ARM64 Details
pyzstd-0.15.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
pyzstd-0.15.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ IBM System/390x Details
pyzstd-0.15.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ PowerPC 64-le Details
pyzstd-0.15.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
pyzstd-0.15.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.12+ x86-64, Linux glibc 2.5+ x86-64 Details
pyzstd-0.15.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
pyzstd-0.15.6-cp38-cp38-macosx_11_0_arm64.whl CPython 3.8 CPython 3.8 macOS 11.0+ ARM64 Details
pyzstd-0.15.6-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
pyzstd-0.15.6-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
pyzstd-0.15.6-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
pyzstd-0.15.6-cp37-cp37m-musllinux_1_1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-64 Details
pyzstd-0.15.6-cp37-cp37m-musllinux_1_1_s390x.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ IBM System/390x Details
pyzstd-0.15.6-cp37-cp37m-musllinux_1_1_ppc64le.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ PowerPC 64-le Details
pyzstd-0.15.6-cp37-cp37m-musllinux_1_1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-32 Details
pyzstd-0.15.6-cp37-cp37m-musllinux_1_1_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ ARM64 Details
pyzstd-0.15.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64 Details
pyzstd-0.15.6-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ IBM System/390x Details
pyzstd-0.15.6-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ PowerPC 64-le Details
pyzstd-0.15.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64 Details
pyzstd-0.15.6-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64, Linux glibc 2.12+ x86-64 Details
pyzstd-0.15.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
pyzstd-0.15.6-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
pyzstd-0.15.6-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
pyzstd-0.15.6-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
pyzstd-0.15.6-cp36-cp36m-musllinux_1_1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-64 Details
pyzstd-0.15.6-cp36-cp36m-musllinux_1_1_s390x.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ IBM System/390x Details
pyzstd-0.15.6-cp36-cp36m-musllinux_1_1_ppc64le.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ PowerPC 64-le Details
pyzstd-0.15.6-cp36-cp36m-musllinux_1_1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-32 Details
pyzstd-0.15.6-cp36-cp36m-musllinux_1_1_aarch64.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ ARM64 Details
pyzstd-0.15.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64 Details
pyzstd-0.15.6-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ IBM System/390x Details
pyzstd-0.15.6-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ PowerPC 64-le Details
pyzstd-0.15.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64 Details
pyzstd-0.15.6-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-64, Linux glibc 2.5+ x86-64 Details
pyzstd-0.15.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
pyzstd-0.15.6-cp36-cp36m-macosx_10_9_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 Details

Total release size: 38.2 MB

Release files / pyzstd-0.15.6.tar.gz

Download URL pyzstd-0.15.6.tar.gz
Size 799.7 kB
Tags Source
SHA-256 checksum
How to use checksums
32a1b67d5340d8df381e718a788417455edd76bed7e8a4cbd259acdc30b5e17e
BLAKE2b-256 checksum
How to use checksums
2abb2966bfe2021600b3dfcb5762ea5df1cfbb174c3c5328cc3bdc1f40ad828b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-pp39-pypy39_pp73-win_amd64.whl

Download URL pyzstd-0.15.6-pp39-pypy39_pp73-win_amd64.whl
Size 225.3 kB
Tags PyPy 3.9 PyPy 3.9 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
d1580a65dfed84925cdc9ac941de7b72eafdc27edc6fad6fd02e2cbf2c403ba1
BLAKE2b-256 checksum
How to use checksums
2cc57abe65b3255522a98906c2af164ea7db9ee01666ef56765eb782bc8063bf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyzstd-0.15.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 325.5 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
59ebec36f3b8e57501c6db0310d1059b161035571a0b54437891a52d58e96268
BLAKE2b-256 checksum
How to use checksums
980efa05ed29cc08faf395b09783333d2a4b16c0729c71e68f6a7e8d3cf658ac
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzstd-0.15.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 305.4 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
35d690fa6113e506984c546d37190d1182b24a9fbc972d5de4dfeefcb768ba36
BLAKE2b-256 checksum
How to use checksums
b338e1b39689e274ea9e4a5de49a13c2e59eae1e377147fbd4fbdf8678b03940
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyzstd-0.15.6-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 313.0 kB
Tags Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
388563dd99db5f79dc370be41702ab13414bc90381555af38e5a6dddab904e39
BLAKE2b-256 checksum
How to use checksums
d202b24186048b9a98c4e61c96d2757ca001a54cd904e78f7a0134b483857efd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-pp39-pypy39_pp73-macosx_10_9_x86_64.whl

Download URL pyzstd-0.15.6-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Size 382.9 kB
Tags PyPy 3.9 PyPy 3.9 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
de00167af7af51de31cc5b2e0c798db96525291b69b29efc4c3234d699c33576
BLAKE2b-256 checksum
How to use checksums
5efc7ee617ef49e8ad6421064909c77480eded299798be1cbd4c9c2e4eea2973
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-pp38-pypy38_pp73-win_amd64.whl

Download URL pyzstd-0.15.6-pp38-pypy38_pp73-win_amd64.whl
Size 225.3 kB
Tags PyPy 3.8 PyPy 3.8 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
4ca6193b745fc9e15bf24716a4ca8623387936b9f68f7bb333c0f735890fd888
BLAKE2b-256 checksum
How to use checksums
7cf23057358208ba8fa1bf98e2134d699acd5287739ae0b1c945c01d765c02fb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyzstd-0.15.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 325.5 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.8 PyPy 3.8 7.3
SHA-256 checksum
How to use checksums
a47c3ba07ec3c6f72e2846066630a2fd2ad96744579f0b182811b34987bed6f2
BLAKE2b-256 checksum
How to use checksums
07d8463284247953321d52da278708b9aee7b6a3f9f3aceaa1cf196a989f651c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzstd-0.15.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 305.4 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.8 PyPy 3.8 7.3
SHA-256 checksum
How to use checksums
98cfa7f1cace5256c8aca5fa4b43df64b4e88791980d18fd768f3de13e31a2f1
BLAKE2b-256 checksum
How to use checksums
17923d4d60fe3fcec237a46cc8b4736c21573d79f3ec7255ba13c0dd6b8e8a5d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL pyzstd-0.15.6-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 339.0 kB
Tags Linux glibc 2.12+ x86-64 Linux glibc 2.5+ x86-64 PyPy 3.8 PyPy 3.8 7.3
SHA-256 checksum
How to use checksums
d71f6949182af74125e3dc2eaa809a7b296d0299116d1d8f9c27dc27aa128dbd
BLAKE2b-256 checksum
How to use checksums
240604386b8f395e4446d28efeb8440b40072fca95c7986358cf77978dab7fc2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyzstd-0.15.6-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 313.0 kB
Tags Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 PyPy 3.8 PyPy 3.8 7.3
SHA-256 checksum
How to use checksums
46cdb38b6e5c2bee4390d5512bbb7890fcd6ea15a54537a3cd3746916715ba17
BLAKE2b-256 checksum
How to use checksums
abcd7ff70d1105bce9372d43a3db7257844e4f07e727826cbfe8a3e30b06492d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl

Download URL pyzstd-0.15.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Size 382.9 kB
Tags PyPy 3.8 PyPy 3.8 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
54f0fabfb5db31b4d8e1a7bff3297a82cb44729a7cbd5f353cd67f70cec4dd88
BLAKE2b-256 checksum
How to use checksums
cf7cbf9a442b6f9ffe570521e5e2c545a0833dd3d4e4cf46df02d67955ea4c8a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-pp37-pypy37_pp73-win_amd64.whl

Download URL pyzstd-0.15.6-pp37-pypy37_pp73-win_amd64.whl
Size 225.3 kB
Tags PyPy 3.7 PyPy 3.7 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
86e2b4387bd7849c6898ac5788e23e3f452bc157bfdc72cdc19c10e78125cb50
BLAKE2b-256 checksum
How to use checksums
b45a5ca092b2a530a9422e7a66ae6fe4ee0a3db98a9f9e4c214760ece996b285
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyzstd-0.15.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 328.6 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
229dbdaa7f6c54407b6e974176c70db2cbd23688175e9b46e992af73e1c7012e
BLAKE2b-256 checksum
How to use checksums
c73f900e082f10bbda09650bb52fd013794618419b8da262c640aa66a13e0201
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzstd-0.15.6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 307.3 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
ac9602131b5d0897cfdafe10d850c5fb808b0449d9b6c904c723c68388c7f101
BLAKE2b-256 checksum
How to use checksums
fb9e0d6b6382a8d91786954862f7d3861357cd0751ca9e4e544f587bedc0876e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL pyzstd-0.15.6-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 339.0 kB
Tags Linux glibc 2.12+ x86-64 Linux glibc 2.5+ x86-64 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
74a80e3e21a27b270e3c9ff021f1abefe4f3ab92d2dac06072512fc225b07877
BLAKE2b-256 checksum
How to use checksums
bcb648277c06d3ca0a10df9c6f95730558215f142f590947a2af2f7235a58e6b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyzstd-0.15.6-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 315.9 kB
Tags Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
22c79f0e8d978e53ca894872e115873e872aac7026f4258da6a06838c1d62fa8
BLAKE2b-256 checksum
How to use checksums
7ce8e122eff2b6df469980a143b3da58947bea9f17a1b77d33a8c8803cae7a63
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl

Download URL pyzstd-0.15.6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Size 382.9 kB
Tags PyPy 3.7 PyPy 3.7 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
61a7a36e0c19f8d34148733758e7ae6a5286fb2a04a48b6df44eef55ad09db27
BLAKE2b-256 checksum
How to use checksums
b555cc1ee7cf102dd2c689eaf2f1752de125c292a6d0dc10b4e98db1da689ca1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp311-cp311-win_amd64.whl

Download URL pyzstd-0.15.6-cp311-cp311-win_amd64.whl
Size 231.6 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
dd2f48b1b209d2156bd01d96f98096ef9e9bf33df67da57103afbdccac09800a
BLAKE2b-256 checksum
How to use checksums
3b23aa46a051c38f472aa7c03a1994d9a1afb7fba355107a7a8f860d2e9a27bb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp311-cp311-win32.whl

Download URL pyzstd-0.15.6-cp311-cp311-win32.whl
Size 202.6 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
44bc449e3ddef015eb572c8377ebc04712bdd672122ccb5754abc44455d1bda0
BLAKE2b-256 checksum
How to use checksums
87eb4293a3b55198645649f5a367d6698bf2b5de935db527f895e404c3761e53
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp311-cp311-musllinux_1_1_x86_64.whl

Download URL pyzstd-0.15.6-cp311-cp311-musllinux_1_1_x86_64.whl
Size 398.3 kB
Tags CPython 3.11 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
4db7248c3b179cdf79fb9ddbdeed499a137ebd0d0c3004728fb1f17454e77763
BLAKE2b-256 checksum
How to use checksums
f16f1b031096d3eac1cba9edecba61f79f674bf4afc0d6d08600c89bbe7d9eb6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp311-cp311-musllinux_1_1_s390x.whl

Download URL pyzstd-0.15.6-cp311-cp311-musllinux_1_1_s390x.whl
Size 389.8 kB
Tags CPython 3.11 Linux musl 1.1+ IBM System/390x
SHA-256 checksum
How to use checksums
cd7900f827d11fa649b9fb5e2cf3401536295461c059c75f5496ff999ac3c417
BLAKE2b-256 checksum
How to use checksums
8608d2d6b1234ec4d53c1913da0dfba9d6fce4d1bbdaf441ed08da9592ef3445
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp311-cp311-musllinux_1_1_ppc64le.whl

Download URL pyzstd-0.15.6-cp311-cp311-musllinux_1_1_ppc64le.whl
Size 419.4 kB
Tags CPython 3.11 Linux musl 1.1+ PowerPC 64-le
SHA-256 checksum
How to use checksums
f7496a2fc9e24892416a6f5003776013a9b2620bf235d788699e853194cd96fa
BLAKE2b-256 checksum
How to use checksums
129a0cc95f73b92a3bfba8b55951f867d69f0eea7ca8a1a0fe8d66d5cc552813
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp311-cp311-musllinux_1_1_i686.whl

Download URL pyzstd-0.15.6-cp311-cp311-musllinux_1_1_i686.whl
Size 378.6 kB
Tags CPython 3.11 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
408d98887b40608be9feaa5b0547a1480d5af82ef841668b58142c8b741a7114
BLAKE2b-256 checksum
How to use checksums
073783c3c59b580ebd66f69cd61a141cf39603126b94c6daac79942db35e58b0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp311-cp311-musllinux_1_1_aarch64.whl

Download URL pyzstd-0.15.6-cp311-cp311-musllinux_1_1_aarch64.whl
Size 378.0 kB
Tags CPython 3.11 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
d88dfadfa5f57903f3222ad319529d64aaa9e33133c5cd4b0269bb6abdb64bbf
BLAKE2b-256 checksum
How to use checksums
0f50f2602c42dcf105d7aea052267842ce640cacd8920fad390bbc8754ae45cb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyzstd-0.15.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 390.4 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
e3d65304b9d959ce5ac8406e3a0a837a3615d92e621e63db0a05682c2689f9ba
BLAKE2b-256 checksum
How to use checksums
f4f9800413c323277ba84f5d3dfabd758f5ff0d3e36368b394d2862374f35f2c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL pyzstd-0.15.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 396.4 kB
Tags CPython 3.11 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
061c7a9f653a5eb3bba776d817e14bb563933e118d0e154c83a34058dd07b8a4
BLAKE2b-256 checksum
How to use checksums
10b21032bcc3e0283233e7f65e683c72e262c31c4392cb5a9f4b14515fd9b67f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL pyzstd-0.15.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 445.4 kB
Tags CPython 3.11 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
1f9b60357a3e34ecf7376f2af425bee1ed7160025180902fc0ebbd8e278a17e5
BLAKE2b-256 checksum
How to use checksums
3bb4fc92506c77cf4e5f6d62177794d015f0212cc16e006238167f5a5d58251b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzstd-0.15.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 374.1 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
7a3e172eb95caded48bb1565d93486e13fb0f3f63bc61b38859e6332714d3366
BLAKE2b-256 checksum
How to use checksums
92525a3e70143dcd4883cf69ea9c0c52524ef14d76211541d737c4d79460c360
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyzstd-0.15.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 393.4 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
1bf4144fabcd58c4477b1161f619ad4b1e9760bfde89aa35079b39a4737a2d35
BLAKE2b-256 checksum
How to use checksums
e9b6cd8c3a40d7b2e260e77e197af23cd1dac5415ef36077cc82ffb3b2571859
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp311-cp311-macosx_11_0_arm64.whl

Download URL pyzstd-0.15.6-cp311-cp311-macosx_11_0_arm64.whl
Size 307.2 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
9a20a08f6810f4c4d2e94ec190fb631eadcdfdbcc6e0259fbb604eb717ae4160
BLAKE2b-256 checksum
How to use checksums
fd5667301e631701625419477e712b4c9ff79fc2803ef547df3210e239482e6b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp311-cp311-macosx_10_9_x86_64.whl

Download URL pyzstd-0.15.6-cp311-cp311-macosx_10_9_x86_64.whl
Size 415.5 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
f646c6b6120b1a4455fa23ba5b8b0c7eb6f5e5dbb262e85c3c511bd2cceba5f3
BLAKE2b-256 checksum
How to use checksums
645721045f6fe77f887e3c8be9c1d20d37b57db4920b7cbc5e2f09a709c8fd89
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp310-cp310-win_amd64.whl

Download URL pyzstd-0.15.6-cp310-cp310-win_amd64.whl
Size 231.6 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
8e9911ce37bcc1d95b41449901b3bbe6eb993120f2ed13604dc5943e82539dc7
BLAKE2b-256 checksum
How to use checksums
89faadb5435e4f3a683f2a5a56602f01b60f5d385b5b8582cc79d6d375fd3ac4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp310-cp310-win32.whl

Download URL pyzstd-0.15.6-cp310-cp310-win32.whl
Size 202.6 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
9ed90a7a6f113ea251daf8701bd7e19a22af1ae1a2695d386ae7a71ede65d51d
BLAKE2b-256 checksum
How to use checksums
1fa02b63104f95f0d636734fd74756da2e5b2a998d5e4e4d7bfb9eda0dfe748b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp310-cp310-musllinux_1_1_x86_64.whl

Download URL pyzstd-0.15.6-cp310-cp310-musllinux_1_1_x86_64.whl
Size 398.3 kB
Tags CPython 3.10 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
65ff4cf6f0ffb2f32f9d5e49f6cde305eaf67c3a9abe398b80fb108a1f7ca7ec
BLAKE2b-256 checksum
How to use checksums
b3b8a49709991a864a64bc66e01b9f5f7e0c2b16d38b3b893bd762a06ee47013
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp310-cp310-musllinux_1_1_s390x.whl

Download URL pyzstd-0.15.6-cp310-cp310-musllinux_1_1_s390x.whl
Size 389.8 kB
Tags CPython 3.10 Linux musl 1.1+ IBM System/390x
SHA-256 checksum
How to use checksums
4eefd13c72243d63e4b81c2199b73e937a8860eb8e9d270d6e210003d6bc7ed7
BLAKE2b-256 checksum
How to use checksums
09d3879168434407fc25625c5eda23c7153cbcde8899de9585a3c8a11a3a5d3f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp310-cp310-musllinux_1_1_ppc64le.whl

Download URL pyzstd-0.15.6-cp310-cp310-musllinux_1_1_ppc64le.whl
Size 419.4 kB
Tags CPython 3.10 Linux musl 1.1+ PowerPC 64-le
SHA-256 checksum
How to use checksums
49869a1780d4a78a86cd5580df17de88c503f8159f944c354bff247cda659ad1
BLAKE2b-256 checksum
How to use checksums
dba33539b0914e239f4719d27937680ca9eb92b2c216a1e0c9a546eae4d44f9f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp310-cp310-musllinux_1_1_i686.whl

Download URL pyzstd-0.15.6-cp310-cp310-musllinux_1_1_i686.whl
Size 378.6 kB
Tags CPython 3.10 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
2caa249172491f535ecc220f37d9f921b83cfb7a61ea8c4a15694c4b10a51b45
BLAKE2b-256 checksum
How to use checksums
d84918cdee4d0633db809b3b4e170816379344627a7888481f9c2124af2eb401
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp310-cp310-musllinux_1_1_aarch64.whl

Download URL pyzstd-0.15.6-cp310-cp310-musllinux_1_1_aarch64.whl
Size 378.0 kB
Tags CPython 3.10 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
25bd3025e97d0f645bb2f211aca505915f4a6ea78fbcbf376231bd3163bdb911
BLAKE2b-256 checksum
How to use checksums
16e64558d707d19ca52fba1c5e32655586206f3c421eab7b8a4ad58d2297e143
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyzstd-0.15.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 390.4 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
81c82d7fc925c22b6bcf22bbdf28d61b12848d29fac69eed045fc0b3cdfaaf30
BLAKE2b-256 checksum
How to use checksums
d45795a711cca36344fefae0b2f0c3d7409863fa1f181eda15459a8e29eec046
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL pyzstd-0.15.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 396.4 kB
Tags CPython 3.10 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
934735c1b59bd0dece877bd3aefc8a09b997d26bc1e778911e26fa204578dc93
BLAKE2b-256 checksum
How to use checksums
17f6b1ef36635f18cf66f8e768d57391c36f79c0937d1ab9a7932810e9d601d5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL pyzstd-0.15.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 445.4 kB
Tags CPython 3.10 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
be92561b26d009a4e505e40ebd9104687e41bf847027836be3d1bee7b8bbe12f
BLAKE2b-256 checksum
How to use checksums
1ba1470a42759995c9a051eb58779b1a80b9a5966b13f11e995e429d15464bd5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzstd-0.15.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 374.1 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
3bffef33e39e396a9ea705cc14ecc23db286d74427bf10984cc630e401fb32b1
BLAKE2b-256 checksum
How to use checksums
993b9a4d92aea77cab125c20157ea7a5c7a00b145c64207568c48462e06f8d5f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL pyzstd-0.15.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 391.4 kB
Tags CPython 3.10 Linux glibc 2.12+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
c81d7cf1e872474ac49a3ff9a0a6456440c0dfc5f32fc45286b201b8cf8f3829
BLAKE2b-256 checksum
How to use checksums
e638e8fabd7a39082915ea23d94ed96442a06876aa7ca5c92c0f91cd5d3bdb40
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyzstd-0.15.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 393.3 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
1dbce07991e3f188bacffe7ec03d3cc2dcb280857de6e80a3141c0b794434c11
BLAKE2b-256 checksum
How to use checksums
085c14bee7bb7552f0a55425153492a7b51f0de3fa197933b5ee7c9219ed9705
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp310-cp310-macosx_11_0_arm64.whl

Download URL pyzstd-0.15.6-cp310-cp310-macosx_11_0_arm64.whl
Size 307.2 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
9913023dd0adde5bd480b803efba11e8f6cb179ba8a361b74a4f8fbe9dfe24bf
BLAKE2b-256 checksum
How to use checksums
2846e7057e0f146f0035785d604e3cc37e09fea3467f74b15766a5e46eaa37f9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp310-cp310-macosx_10_9_x86_64.whl

Download URL pyzstd-0.15.6-cp310-cp310-macosx_10_9_x86_64.whl
Size 415.5 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
eece0a403120b5db50ea8744275a00f9cce497702dfb101eb2cb04582a81a6dc
BLAKE2b-256 checksum
How to use checksums
a009276a5603910c0f5ebdca10f7af213bbd3898ebcec713c39f254c9714d52c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp39-cp39-win_amd64.whl

Download URL pyzstd-0.15.6-cp39-cp39-win_amd64.whl
Size 231.6 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
f83939ae9d4c560fce3b27b7122cc5dc2ba597b649d36d24d81cb560355e2490
BLAKE2b-256 checksum
How to use checksums
2a4bf660220a7ad3e0b57f1d3b7ec5530fe7d401e15f14b7ff10f527b59cd390
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp39-cp39-win32.whl

Download URL pyzstd-0.15.6-cp39-cp39-win32.whl
Size 202.6 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
3d34d263cfa14c8e6e8c711f2707bce534a6c77260015e5f379e753c5ea375df
BLAKE2b-256 checksum
How to use checksums
af2de0be0865a76c1334127a5784f79953a5ec836b3360a63a60d29a59a34d6b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp39-cp39-musllinux_1_1_x86_64.whl

Download URL pyzstd-0.15.6-cp39-cp39-musllinux_1_1_x86_64.whl
Size 398.3 kB
Tags CPython 3.9 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
6f56459ce65c31ed4817ee13723d08e45a8b4793dc59cc4ff49772d1dcfa19e5
BLAKE2b-256 checksum
How to use checksums
a1d9a8ab98425a99d1b12089451ab0f82efc8ef4cfee6d69d36a4beda797a014
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp39-cp39-musllinux_1_1_s390x.whl

Download URL pyzstd-0.15.6-cp39-cp39-musllinux_1_1_s390x.whl
Size 389.8 kB
Tags CPython 3.9 Linux musl 1.1+ IBM System/390x
SHA-256 checksum
How to use checksums
576a6d6c75c3afc4a40eea23826b475f63df3a93ade94fd40aa9ad7e9574bb26
BLAKE2b-256 checksum
How to use checksums
7d21e418bac3227674ad344305142ca091faed43a91b4b106b5c674c5b649376
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp39-cp39-musllinux_1_1_ppc64le.whl

Download URL pyzstd-0.15.6-cp39-cp39-musllinux_1_1_ppc64le.whl
Size 419.4 kB
Tags CPython 3.9 Linux musl 1.1+ PowerPC 64-le
SHA-256 checksum
How to use checksums
d26932cabaecd0d54ac0e793f464f42dc4f59cfacf1fa7f2b1726f87a4e958be
BLAKE2b-256 checksum
How to use checksums
b7e166981d66587dc1f62a11b77ccb323d5ca1772c89169284ff8c0f336ba124
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp39-cp39-musllinux_1_1_i686.whl

Download URL pyzstd-0.15.6-cp39-cp39-musllinux_1_1_i686.whl
Size 378.6 kB
Tags CPython 3.9 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
4ebe360d014e588adc98f22c8f2ab891b8f4611b3030062fa2b6501fdc47b6fc
BLAKE2b-256 checksum
How to use checksums
ee474e96f7039f5ffb2f1e271be92f6cfa2d421c7e91ce3eddcc53714c493f7c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp39-cp39-musllinux_1_1_aarch64.whl

Download URL pyzstd-0.15.6-cp39-cp39-musllinux_1_1_aarch64.whl
Size 378.0 kB
Tags CPython 3.9 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
c8d636e52ce414f582a376e245f81cad45f3b210589a0d63df373c86c6781b2b
BLAKE2b-256 checksum
How to use checksums
06d8d99a4fb9e0c5af28b164de7d9b3857b9e6eb24ed557bdbd258b3d3e6d100
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyzstd-0.15.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 390.4 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
7e2beea67072d1aec5b5b1a0372736ddb268a65dedf3ab327c8bb0b1bb482a8e
BLAKE2b-256 checksum
How to use checksums
46663e6e75face2ddb61175ab282dde62688774e3dc8f53593320df8a057584f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL pyzstd-0.15.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 396.4 kB
Tags CPython 3.9 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
baa60b607acb3ac73c43976247dcf68ea614d78ecc50a71aa67f1d56ade0cf2a
BLAKE2b-256 checksum
How to use checksums
b03498c5eb5de1fa250e26ac283f5abdc3966c92e1281e593b4981ad12a76416
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL pyzstd-0.15.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 445.4 kB
Tags CPython 3.9 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
c3cc11c4f42aca08cb2de5353e70345eb12c00cafcb4bb2adde95e1a06afe524
BLAKE2b-256 checksum
How to use checksums
c55acc20d7e2ea15a93d193d632483168afcc55120ceccef1af5a1c03d5d8141
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzstd-0.15.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 374.1 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
12cff189a3aafddf8e3825e9676a545d8bf29e8de4aaa3bc903fd2ccdbbc26f3
BLAKE2b-256 checksum
How to use checksums
263725a58a2b159411985bf1e6e4af4aee41f90bba4128c41c766e640dd7501f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL pyzstd-0.15.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 391.4 kB
Tags CPython 3.9 Linux glibc 2.12+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
5058b50ca268a5baafcadeac4ad9b24993a35b0e4c7636075a74c69c356635c4
BLAKE2b-256 checksum
How to use checksums
425c6f89a88f54cc316218e23cf46cda759a1fdc9e0a4f5c2a1922404532cce3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyzstd-0.15.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 393.3 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
93ee8738431cc0319c8ec770e2415606032eb99dcfe79a48a421b138fa676518
BLAKE2b-256 checksum
How to use checksums
89b039be5ce25e9fbd08b27cf05759ec7dd1014dd8e50a94026252979393698e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp39-cp39-macosx_11_0_arm64.whl

Download URL pyzstd-0.15.6-cp39-cp39-macosx_11_0_arm64.whl
Size 307.2 kB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
d0ede594db3fc377f623fa6a5031bc6b8dca3026df06838a78f92074dd46dd14
BLAKE2b-256 checksum
How to use checksums
91305cdb1c6af23485d0aebc383bc0f602e55dbd70d26ebb8057cb3956fef805
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp39-cp39-macosx_10_9_x86_64.whl

Download URL pyzstd-0.15.6-cp39-cp39-macosx_10_9_x86_64.whl
Size 415.5 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
d3793d414c3fe92778b23c860a9495e25c5450f6fb2f29acc0b2aa330f9e2e17
BLAKE2b-256 checksum
How to use checksums
ce67751174b6f52f7eb2b35e230c2d3e9c6e1c8b05c66e72897a2d639f976570
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp38-cp38-win_amd64.whl

Download URL pyzstd-0.15.6-cp38-cp38-win_amd64.whl
Size 231.6 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
c1de2b822c452dd2e803bf2fa608caa20a8794c1c18eb008012d722e3ce5d52c
BLAKE2b-256 checksum
How to use checksums
e90130592bcf5fbcdd1d5d01f0bdaa6377be5cd0d7e033f518b967b042b3a60b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp38-cp38-win32.whl

Download URL pyzstd-0.15.6-cp38-cp38-win32.whl
Size 202.7 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
78057e5fdfdcc1ecfb97144df9b58a9989d3b67650dc01f0b79dd798afb1c197
BLAKE2b-256 checksum
How to use checksums
f9d431e50e0102e42bd34c704b4e40e505de23a4a0398bf34bc56c8dfca2d4f7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp38-cp38-musllinux_1_1_x86_64.whl

Download URL pyzstd-0.15.6-cp38-cp38-musllinux_1_1_x86_64.whl
Size 398.3 kB
Tags CPython 3.8 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
c0ec20c3cd345b05f5b5db1a3fa1994593ef7277cfe4dcf7c0581d76e62ecdb0
BLAKE2b-256 checksum
How to use checksums
260ffc719e0956ae6ed19faf78f698d8db3b345695bef07f385861f3f4b71145
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp38-cp38-musllinux_1_1_s390x.whl

Download URL pyzstd-0.15.6-cp38-cp38-musllinux_1_1_s390x.whl
Size 389.7 kB
Tags CPython 3.8 Linux musl 1.1+ IBM System/390x
SHA-256 checksum
How to use checksums
4a16066313affecc6113f0b0053461809c65a472e7f1d88b74f68f97f8d461e3
BLAKE2b-256 checksum
How to use checksums
2d6753b0cf48fb4d736cc405a925a0d4e1c1b3bf30806f7e24b9f838e114005b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp38-cp38-musllinux_1_1_ppc64le.whl

Download URL pyzstd-0.15.6-cp38-cp38-musllinux_1_1_ppc64le.whl
Size 419.4 kB
Tags CPython 3.8 Linux musl 1.1+ PowerPC 64-le
SHA-256 checksum
How to use checksums
cff62a2d68ccd53e6d74471c6d0b44a37ef73844137aba3fb898bc16a68d255c
BLAKE2b-256 checksum
How to use checksums
18dc56f69b9579642cb8c3e9d42ed56f6bbc578ca064c61518be412e250bb361
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp38-cp38-musllinux_1_1_i686.whl

Download URL pyzstd-0.15.6-cp38-cp38-musllinux_1_1_i686.whl
Size 378.6 kB
Tags CPython 3.8 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
033e1235438ebb9e02f33f6e9632e1cf74df340a2412704b93409ced861d265a
BLAKE2b-256 checksum
How to use checksums
d91b0d83ec7e0e213bd40b16658e2ffaee00f27fa22587c438d6a3960b251ce3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp38-cp38-musllinux_1_1_aarch64.whl

Download URL pyzstd-0.15.6-cp38-cp38-musllinux_1_1_aarch64.whl
Size 378.0 kB
Tags CPython 3.8 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
4e421146153343d80586618202d9bbd4bab47274b54084319a7bc56afc0161f0
BLAKE2b-256 checksum
How to use checksums
a090d7ef8279b305bf2531348a33739b53482e8b61a872bfa708ba09ae11a189
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyzstd-0.15.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 390.4 kB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
e2a6378ca49c7bc94ee6d9b29f7a169125741cb8b653585d8882acf8409d50df
BLAKE2b-256 checksum
How to use checksums
2de7d36d065d1c3cd6b685da99712c28f88475e2e82ed72b285f9b7dd5b8a400
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL pyzstd-0.15.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 396.4 kB
Tags CPython 3.8 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
f355fdea18c32450d3b352b9c6e449c3ba21535e4c6889792d75b1483c850adc
BLAKE2b-256 checksum
How to use checksums
65693bb2dcf3cf7cfa2371142f692c27d2f3b53d856d4d91216650408d39072e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL pyzstd-0.15.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 445.4 kB
Tags CPython 3.8 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
7b829cc81d3b6e43f923cd9479ac35a97893c9c2c5ba1be5bd12bd0211ef0e30
BLAKE2b-256 checksum
How to use checksums
8655d1264f799ce189b9b09115fcb9203a797d27d955db98e94894d72f06f38e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzstd-0.15.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 374.1 kB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
9b6b39ab621c84f6b2f66bc1c3fe743b3511c7c0067b11bd6c65fa05b0be08d0
BLAKE2b-256 checksum
How to use checksums
59f2317e728b4daf3f8e28f32d90a8bf760ba8d55a0021afdaf8759132015485
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL pyzstd-0.15.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 391.4 kB
Tags CPython 3.8 Linux glibc 2.12+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
de434e906b399b43f552a794879b6108a636b47d816775c094990ea816f0247d
BLAKE2b-256 checksum
How to use checksums
eb431b8b0f77b2f613a904d0696e8d5604fd746fd7f8ed67f244258a7414179c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyzstd-0.15.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 393.3 kB
Tags CPython 3.8 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
a2bddc90a19178e4e9491bf819dce73fe3567cf72815f1abe47e6c297e121520
BLAKE2b-256 checksum
How to use checksums
67b5a1640fb65013f8e123d83e6b8694cbe971d1d39ee26c61e9bfdfe91ed788
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp38-cp38-macosx_11_0_arm64.whl

Download URL pyzstd-0.15.6-cp38-cp38-macosx_11_0_arm64.whl
Size 307.2 kB
Tags CPython 3.8 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
c713006bd866721b4d4c4b741e1cdbe896465334dbbc1462e5645067e59242b0
BLAKE2b-256 checksum
How to use checksums
b64b30d538ae3ff6494d8d123773c1677cde86c3f8019e5ed7744feff4d596b1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp38-cp38-macosx_10_9_x86_64.whl

Download URL pyzstd-0.15.6-cp38-cp38-macosx_10_9_x86_64.whl
Size 415.5 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
d8fdcdc335a8ef022a92ea8f68072d8920305bb87184af2be2621dc38151d6a3
BLAKE2b-256 checksum
How to use checksums
88e4b549cffad36ccd2cae62660e1376df3d2a519fbe0b5e40554f51aace5b6a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp37-cp37m-win_amd64.whl

Download URL pyzstd-0.15.6-cp37-cp37m-win_amd64.whl
Size 231.8 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
d4a557bf018c7e3712261dea0ac86387479fa6a099e5777f58dca3ed65189b0d
BLAKE2b-256 checksum
How to use checksums
5e92d71081be86925410a268b0c84d747b90fb7952a51543973346867eca0ab5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp37-cp37m-win32.whl

Download URL pyzstd-0.15.6-cp37-cp37m-win32.whl
Size 202.4 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
b08a93c5c1a42e8a9ab2cd6ffa635ccf7134d87992c9da67ada5488c86bda07a
BLAKE2b-256 checksum
How to use checksums
3cfb2d97ef16caf956785ac833e5c875185e62c4c8542b488944e55f8ccbc772
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp37-cp37m-musllinux_1_1_x86_64.whl

Download URL pyzstd-0.15.6-cp37-cp37m-musllinux_1_1_x86_64.whl
Size 398.3 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
ed2efc34162c837782c2a36bff81ddf3bd15adaf2561681049aa50a3550af52c
BLAKE2b-256 checksum
How to use checksums
85623dd2f67141e9393c5a73a97fb3fbe6351bf1462758b8a097cb7978ba6c3a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp37-cp37m-musllinux_1_1_s390x.whl

Download URL pyzstd-0.15.6-cp37-cp37m-musllinux_1_1_s390x.whl
Size 389.6 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ IBM System/390x
SHA-256 checksum
How to use checksums
e91ddc8503d5979f269fbf86702ba1a62c44ab1ce510608bc2a510562a9235d9
BLAKE2b-256 checksum
How to use checksums
85d4497ba0aaa7558b775a6c5523bf84cf32643874eb5d2b7f3cb9ad583c60ba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp37-cp37m-musllinux_1_1_ppc64le.whl

Download URL pyzstd-0.15.6-cp37-cp37m-musllinux_1_1_ppc64le.whl
Size 419.7 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ PowerPC 64-le
SHA-256 checksum
How to use checksums
b478b5c5db1f34f44c0cf1a4258fbf11ffc16b30474784a84c7c97ccf35ebe81
BLAKE2b-256 checksum
How to use checksums
a27079500c2dcf9e514e3676a1465ea2405fb05cf2438f8a5459941406de888f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp37-cp37m-musllinux_1_1_i686.whl

Download URL pyzstd-0.15.6-cp37-cp37m-musllinux_1_1_i686.whl
Size 378.8 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
509413892de1b8008104897c98ff1e8ff258b29de16e39a3e9fc153de06579c6
BLAKE2b-256 checksum
How to use checksums
7db891ca441a738c8c0a98973c6c16926150256105d688f32fa70c5ec9337026
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp37-cp37m-musllinux_1_1_aarch64.whl

Download URL pyzstd-0.15.6-cp37-cp37m-musllinux_1_1_aarch64.whl
Size 378.3 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
7bf21dd201e6b46ec01b6d189c083d68c2df71d537b444286ebaa772de52f6ed
BLAKE2b-256 checksum
How to use checksums
ee42fe3bc88b925024dd9b12d91906307bc3a1ac0498e3942fa2c5dddc5cd695
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyzstd-0.15.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 390.5 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
6d08f6d079f6c669217d8a18e9133e2f9c7bf904fbf5aed6de48bdd12e4819e5
BLAKE2b-256 checksum
How to use checksums
a742a815c8655ca61e2e550df22a9b82ec516ec248736aed190bc715d90e8c28
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL pyzstd-0.15.6-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 396.4 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
d82df1c6c4c180e7d40bb42fd81b8573790e6d352c09e3f5f3ca4e5b89921436
BLAKE2b-256 checksum
How to use checksums
7035d4a78a44b504ce1d6f6a8b3d72fa863a54d65efbfad28167d5ad1431cf82
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL pyzstd-0.15.6-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 445.2 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
61949834ceaa5dd90e9154d429f501d75b3bf832c2eb08613ce708b243b6f26f
BLAKE2b-256 checksum
How to use checksums
ab827be859fbf8632f6c79baba24505fe9bdf7242754dc7b7a3536a5f394ad17
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzstd-0.15.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 374.3 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
bf10839517db6c21b5c93d80b000b60896ca07a07a6519a3ec4b48c7a5557f8a
BLAKE2b-256 checksum
How to use checksums
c1d622dacb12ab3470a0f8853310f10229dda7d2fbb254155343e26848ca7b75
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL pyzstd-0.15.6-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 391.4 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
035f2d2c3ef28012e31a719337d5bb2bae20e9fcda0bf291cc933342bbaf97c9
BLAKE2b-256 checksum
How to use checksums
f4cbb8ffa991f366fca0a729cba15b1413448ba2c8b88c6d55a8e3457538fdc9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyzstd-0.15.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 393.7 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
3379c1c2ee05957221571fe3508cd390319c1acf66e31f9067bc4ac7dd256175
BLAKE2b-256 checksum
How to use checksums
e1a0781dc61a49e4eab6ae28d32d738dfe99ad035396205648eda4b1348815ed
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL pyzstd-0.15.6-cp37-cp37m-macosx_10_9_x86_64.whl
Size 415.4 kB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
417001d1587ad87ca03430e4b9e46c3a4fc34a43af4fca62d47eca2a8e3b2318
BLAKE2b-256 checksum
How to use checksums
747db645f448057c14e42e5251ac8640fbb5a7a42c7b274220fe9e6f8c5142a9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp36-cp36m-win_amd64.whl

Download URL pyzstd-0.15.6-cp36-cp36m-win_amd64.whl
Size 231.3 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
feae3801216957dbfd4f5baf2d433dc014499405722974f5180189083df609cc
BLAKE2b-256 checksum
How to use checksums
399f0732831b47f2def886a5c04b2aa6bc29cec4b75572905698263f7d972e66
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp36-cp36m-win32.whl

Download URL pyzstd-0.15.6-cp36-cp36m-win32.whl
Size 202.0 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
8ba3eaf9a449f3f5ca555739b30aa9f7aaf93139f5d4fa332ac604c8c263ade7
BLAKE2b-256 checksum
How to use checksums
a33d107a3540725c6ee4b97f87e72f0db4ba656ec7d1eec57ffd63546f9df401
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp36-cp36m-musllinux_1_1_x86_64.whl

Download URL pyzstd-0.15.6-cp36-cp36m-musllinux_1_1_x86_64.whl
Size 398.9 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
69d6a9c83e65a6cc2c6f87f031fd75c92459c0afbf4eb440b4f35569e9c58a7a
BLAKE2b-256 checksum
How to use checksums
ca42bae4ef7aba4eb252168518e7cec48cff2c3b3f5f8e05dd7055ef89576e24
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp36-cp36m-musllinux_1_1_s390x.whl

Download URL pyzstd-0.15.6-cp36-cp36m-musllinux_1_1_s390x.whl
Size 389.6 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ IBM System/390x
SHA-256 checksum
How to use checksums
fb471fa96772d311057a1eb97165887f127387c71d7f904bcff59df468043779
BLAKE2b-256 checksum
How to use checksums
6d5f3594ad4f7d3caf1616bbb510a1c3c511db2fef55ac212803bae8e7af5e89
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp36-cp36m-musllinux_1_1_ppc64le.whl

Download URL pyzstd-0.15.6-cp36-cp36m-musllinux_1_1_ppc64le.whl
Size 419.7 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ PowerPC 64-le
SHA-256 checksum
How to use checksums
301bf12e70a69ce66ca5517b48cd61cb010cead67a86e8967f40b28b21710b58
BLAKE2b-256 checksum
How to use checksums
9769abfa66c05673b35b6f160f12d6d196e291ae20f7b522d8eb1a11ba9ccd5e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp36-cp36m-musllinux_1_1_i686.whl

Download URL pyzstd-0.15.6-cp36-cp36m-musllinux_1_1_i686.whl
Size 379.0 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
e64d58de7b21f2a121505a2e37c6dabb8b21329e5e63350a77411996c03eba05
BLAKE2b-256 checksum
How to use checksums
c140e3924cb7c11d6e26d7cc31a6f7fcf79b1b5507985e4e78c4e086351a2687
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp36-cp36m-musllinux_1_1_aarch64.whl

Download URL pyzstd-0.15.6-cp36-cp36m-musllinux_1_1_aarch64.whl
Size 379.0 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
220c55a25be08ebf066e5bf9df44e559145a6a2ff45de2b7d7011b0193d281fa
BLAKE2b-256 checksum
How to use checksums
0af687c8137d3939974b084f40a4d0f3bab1c1261309fe4ef588b9bf68679519
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyzstd-0.15.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 391.0 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
e54688a0b26d4d383b61b3a66677c477055048db01815daa61a868eaca129c51
BLAKE2b-256 checksum
How to use checksums
52e1caf4a9639c3c6d0589faf78cc888a176b7f9f24dcd30c44f466ba63a9961
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL pyzstd-0.15.6-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 395.8 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
d611d20513732dfaa2d01d31d4332d1243d6d60cd0b55191b356013cadb5b5cd
BLAKE2b-256 checksum
How to use checksums
ffb6092a288557fa5abf8e1b965572e6fe245433b1ce8b21b86e2df11c0662cf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL pyzstd-0.15.6-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 445.4 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
eac42b4635b9a69d02c07e6472ec418e12765e80e648441b9e1ad5f66db49c8a
BLAKE2b-256 checksum
How to use checksums
0569e036b40538492aae1c3a3faf47ed358e3ee6ba54205598bfccc5564b1c66
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pyzstd-0.15.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 374.1 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
7c859ca552f41245e6cbcf35e1ab4425ed72d1215569192e70ac4d391640c034
BLAKE2b-256 checksum
How to use checksums
5337e46232b9ed06d903040b301e5f4e779c1978fbac821cc50f751d179a411a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL pyzstd-0.15.6-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 391.6 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
9740bb14e9f6b26a66f9de28882424689436a2686674078d3272fdba61ca18f8
BLAKE2b-256 checksum
How to use checksums
ce23ee5958a56320dd54f8c3173818cf0361b2fe828ce9a6588f9ee1c2c3826b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyzstd-0.15.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 394.0 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
32d4dc68afdb63a897f994899b897b1df159f60104146a99cecd230b890ef890
BLAKE2b-256 checksum
How to use checksums
b02b9ac375cd0c73c2aa8b22278b14a7da0f9ac544f708e1e2e128f738c0c978
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2

Release files / pyzstd-0.15.6-cp36-cp36m-macosx_10_9_x86_64.whl

Download URL pyzstd-0.15.6-cp36-cp36m-macosx_10_9_x86_64.whl
Size 415.9 kB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
a195b0aa444acfaf9e2cb8c6b7df0a47d81a64b7390a7f4d677e2f83d62de156
BLAKE2b-256 checksum
How to use checksums
0bd86df9223b74e277675c0d5436a8f45f92dc5d5fb3c4b36cfb49980ae67cc1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.11.2
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page