Skip to main content

Python bindings for Zstandard (zstd) compression algorithm, the interface is similar to Python's bz2/lzma module.

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 interface is similar to Python’s bz2/lzma module.

Includes zstd v1.4.5 source code.

Release note

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 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+.

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

Uploaded Source

Built Distributions

pyzstd-0.13.0-cp39-cp39-win_amd64.whl (222.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyzstd-0.13.0-cp39-cp39-win32.whl (191.3 kB view details)

Uploaded CPython 3.9 Windows x86

pyzstd-0.13.0-cp39-cp39-manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9

pyzstd-0.13.0-cp39-cp39-manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.9

pyzstd-0.13.0-cp39-cp39-manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.9

pyzstd-0.13.0-cp39-cp39-manylinux2010_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pyzstd-0.13.0-cp39-cp39-manylinux2010_i686.whl (1.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pyzstd-0.13.0-cp39-cp39-manylinux1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9

pyzstd-0.13.0-cp39-cp39-manylinux1_i686.whl (1.7 MB view details)

Uploaded CPython 3.9

pyzstd-0.13.0-cp39-cp39-macosx_10_9_x86_64.whl (303.2 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyzstd-0.13.0-cp38-cp38-win_amd64.whl (222.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyzstd-0.13.0-cp38-cp38-win32.whl (191.3 kB view details)

Uploaded CPython 3.8 Windows x86

pyzstd-0.13.0-cp38-cp38-manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.8

pyzstd-0.13.0-cp38-cp38-manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.8

pyzstd-0.13.0-cp38-cp38-manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.8

pyzstd-0.13.0-cp38-cp38-manylinux2010_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pyzstd-0.13.0-cp38-cp38-manylinux2010_i686.whl (1.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pyzstd-0.13.0-cp38-cp38-manylinux1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8

pyzstd-0.13.0-cp38-cp38-manylinux1_i686.whl (1.7 MB view details)

Uploaded CPython 3.8

pyzstd-0.13.0-cp38-cp38-macosx_10_9_x86_64.whl (302.9 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyzstd-0.13.0-cp37-cp37m-win_amd64.whl (222.3 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyzstd-0.13.0-cp37-cp37m-win32.whl (191.1 kB view details)

Uploaded CPython 3.7m Windows x86

pyzstd-0.13.0-cp37-cp37m-manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.7m

pyzstd-0.13.0-cp37-cp37m-manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.7m

pyzstd-0.13.0-cp37-cp37m-manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.7m

pyzstd-0.13.0-cp37-cp37m-manylinux2010_x86_64.whl (1.9 MB view details)

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

pyzstd-0.13.0-cp37-cp37m-manylinux2010_i686.whl (1.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pyzstd-0.13.0-cp37-cp37m-manylinux1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.7m

pyzstd-0.13.0-cp37-cp37m-manylinux1_i686.whl (1.7 MB view details)

Uploaded CPython 3.7m

pyzstd-0.13.0-cp37-cp37m-macosx_10_9_x86_64.whl (302.9 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyzstd-0.13.0-cp36-cp36m-win_amd64.whl (222.3 kB view details)

Uploaded CPython 3.6m Windows x86-64

pyzstd-0.13.0-cp36-cp36m-win32.whl (191.1 kB view details)

Uploaded CPython 3.6m Windows x86

pyzstd-0.13.0-cp36-cp36m-manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.6m

pyzstd-0.13.0-cp36-cp36m-manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.6m

pyzstd-0.13.0-cp36-cp36m-manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.6m

pyzstd-0.13.0-cp36-cp36m-manylinux2010_x86_64.whl (1.9 MB view details)

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

pyzstd-0.13.0-cp36-cp36m-manylinux2010_i686.whl (1.7 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pyzstd-0.13.0-cp36-cp36m-manylinux1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.6m

pyzstd-0.13.0-cp36-cp36m-manylinux1_i686.whl (1.7 MB view details)

Uploaded CPython 3.6m

pyzstd-0.13.0-cp36-cp36m-macosx_10_9_x86_64.whl (302.9 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

pyzstd-0.13.0-cp35-cp35m-win_amd64.whl (222.3 kB view details)

Uploaded CPython 3.5m Windows x86-64

pyzstd-0.13.0-cp35-cp35m-win32.whl (191.1 kB view details)

Uploaded CPython 3.5m Windows x86

pyzstd-0.13.0-cp35-cp35m-manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.5m

pyzstd-0.13.0-cp35-cp35m-manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.5m

pyzstd-0.13.0-cp35-cp35m-manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.5m

pyzstd-0.13.0-cp35-cp35m-manylinux2010_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ x86-64

pyzstd-0.13.0-cp35-cp35m-manylinux2010_i686.whl (1.7 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

pyzstd-0.13.0-cp35-cp35m-manylinux1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.5m

pyzstd-0.13.0-cp35-cp35m-manylinux1_i686.whl (1.7 MB view details)

Uploaded CPython 3.5m

pyzstd-0.13.0-cp35-cp35m-macosx_10_9_x86_64.whl (304.1 kB view details)

Uploaded CPython 3.5m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyzstd-0.13.0.tar.gz
  • Upload date:
  • Size: 600.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0.tar.gz
Algorithm Hash digest
SHA256 f3cd6bd4c31ea4a4438da009a0a9fa166a3e33c6924baa94e259a800e4f8f18b
MD5 66d578df4b7f8915cf051f72bb6e65ce
BLAKE2b-256 ae13d8ebf3af0cf72b86ec0145ca8b0bc304a1b0923beab18113661f41406f5d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.13.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 222.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5

File hashes

Hashes for pyzstd-0.13.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ecf4ccb5ec82ac4a4914eb180fee29123056236827e21adaab4546818bc9f699
MD5 63f375d03471281859d280fc0b12b094
BLAKE2b-256 d441bdfa43664ad7fa4e2a4f06788d2c981843d75b018607356c6018931c5570

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.13.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 191.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5

File hashes

Hashes for pyzstd-0.13.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 cfd2bff2e8d861e129d4c4f4e369ebbb7c8046a8e7c779976a29d6c1f2ca1b2e
MD5 48c8a742a5a68f63252fdad8ad1bd9f7
BLAKE2b-256 145586f15b7aaf459c8e899d7b7c38147fb1a0aa8a762a41a805efa7e39449ff

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp39-cp39-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31c18b645f260c32be5c8e53b145f5ec70a35873c70685e78b9a1f3f91026979
MD5 1c674867eab79fb4c788b33279efc24e
BLAKE2b-256 7fcbd7e85a9b3ce68cdfbf520e0477f33e827c614682d13b4c2f774c5551c2c5

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp39-cp39-manylinux2014_i686.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp39-cp39-manylinux2014_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp39-cp39-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e8ac8dbb5aa894b14317dd96da665244ab6d00862a0eb73ab613b0121fd5721b
MD5 8e88c3f951adbcfbe704f85c20e1fb96
BLAKE2b-256 778f807139fe555842bba3ea490c097a3053c3c287eac620b071c2a1036996c1

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp39-cp39-manylinux2014_aarch64.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp39-cp39-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3230ccf860ace0665259716efaaf1598978d251799865d3ae0e432753ea54392
MD5 5da9f36c0ff8f2868576755302e69583
BLAKE2b-256 c31bb3a6e4ffe4d2811b4c9dbdc6d2fb14d033b9034a16402283199e77486ba2

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 544ad1a53aceba036f9f64fc6623e7a11bbbf4acd0245fd66d0547e8ea2aa3b2
MD5 47a77467e3ebf7b1f5c213398321fd29
BLAKE2b-256 96752bc0af077d3892d9538c6017b73e0c3bd254b77dfefe96bcbd8b1eaf7916

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b1ed9fe5db841353ef6afeda96c0e3ff68412261f39fdf2baa7dcf1a40f10d1e
MD5 9ac0e8a431446f578d6e6a54edb91f70
BLAKE2b-256 7bd8963fdf38732f3e9803347cb98962dde0e715e9abd22ed845d64043190708

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 eda0edf28a986cce5ad02e70c6f9bc7a9492e05d5b2f8f703f1dae1634d1ccd9
MD5 bad1ed392f0ed4c0a05c327ad609a2d2
BLAKE2b-256 28c8088fd7280e92fc9b83e3599833770bd7a27095869aecead00e383edbafae

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b148f15be408148bce043485890c4e630f8a10bce7867c8ce67197f85ddeb9d9
MD5 732159b2789fe80a77f9ea69c8298ff5
BLAKE2b-256 c5a1aba9ba3fe62b9749587d0289de8641f7d74ac2b70a53c9b7a43afba1eb3a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.13.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 303.2 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0

File hashes

Hashes for pyzstd-0.13.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 70c85a0a8295148054ede2de57578b54f5f998dc7a20ace9324ed3fe25368ffe
MD5 a723f21b177847153fcb1bbcf063fe56
BLAKE2b-256 3f45daedb9acbb1ca42c7731850ed143d549a794934902f44706f5934cae0958

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.13.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 222.4 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5

File hashes

Hashes for pyzstd-0.13.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 4a5ad342f7c1c4ade46ec2351d1ba73bd85eb5a6ae74132aad94e96112035a2d
MD5 a655389016a9487ff4228db296c99ab0
BLAKE2b-256 2b5686907956b67a296e2b188ef8a99db21883957b0c7d510b8e18fc9029d89b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.13.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 191.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5

File hashes

Hashes for pyzstd-0.13.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 dd070fb71251bfb392e6997def4df8df4634b72b80a97f0aca7f586a88d594bf
MD5 cff3274c6ead6b62e0397a08ea5425e7
BLAKE2b-256 929d5618280bd27a024cabda053a93d2435a84d16e774d057f18bf832d82af8b

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 be8143ddfdb2a69a050bfe7338d7e7dcf6f5056a0397406231c6acead84b5454
MD5 96dc218b163794398ca30d18f1b5cae8
BLAKE2b-256 753bfad7bf361b60fafd32c60f48329fcf31678b73004b8aab3f500432174480

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp38-cp38-manylinux2014_i686.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp38-cp38-manylinux2014_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp38-cp38-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e102e59e278d948d67827c3aa924b4debaea67e1d0df8d74b8eef5d57a6a3fa4
MD5 d0d1e505f7fd489fc4724cf15cbb2958
BLAKE2b-256 657b4d11022618dd0a8803a5238e31506a0c6792c200dae736c12724a4f091d2

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp38-cp38-manylinux2014_aarch64.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp38-cp38-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d256b77610f2d2bfdf6e74889d0251aab0160bde4f095097de46b2845e3f7372
MD5 79ea54e9855ff8a9844a941539a7bf86
BLAKE2b-256 b52b4d67360a3a3fb1789bc3441a3755f2aff2ce3885259b7fd0119c50488cc7

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 61621c40c704d26f9b3d1f443a5904b8ae480a730e3b5057177075631ab95cc6
MD5 3555f24ea34bbe0b664b1990fcc28bb2
BLAKE2b-256 69641f6147b3f0cdc3318b062cfa8f6a22a5d60f27690569f2369368d85dde0f

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 17f7a2d42908d927a8e29d1c098ec8d1179b788caf65a345949cd1259ddb691d
MD5 1fb197baf02dbf9e7dc0facf7e88f5fa
BLAKE2b-256 a8324704c0a5cb4a8bce1060f0ba3e3972d3e0f1ecd5d03d119c098601e37915

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b827dcb71d7389b738a2b5387f2623a21e245581c6440e64161863c1fb1daa5a
MD5 4b15f1d913851ca4d8a7ccb4ba613ad7
BLAKE2b-256 d28b5cfe1b957da840088b1c5e5aca568adc7aeea039b36d674f851c56ca33ce

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 51618d0889c252bffaa77256874872bf425bce6b2662bdaa15a7d31a2f525a2f
MD5 d7710eb1e0c4846914be59de49621d75
BLAKE2b-256 697dae45d545aaed2e36191da232f55cf903116ed9a03cc0836bf9d3b020eb9a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.13.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 302.9 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0

File hashes

Hashes for pyzstd-0.13.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 19d373f983f99051c5847e61521107e0d5cda2c2e63cfc5b70b4fd0b35f7ae54
MD5 569fe2ba7f50b3d81e99fb3ee1658161
BLAKE2b-256 def5c138da0a83a90df36a6a87f50cab7916c63a6bb48dddfe6022bc82ef4931

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.13.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 222.3 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5

File hashes

Hashes for pyzstd-0.13.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 1a0bd6bd378a3a828297fdedfdd920a8111b5c7d3a0409742610b0b6ad264d1f
MD5 557f717d28a1c84f6215891b26ce520a
BLAKE2b-256 f4741b81bd665bd3f1e4f91f23946556252fb12e0ea8e93cc3673e0184bc26c1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.13.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 191.1 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5

File hashes

Hashes for pyzstd-0.13.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 ba527c75c9a43de5e0ac813c01222d38d50e7632b58f35ddb1017d5d9d16f961
MD5 87d4d784fdf4697108c564ebd80a2d54
BLAKE2b-256 a347796e596b66a6e03d19bd42b4b29e4d9e6e8510009d5de56e04fe94c9c0ff

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp37-cp37m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1986070947f50812ee1df3ce4973680f56ee2fd1fe3bcb75ed2b55ca21128c2a
MD5 e5bc1875e2655f6d9aa8a31368d86165
BLAKE2b-256 191ec7ab0b465ebe697e6b8846317aaffa5b39758cfba039c6e11456d6a938f9

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp37-cp37m-manylinux2014_i686.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp37-cp37m-manylinux2014_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp37-cp37m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5e1b8a6fff4daff3a7f5bec093239412f9de1d44b08528634cf3e89ae1366db0
MD5 4bcfee051a21a9fd32b9cd2126ad202e
BLAKE2b-256 d0786996cd602403c910b81cfb8b57d1cef895040373fb7e72368735089e1acf

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp37-cp37m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp37-cp37m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 be64f6feb4dfe3bd4f343a011c6cf3788aa6f4429d1aa00df2db60941753e459
MD5 23ce50037855525567f690ebbee94f86
BLAKE2b-256 52e8e57dbf738d37082fe485842213fee61c1cb833b0f693babf760c860d9326

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8cc7b94404ac351a03b34d0403f043d51da48785ace34525e393cf8f92e41b3f
MD5 e914a40f253ba5c35c63963ea98baa17
BLAKE2b-256 eb21813fa671e9a0c4b85762605a9f0eed28f34b19bffa34cae75dd7a10d7220

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 97e330843c9c8388a0f318b29190013eb5a88de754dec725c8fcc653e75e0a2e
MD5 3bf2100be7a54cfcfb26ce12f5a7906f
BLAKE2b-256 981ff6c1e5f30af1829cf0d8bd1b412def624fb18116ff0c97f9d94ada767035

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b99d683201c3e2642a100fed3155f2fcd4ac4e727980911b1daf024543349824
MD5 2c564220a4920b40678235d2556414e9
BLAKE2b-256 7e390749e29cfb3e9a98e9b83e371c03fde538949995fcea92574bd15b7b0083

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 186e5f18ba8de5adc9c41a8a7c685cb6b97235f23d0279d11de6e13b2657a464
MD5 fef816288d2b5a4b545200215823a3dd
BLAKE2b-256 d2eb665dc82a851f569ad9a50ed356878fdb57338686225f97385a227bf56fb3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.13.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 302.9 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0

File hashes

Hashes for pyzstd-0.13.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 75088b611631edd611a7730d467376c6fc750e65f9f3ef220634bb3977cd659f
MD5 ab4b737eca1598052189d86147169a2a
BLAKE2b-256 8df4657c89945f4eaf5b3b9d107e8ce3bf7c06cf82888ccb0afc049da8e22633

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.13.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 222.3 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5

File hashes

Hashes for pyzstd-0.13.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 b6633ca968b390a5318cc1f10bac22a49287109a6625750a5b79044dc565f617
MD5 c50684896ed91e69de2ffb93a1df8c7e
BLAKE2b-256 9ce30ce954132d7a1038989c525e897d4afa956d011130e61a6be453461c46fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.13.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 191.1 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5

File hashes

Hashes for pyzstd-0.13.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 e288dde6b1fa5860985dd4507653efa701683bbda4dab61f82c78f09d6d24779
MD5 cbb59c3e522ff06a72bcdf8ea08b66d2
BLAKE2b-256 543d6d56a89b1bf3d46e942414a99c79e92bf44b68d5124fcd3bef9ade1c54b4

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp36-cp36m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp36-cp36m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c6049beaeb733dfcb0be93c18a0573880a12fed5b8d500202fd3ee1abf7b5572
MD5 5c5ae169c65d383e4a99a737e776c5ab
BLAKE2b-256 a50f170e870b3a0ae48a2276a833c10c522e7baaeb4173d23833c5036d1f23e3

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp36-cp36m-manylinux2014_i686.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp36-cp36m-manylinux2014_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp36-cp36m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2bb0a88c073ef30398d665c8d5c6ac09b0a01162137b527b90bcc39c0305e61e
MD5 06a66784a57b99736e54328322672b25
BLAKE2b-256 a40a9d4b08fb6081d4d0c01f8cec4d620a406ee560de0c8b4314e8fa1882dedb

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp36-cp36m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp36-cp36m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0c3897eb88e63e7fb878bb70a621fa3959631bf70573e4c372a6667293892696
MD5 01606f89197f7030fa3dc799b7e4c472
BLAKE2b-256 af1c6338b1e711b28f4ef779da356f22786474b489f4ef8ddadf0321c868291d

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f5759697190c43a11efc88adec2bea8792f46a1bcba4b55688d0fb7695dcabc2
MD5 686ce757807243d4b9370f32167d8f41
BLAKE2b-256 49193c8b51a2e8fdb7497af7a2add53e84a27c1dcac2aa2c5489a0ef622e1fa9

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f497bf8f54fa6e30c20237fd3435e9af5e766e0691738b1de509255db1ca2a8c
MD5 5981f35def7ca5125fc157a99edc4de1
BLAKE2b-256 c40c8c536e73162e1a3bad56f572a46952a5ef11f28bbcde6c40d2707361753a

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 bbe83575103f4d43ae0459bebae670b7997651f64348acb7f987d8e873314d41
MD5 910df36cfe23faf1630e0fc396e0678b
BLAKE2b-256 d2eaf7fe9e80bbb085543d8a6fe0f194d3f4ea970f41e296b605194097567df2

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 805cd22903c30b125da9273a185335f04b20876ae51f344b3521cf52dbdd700d
MD5 d08852d47ce7aa253a911c29e0e1642a
BLAKE2b-256 ccebbd4d61782c9a6161271daf8d3b5f7eeffc888c6898816bd5256c883959cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.13.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 302.9 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0

File hashes

Hashes for pyzstd-0.13.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9e6549ba092538403c5f8430b160e5f757343414b6e3d5e4f2b286152e61c807
MD5 8df31d003a4ed2eac28fdd6ad1bb3d3a
BLAKE2b-256 1fefb66ffac82a7216f802657e53915946f3b82a4c8075bf98e1c91ed1b1adfa

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 222.3 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5

File hashes

Hashes for pyzstd-0.13.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 65ca60102d286c75ad1ed4b7063a9982c42be56678345dc80859beda3cb3cd58
MD5 987402f89e01c50b7a8540157070fe97
BLAKE2b-256 3a2e2b9ac8f7dc3d57460f2102a18b0921cd59d2397a433b2772796e2568b65f

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp35-cp35m-win32.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 191.1 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5

File hashes

Hashes for pyzstd-0.13.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 da6ae87beb522b2e03b9bb306c40ee127d61d4e9a6ab992a858e008e47990f9a
MD5 5eab179e501bdb343fee8b0a7f64ea0c
BLAKE2b-256 f527dd5e94f4aacfbb96f1fe9dbafbc52e5084b18e5554dadef5095adbb9ed1b

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp35-cp35m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp35-cp35m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp35-cp35m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4ce7c450f907884c149b9c705d8de8490c616afd66899a4a22f25d676b9f1d6a
MD5 fc0a6f613fb4afb91cbc7979d1c5a72d
BLAKE2b-256 7b639ffcbd6e54f5dbfd8c5cadab7e4cc671310a42100a3a33090c1c4fb5205b

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp35-cp35m-manylinux2014_i686.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp35-cp35m-manylinux2014_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp35-cp35m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f2c025ab69b5fb2aaa215f4227a03f43244aa67c69430f98457e8a85676c5a52
MD5 c096bc8406325c6c8f943e4e63dacc30
BLAKE2b-256 2f3ad20c23e688b97cca32fdc27f23723b50ec55dc8f52dd1742e6e442adfedf

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp35-cp35m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp35-cp35m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp35-cp35m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3e3eb38efb8df37dc3817b746afe75a2990ec7542ab87d8091aeefcd49e4eda7
MD5 796219bbd9b15087e4c98e10564e8fba
BLAKE2b-256 c53f8caf6ff4a7213717ab742325e1d92bff5ce7752675d0d594afa8a49226f3

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 02e784ccfb91777bb4c6a0f6aec1fba44e98b3ea47f129aa35d92c1455ac82a2
MD5 81a8aa69d4d203a2be3310df7dbacec5
BLAKE2b-256 b3a4d89551d13dffc7901966795179c1698594ca4b202dd66f58d0a129087639

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9c87e88375a1a1ae147c4a650c006f9b3eae3b1cf436a1fd51a634ac7d2af2b6
MD5 d4565b133ef351b58ad92c4bc4e4f8ed
BLAKE2b-256 1deb73cc462d813ee715e344e689a5ff9265adc636f4ce9bfdf1ae53b4e70290

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0654083ba15818288442664c2aa373d4b12d8ac91909cc0d6f6d73e60dbb3c6e
MD5 99b7c15ee06249a8d3df08867adca2e4
BLAKE2b-256 d4d4583d60ec17c55a60a6a33b0bd4d55c759b54fda4611e180f5dd3d3ce401b

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pyzstd-0.13.0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 3adb306127ab7b7b16a6633db965c7506609fac626983aed79f440c857408f9f
MD5 4f9a013b9895390b9eb857067013a009
BLAKE2b-256 4567237de07f5f71ad643b96ac0109cf574b65683d4f7c21dbf9918e6769b2ec

See more details on using hashes here.

File details

Details for the file pyzstd-0.13.0-cp35-cp35m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyzstd-0.13.0-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 304.1 kB
  • Tags: CPython 3.5m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0

File hashes

Hashes for pyzstd-0.13.0-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 717f870d883278825dea3a7d2dd6c6dc73f5aff48a86bd8db2e5af3546906876
MD5 c2f73c2b5b2252f4c2b7997f75d682a2
BLAKE2b-256 a78b8054c790aab6eb19f78b19dde9126f47acab0cca7fafb236c7be38dbefc6

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