Skip to main content

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

Project description

Introduction

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

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

Includes zstd v1.5.2 source code, can also dynamically link to zstd library provided by system, and has a CFFI implementation that can work with PyPy, see this note for details.

Release note

0.15.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.2.tar.gz (758.1 kB view details)

Uploaded Source

Built Distributions

pyzstd-0.15.2-pp38-pypy38_pp73-win_amd64.whl (395.1 kB view details)

Uploaded PyPy Windows x86-64

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

Uploaded PyPy manylinux: glibc 2.17+ x86-64

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

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

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

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

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

pyzstd-0.15.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (759.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzstd-0.15.2-pp37-pypy37_pp73-win_amd64.whl (395.0 kB view details)

Uploaded PyPy Windows x86-64

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

Uploaded PyPy manylinux: glibc 2.17+ x86-64

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

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

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

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

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

pyzstd-0.15.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (366.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzstd-0.15.2-cp310-cp310-win_amd64.whl (205.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

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

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

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

pyzstd-0.15.2-cp310-cp310-macosx_11_0_arm64.whl (297.0 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pyzstd-0.15.2-cp310-cp310-macosx_10_9_x86_64.whl (404.4 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyzstd-0.15.2-cp39-cp39-win_amd64.whl (205.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

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

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

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

pyzstd-0.15.2-cp39-cp39-macosx_11_0_arm64.whl (297.0 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pyzstd-0.15.2-cp39-cp39-macosx_10_9_x86_64.whl (404.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyzstd-0.15.2-cp38-cp38-win_amd64.whl (205.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyzstd-0.15.2-cp38-cp38-win32.whl (185.9 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyzstd-0.15.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

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

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

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

pyzstd-0.15.2-cp38-cp38-macosx_11_0_arm64.whl (297.8 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

pyzstd-0.15.2-cp38-cp38-macosx_10_9_x86_64.whl (405.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyzstd-0.15.2-cp37-cp37m-win_amd64.whl (205.4 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyzstd-0.15.2-cp37-cp37m-win32.whl (185.4 kB view details)

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

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

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

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

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

pyzstd-0.15.2-cp37-cp37m-macosx_10_9_x86_64.whl (404.8 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyzstd-0.15.2-cp36-cp36m-win_amd64.whl (205.4 kB view details)

Uploaded CPython 3.6m Windows x86-64

pyzstd-0.15.2-cp36-cp36m-win32.whl (185.4 kB view details)

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.6m musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.6m manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

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

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

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

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

pyzstd-0.15.2-cp36-cp36m-macosx_10_9_x86_64.whl (404.9 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyzstd-0.15.2.tar.gz
  • Upload date:
  • Size: 758.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for pyzstd-0.15.2.tar.gz
Algorithm Hash digest
SHA256 eda9d2874a8f3823eea882125f304620f592693b3af0101c484bfc75726c8c59
MD5 35e8a698392e851d756e52d0b9020032
BLAKE2b-256 d77bba3957277b8a06fe7dc94cfa2a097f1158556dbd815d192d46aacc93489e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a5fff428ed8d055fbf22dbd06b2804b3f4d9d857c4be30c5e0ae9efd4b0573b2
MD5 9200b34daf306704cb28568146a222e6
BLAKE2b-256 2ec36cdf964756df67078b7ef41ef803dc5c6654076c5f803fd4ca6c9a6f335e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eabe8218117720510e396cd17895fe9c2e3911d1d874c732ddc7ff79bbb738d9
MD5 eb0a98d170ba54bc10db9d4cc8d54e7c
BLAKE2b-256 ab9939f78ae6ae5b7e70e949e62e2b9f4923de6f3353da57c84095aa4ac887dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0503fc2bbb79d5ff67356c9416b2c52459e56d4990424bd91d6cd7355c8ec047
MD5 baebad3576aa5b553d74638c89c3205b
BLAKE2b-256 cddea207a5cea5db713d6d544fd4def13ca198005d74809397a3d70ae354053f

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.2-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.2-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f45220443598b6567cb0072354f886f9fdc861f309a8a87d89ab86e59bbff833
MD5 9a001cabedeb6102f6b23f84186d2ee1
BLAKE2b-256 e8c85dede57ef7b53701437ff13d81a57dee1d21587eadca9eebf01e8e0eb225

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.2-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.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 73c654d4bc5e0c0940680f0e806f179b78d9307685d55fa0cc3f5de2ff0e3692
MD5 834a4d70cb72c3f37f1e5c9eadcbbded
BLAKE2b-256 151057ebd7cc8c1e3cae5e1ef303ac327246b1eda4795a021e2c74647317b52f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 540efbf2813d89b0f1fee3ba0638892940cc9a65090a807fc06c89e184eb044f
MD5 f2e3d39da573fd0a19899cf4d4e6cede
BLAKE2b-256 8c6f03110d7071478288968fd45462057c116a3f5a5e227ee7ddc36776b9c45c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 e77c659f581b3823cefd88a66e18744537aca5debb6ae3890dec84bcbf4d5597
MD5 28e32b2a3427e866af3e032d17b74a1c
BLAKE2b-256 44551f4580edfea435222cc455d19917705a8e79cb92106a22a2d2f5f0e2ae53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aafae0bfa65329c271f7748fc1d28ae1f0f6428f6449593e91b563d927a28edf
MD5 4a02e0eb731fc89490ed69dea1cc24e9
BLAKE2b-256 01a5e147f96a9129b5f64d4dd8f59e46510f6daf9bb439a714d523913512974a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7021e0a1d50a5def595536851f34fa1e07fa6be822e4148680032e1ec346e76f
MD5 c29b781f0248a33afc5d0c9003729a6a
BLAKE2b-256 296d13316c9661c567232bba7bb9fd990ae7050c321611b8c3d2674114e24456

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.2-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.2-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a82ce96a356347b28870f59832d0044466ce619cd494dc82e7c28c2464333e7c
MD5 f20b3f33d15abc2632c08520b0fcc59e
BLAKE2b-256 4c7b68dea2823954a2b8791a5f71bea4a3b8c0c2f608f14dd4d88e472e5eb3b9

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.2-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.2-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 78555550998efabccde6c38f5bd8c81f502e11d68e4b54de75f5c766087fa6ba
MD5 2f77d27cbb4bc9f7ffb1479a60a77634
BLAKE2b-256 e67ed8e259248b9b56a792e05a3f48744a8820205ec54d87885501312111d9b8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 10839957ece4db53cd6f02930dafd1dd751a630a64d9fc0bc48f3143c554126d
MD5 f393d866c47ccece5c5273b7c1f608f0
BLAKE2b-256 7ed145ee9faf4dd1134743a01cc08359ec9c5ed80ce09df3bcc1568d3789fde9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.15.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 205.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for pyzstd-0.15.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d133fe2b2c9b6fe81e19fe2808d434ea64ab6ebb2de7d2b1387863ca23edefc3
MD5 5a5a09bf0cc5cf7b06530b54cb8462b5
BLAKE2b-256 f0727b8c98e05dc120f5d98dd96dee7abb616a7584081f258d13724e0e50d74f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c044c069db4e1e8ce19f6070bea0eb479b229f9a3f8ad4bbe284c7e2d0062074
MD5 99cff2e20c889bb7238985d29dffe859
BLAKE2b-256 002aa3bc65f4e682419f0c3998f6af8904421f10df8aa2fa03166afa7cdf9beb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3c393e9be1e720e56db3c6a688fffddb9cc0357b7137dc28a74db227216a70c4
MD5 5b48a052b74680a39a5ae248e30d51b7
BLAKE2b-256 09c1f14c72f5a4ac229ee4668c19bfabec43fe309e542601dee1a0f0802aea52

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp310-cp310-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 5f3d2aa7171036281bf0fa08d0d8b269ccbaef093b858b6a445246cae4e06348
MD5 57c9fb75a0349e6aba1f293c7cd9ea5a
BLAKE2b-256 da51aa702ba6ecbdc4577ce9f72d7311d656c571baf00c5af6de93da096a5c0d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 d4788bb8da6d2db3cc80045008c53a79f2fae301bfede2aaf2d0328b2826075c
MD5 1e8c22fd37964dbfa8d3d32387fe18a0
BLAKE2b-256 f24d8eb3c3e97fd3a3d19fbaa9b64058d079acfe1a9f216810544e53aed2098b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9dd481884d4a5bd480d97628ca1f29be373a3e6fd0031c7e4eec27b472d347ca
MD5 88906562d8c8e3163cda12a1999dd410
BLAKE2b-256 88d3590a575643d7f2af47bd2f99cefd372be50e7c26560f7c63459af4e339f3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0e104c45c8e5b967b26dae4c3445428e3b76530b99e118451bbd1bf67c941899
MD5 7a9e8713a3dd64b85c78f6ead6bcee21
BLAKE2b-256 d8fc39161325eee6494ef148bc4d900d2c2ba0e75ad40f1e5a531a5a0674d630

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 85aa9f25a04c6d73be55825e563fb11c4be83df58522b0a7d43ad39271c0457e
MD5 ab871d517b9d29d9ad7f14975c73035b
BLAKE2b-256 fb854cbb9abacf27e4a31537f5c089511d5856c83b34af02119a9db13be5acc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4ad3ece5d8eb8b41f8d474d112bdd1fd7dc43b3a7c4d879dd0a6e8ff1aff199b
MD5 a8cd98e61e4870f5b2ba784341ae5cb8
BLAKE2b-256 43fa161c9bb8b47f03c2fa667ffd5d31ead6df137ef78c94e63635ca9b403c33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8407cb3ae14d69d04b9db2cd488de018ec2b216d348e8d682807ae0c727ce533
MD5 302cbc72d072d8d85f2e4168eaf45fcc
BLAKE2b-256 2a1456e0a7925caa6344646e3d2a34864d2f86c952f79bdaa1f016821fa4e239

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 edc66b8ae54e50637b4b93779575e5368e144f791eee2bd1ddb4aa9d27fa3bd1
MD5 86e99bc78184f6bd2c86644afc5cbf8b
BLAKE2b-256 c91db8318e74c5fc48acbb0596ffa606631fc83f316fb087586c61a9b2d9704b

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.2-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.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 858850133fecfc3446db4cba3ebc2521687696d0e685605f20be27295fe872cf
MD5 1ce5905c7207a46ccb28ffcb9c1c71ee
BLAKE2b-256 76acff9e14b1def20849f7542194ddffc0f8864c731dbaf9f74b9b04ff107836

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 68658ee97a9d12532de70654c2f7dba9356b3da7118793bbcdf6c72aab808d14
MD5 8ea063d56ee880c6db470014b5305f5f
BLAKE2b-256 35fbb597207901c77b6f0a1872724e8d911fc883cfd379431919ff3b25cdf53f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd9305759d7d108a236911ef5135632834e44319ccf3363c83eb1427e0e265a5
MD5 e651c7f95ff48b9594e2918622372bc5
BLAKE2b-256 e6e8be16c3dd8cefd9b99c61693c4fa1f3c02642cb59cb75b760e24a98da2359

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e02c5ec165cd218cc774a757eed14e5794f438d327a37e6804133c6aaf866ffb
MD5 346923b48017092f2f9216ef5a5b1062
BLAKE2b-256 9308646a045e721a35e11608f90f7a56689fd1a9abc8f290e84bcef352c23143

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.15.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 205.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for pyzstd-0.15.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6256e4968ea90d45a829a0336bb64042b59110e972f0988db51826e9e0b682a9
MD5 ea53136abfea9cdcdae368f081e384e7
BLAKE2b-256 87a73fb8648be1a9bf0d448333cb81b89d3015c5189d3e679e172ac76b890ee1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 01289f474fa700fc580609482bf24baceb9475ad4a24c5afde88300ab3bb5d8c
MD5 0165ad089295ad06b9fb593880f48ce1
BLAKE2b-256 c7776218ecd45cc5fb2f3b0c3fc895e417001868da5e1d485e266a961ae12c88

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f4e71960b367ac3c5e25c1b244aa2b04333c2f0d4359081955a786f318b1d464
MD5 04c536618a29739375f37089929f6d1a
BLAKE2b-256 0a725a0af9d84cf5afe7f17ccf37b7d5b20908808309fdef0e32547c2a8cde26

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp39-cp39-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 2e477537ba87f75c9f46d679f5d0ad8730169dc4380e923b94bcda61bdecfa3b
MD5 b7481665936b292f3b2a26883dba57dc
BLAKE2b-256 2e0099a383052b7d9adb78ea82b7b78693fa5ec3677616fafe869387233a95bf

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 b186e1d89fe2fb3f6aaedfa5a9f5a690571b1a74a3ac351c9bab2fd3c7ea0836
MD5 4cf4b4349fd3f130f64ae3b173c49b0c
BLAKE2b-256 3050f373a4c572e2d59696c1ec237fe67c4e67683ba5323e345a8ddcfd2f407b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2c6d8b00c7403e85cd72f95210ee31f3b9877bfbfbf5cb21abec3a952d480280
MD5 5926311cf1eb1117780e2e7562f56226
BLAKE2b-256 8b16dc0b30a914cc3825084831434c7805f189fb85287d55b850fc411b6ecde2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 84e6a3019ac714535f1a1827ac62df0c4b48ed176d694c6b38b7421050f00253
MD5 2c919a817e5c8e2ceb13ac90a3fc15fb
BLAKE2b-256 b87dd6b907775a8cf6127094e3bcfed6f8638caf98c0ca3b1f9dac24a67080c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e9bb7df3e8510bb0b4c6bf21ce73ac36f2ec1904b7b8d94ac5089f5de44de04c
MD5 41e739ef84c93eedb418b576413acf91
BLAKE2b-256 8a8712d6eb4381be995275d4ccd0fa65578ae060e477ead50a9ce4ab20a18695

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7149936105ae61878276670ea47d9a36dcf861bc98f5ec63f8d3cf9fb6d2f7b8
MD5 aa6a0bd30352daa3098b4dc18e3f51f9
BLAKE2b-256 5e9930d28e4d66ca43aafd5c88706a96123f04c4fbae39ce5eeff0789aa3906c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3eb0b9aa25c5009ab054ba0870d9d0297517964b3b490860348e0b96640819ad
MD5 3e7cf7c45ba4d077cbb103d14e07b670
BLAKE2b-256 5942c3f1c0ce35bf624e7ac576b41b03b903cb08b76180d9b96d8af7736ec2fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1b5ef8fa4667ef79f4331b724b529fef890a93385bf8adac71fd36cd161a9f1e
MD5 a38fddd9798dbbfac624ea70dac13511
BLAKE2b-256 d6fc74144e9d80eaa0be4326b339596cde21d2e30887f93ba20360c1ffe1626c

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.2-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.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5a573c68bce1d7fb831c3d879b990b54730b4b3c20a0ebd44a8f44c2a58a66dd
MD5 cde29a65c404bb86d6023d9cc59370e6
BLAKE2b-256 e0d22d0f52b75f2f45266cfecab6d49ba71cde7f82e76c36f1b3439e8d618495

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cfa84aa15c7aa26ea7d9e6eb4ad861846c6cd3c70e934f282df5d5474b4c24fa
MD5 76baa647f20adf0e1202dfd0eb767624
BLAKE2b-256 292cc631db8fc1d7a4b99fe9ac1db9689131e599dbe2d5718437d4a8c772f762

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f6eeb2fb7d947ec784a88f3a1e560482399d66e4998192601551cd5cdcaa400d
MD5 c68fe848713ff1c42d74750981596c56
BLAKE2b-256 6da7718c59c1497c3641ab568f83a07e5919a3a33987ab1faf29fbbc3588acad

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5fd0e95f5644d789decdfa64c1c8f280c80ad8b5bcbe047a52835835e37f63ab
MD5 54ae6b6efadfbd1b42330c0e79e50e5b
BLAKE2b-256 9d5b6336aea9828ecb2966c34395fe327e316c2dcd64b7de18317e3f8a636079

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.15.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 205.4 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for pyzstd-0.15.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 1eb6094f7475d98ecfccc1f750310c6d21bac0f9f55451952cdaddff86d7de76
MD5 e922799fbbc0f18ac1bfc5418e9faade
BLAKE2b-256 729860df4da6cbb9c17cab744ace19526803ae63453aa38b30a7465967f859b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.15.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 185.9 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for pyzstd-0.15.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 85dc94768091ba1ecbb1b93d42ac4077f5f5903b0429b32cfc1aaef8e3dff5a9
MD5 368b8a9a910aa35d10e59747da8b68f6
BLAKE2b-256 a8ad5be9cd573ae35713db9d3f2c7cdccd57e594c9714840a25b77860e726d3e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e4dedc15311232fe6d936d527c28fd1cbe87e8c718cf21bff805fc6e435149a6
MD5 013ac1fa83fd355e3374fd2553d59ae8
BLAKE2b-256 9a586c416434af06254a703f49f16bebd1470456887de1cfe343745dfaf664dd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp38-cp38-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 24d5f3d09fee7974623386028e0cd1a48b7eb22eb2ae585187134b372d642667
MD5 673aa8a9aef4bcd146fa3b7c61998385
BLAKE2b-256 6901a378780d1d3b3d6a39a16f39aea15aeb14a43b84a38b07cee1792705525c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 71cbd63eae0f8fac301f44ca95d564b93312c8abdc8521895480fc7a888c167b
MD5 ecc0f007fa652d7d68050a8c8de1cc4c
BLAKE2b-256 1d7284ef94ca8b8cad1bf1aae42f4b0992449e12279a427d52fa2f6a876a8d5c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b48232d0cbe334d544b2de35815e4e110ee9bc71105ea725c2a8ee4c5e13e5b6
MD5 5a56038399ad538eb169f5eba1ea6c47
BLAKE2b-256 3b0c4ce1767dceec4b713bab3049ee5345497c9432822fec91300edb3c2f1dd1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7ac66b03f0a8f16120baecf6581238ff89acfbece971cf922817e7ca56b9cdd0
MD5 331298c961e6069f7f430187d9e5e4aa
BLAKE2b-256 e6785cbf9fbd3c943b17ea7f4c57ada24bb0ba1ac598eadf936e65872ede7c1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 73ab56bf1c63238519e21abc24705b6c989dcc6ca0aa6df593a136c7b52158ba
MD5 7d4d69cae0588fb3523164e6e9fcf435
BLAKE2b-256 b73f26c6fadcf4bf914e4735040ce0401f1f058ebf4db794338ccf581ef90b9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3bc2bd8046a07c67e0fd836bde73c94dba05e7d094c7f46cc206d877bbb0f6f5
MD5 2233b19b5b1c8e7d7c99c67e28c838b3
BLAKE2b-256 a2da5ca7466c207cf109138dda5ddef544edfe4562e63220bba90d23f88565ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 253772bf87add090f5e90da794c77f7db900e85f5fea67db500a57b608a33d8e
MD5 e7448b111a6dcab3399c7480ba824bba
BLAKE2b-256 653a22353a76b79fb5cfbaa44689f6b169d1dc56c5f1bb2eba31e946264017c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 87daba80ff4d2d0ee6aeff8041185ec6062017e6a8f9af7bd103830b1acd8680
MD5 ffb367b6229a7c3bd72450ffdef958c7
BLAKE2b-256 fec2b819e98c3890e210eb667ed7724116f9fa978fec32dfff871d7568739908

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.2-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.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2d558ebd4778d47c759ab9e24f4a03d06b334f056c9ec2108a69bb708af976e1
MD5 18931e9e5b6a970a73fe8920b5e2d241
BLAKE2b-256 d444d8a6a1ab4c67c554dfba5ec93f2b82d505230f4e9c1397c8c8dd1a15811c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a812a9292934a1b3dac8ca3345f632137be4f87cf7fdaa9f717762bc1c664211
MD5 f29c747833f5149fd22b0bc48ec173e2
BLAKE2b-256 1abd171a921c726876a780ab65e9b235d1e71d1f1fcdbe365bda44bbe32a2bce

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1d4724f4de815dddc5587cc80f3e050267ffa79aa27f2409664f7c9873177b1e
MD5 1e8e4a9cb79bb47a6f14a14fae7b1674
BLAKE2b-256 5fed1d838deaaf77fa28a623d872d9fae3ca1c2d2c809bc40bc833dc2920bf6b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2e1fed39c43be2819a1cc43a5c8f98e162dcdedc8d711f5adac6a0b105f879e0
MD5 5977bffeced7a8a589f1cef5b7d551fa
BLAKE2b-256 2933e4eda9568c134e32ed08f610b4e010d8e7c795ed0606e61853992daef3dd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 2cc2a96361af3f584db4c1a330076b3a7e7ada6c9b49f5695917db3a0ef27043
MD5 250e7059312a1b5419f0f278c994bad0
BLAKE2b-256 0f0921b7c9449df65fdb900fd7a4a61d1838d125bbdb7c7001f24a0e0ce775ca

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d0b912c1d1c98cb5b1b97d8fd0cfe40f6dd78b078a6d13a9430f9b23a64d9036
MD5 d84bbd195d2e6ba752f7c950d48c117e
BLAKE2b-256 8769548a7e35b50116302ee396bf063b093b44217f177ae77fd1a81a5cba1b9d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b8994c3856034886bd45572a7ca51337c56531af24e2f0c4a5fa817d9562d8c5
MD5 85c287955d42996aba83fe5592949ccb
BLAKE2b-256 30f3fdd078b4924cf0e17737d5a32694eb995114294db3b9767daa3a805b6a49

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp37-cp37m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 03ec78fe660d2f8aa347eb845179e96d845ac54665d22cca46f550e50ee00e27
MD5 e8fad648a55198bc08a18807fe5003f1
BLAKE2b-256 599b1693adba6877578b9e590c57d4bcaaff48fda1e2e685e3605c4b259e2c31

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 976df720f642e1383b0428740dd4e1b00adee2aa393f84427f2b3f666cde0198
MD5 267d9456ff4e6b4e4a968dc24e011c1c
BLAKE2b-256 dfa53b20272c8a71f558b58721dd90341a0152f43daad2d6b67a8d683acfc0ab

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 40a6cebcd51d9c3960096f1d3be006f1d770bcb85ce9e25ebeab276a628270e4
MD5 f9ab3ae682e13de74dbb1c93b74967c2
BLAKE2b-256 93d4f1ad880bafd886f39a578d7ee9b34d66ead58eac896223dfb2db7b97ad0c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5d5b670541099d532e2ba686cee644433bde7feb91cf8e096cd494031d048111
MD5 505b5e91cd20d63e4e1dff3f8480067e
BLAKE2b-256 02adf448790d46519021e6b25a6267986379b748313f522d6a62b6889abb61e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 42a049d7481c92d721593bd07018860a8646e46dbf004ec7684348d8752cffbe
MD5 65c5b0256d35d1ecd8131b77f69a0d29
BLAKE2b-256 28e4faa036b30eadba948c596165309aacdb47b1aa76a4a6281c792c9833d4e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 aeac4d2c578578e0468725af8f9601ec089180c7a08ba82138b01a8ac6f93713
MD5 1445d06e028fb13d4ba3e4ef3f2f4390
BLAKE2b-256 c0f74b3e331b0652e47bad5645ca9053c571774b8327bb808e3cd328c9337422

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f37d28475079a1a8de3729dd091db73c8f15d8066ba3e42866e1d302a92d10ab
MD5 a6dc905c381fd4c3f54d5eb725721f71
BLAKE2b-256 d3842a3049a58723eaa6906f41cf20924beb4675e5024af75d1c42542f73afe4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d37aabff8fb7fdc80feab0100204dc03efa37f92e13599d950bc000f5800b665
MD5 5a93bb2a52030bc784ed6d9e7491bb26
BLAKE2b-256 9aa0cb5f9056516dadee49ad3f8313c4d6197cd471f3636f4b5867619442bdb1

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.2-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.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 424375a8f72099993e1debb0e866366f4d1f07eae03ff04a1349879cfdb62460
MD5 6f8ee10665aa76243b6f7e428907a52a
BLAKE2b-256 f2d728db666deae14392182ed6ce41b27e60e412c3f932c516b66693affe8b37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 681f196073a8d61cda180d21a49be1c60c0d6c44345741a3ae0c8fdc0f182969
MD5 4817f25d3d54ffa941c757429d8b9b81
BLAKE2b-256 3fea54949f1d87dce5c4c5b5e3aa1e674a0b92cbc74039f217c203c68bbd8f26

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 737c6744091340ce1b309769e7c75207141639ddafd3c6a49d37724c152541a1
MD5 9116723962cb2b12336a405ec66bcd08
BLAKE2b-256 aba09429453833903ee58a843e60e03e29463b3fc282fe9570df0c630be5031c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 813d2097636c20ccd07a55a444f81ea12ea22f519087ae0256c7390459ac6307
MD5 d023d24afd3a553fd089f5409327a48f
BLAKE2b-256 7b0e2a1677399019ae5d65d83ca4d6e4ac4c68886eb1a3af1979206e519581d2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 5781ee32cd1d7dcbe9cef4a4adec7a333eb1f5988f3c28652dea7682416915f3
MD5 c4300aeae693060b5ae6ac1c28694a45
BLAKE2b-256 e2d6e2dceda07bdf0e322cf90929bb9f0dd1af36a65e5f2508ddfdca2bf548ce

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 697f4f9cd61f1a553417c53d88d1a36fcd83ac07c971f9b388804ab0cd47eaf8
MD5 4b0051cd3f54cbfce8996243c1e78a22
BLAKE2b-256 8debd46cc7660683be4f562f49d41ffa4c2bd9f9727752b0678205f0a116bc41

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp36-cp36m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 ec57406aa493df2864b4fa87fbdef2fac4393f80aa4bd86a85fc2ca134e4448b
MD5 1a9967b530079493fa258cd6b79cd9e0
BLAKE2b-256 30cf56c914c06b795743524a2ce949e6d62489e0b737e0f429cfeae2617bb1ce

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp36-cp36m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 388f4b6db1733a9904820152c5e8f1b020fbbb5748979aec698a66921d6d1ed4
MD5 57c40955aea573102b381481df63a600
BLAKE2b-256 833d9ffd877fdc7b4489952f2c0b242d265a465915b933fd64ad6c98751f1c18

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 441b56f14cd58f7891caf88ec2098e94f52e91d6c90f8024d596fad68e7dc847
MD5 dee8db80dc8c46c8abf6c8f3befb8291
BLAKE2b-256 74afec8b181b29c2c444f091a234fef014ef261b8a727c2cc2caca8929df0d69

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3f470997dfb2198493b7a94e9d2dd4d924c1bd194418ccd28a2c3a8e78817829
MD5 b2ecff2a93c6f4e2fdbec216100f9ecb
BLAKE2b-256 cfd4ae906d22547d1e3bca62c28f6fa3474343776075eae26646069de87626e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cfda67c88cb0a3c9ec8e23423d5fe0a8a9030972160df25fb50a0c5b5299f01d
MD5 7a8dfb05e6fe2cec11e047b7d19b93d6
BLAKE2b-256 48e2af9593b934f3b75fc0c7a66bb0760cc8940f6d7c992cfbd8aa9148b712a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d606f936fc5d8d4aabcb1a63783a557ec2c11c9a76a5a0d1eb7ad544704b12bc
MD5 00b2e6929cd4540c5434e3da1f33a798
BLAKE2b-256 6e82fd80645a53d26960fbb15d6f24436550213144c9d876945f026f6ab6a7cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 16df77f4a5ce44c5043322ba28b6aecfb1d83683a54005fa7bcc1d90cbabfc1b
MD5 902b1f60fafd98697e74c535b23c9b3c
BLAKE2b-256 048079c95e2fbb5e527070d456a4ae03fb9e877c8fdd4d697c75bf75e9981f71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 447974ca17627dd753ebad0ab5088d0b21941465c1e88caffdfbf868632faf3b
MD5 1ca50475c368c67717e5ec5b43781923
BLAKE2b-256 50670d3c397962d66e756e4fc36110e603dded0bda25524aec954726388305bc

See more details on using hashes here.

File details

Details for the file pyzstd-0.15.2-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.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 623a84b4aa775503b93789742c37552eb88fd585c21041231149f258883fbc30
MD5 477e420fbca372c97d6772669de45bbf
BLAKE2b-256 cd8f7351933af7accadb7979a08d2231579609e0589efcf437215ae99412ba8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzstd-0.15.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 23cb528dc774ef78fb6eb6ec79878c45cc64cf43381e757a5423dbc54eb08759
MD5 07ec84d6628e44b2ebadff298b3a4795
BLAKE2b-256 3c21c91ff0914bebf32083e4d84a1b7c68ecd4cfcddbd479c01036909f3dbae3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.15.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6ace57db82e0977a40ce8f503e642b6da3cafa041e24bcd4445b2ca4731be6cc
MD5 967be489ef2141733b76c8aefff6cf2c
BLAKE2b-256 cecf204f70f9515a42c5fbf8ca9045fbc41a4acf368e921f93497f9300a3dd99

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