Skip to main content

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

Includes zstd v1.4.8 source code.

Release note

0.14.1 (Dec 19, 2020)

  1. Update 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 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.14.1.tar.gz (624.7 kB view details)

Uploaded Source

Built Distributions

pyzstd-0.14.1-cp39-cp39-win_amd64.whl (237.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyzstd-0.14.1-cp39-cp39-win32.whl (205.9 kB view details)

Uploaded CPython 3.9 Windows x86

pyzstd-0.14.1-cp39-cp39-manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.9

pyzstd-0.14.1-cp39-cp39-manylinux2014_i686.whl (2.0 MB view details)

Uploaded CPython 3.9

pyzstd-0.14.1-cp39-cp39-manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.9

pyzstd-0.14.1-cp39-cp39-manylinux2010_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pyzstd-0.14.1-cp39-cp39-manylinux2010_i686.whl (1.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pyzstd-0.14.1-cp39-cp39-manylinux1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.9

pyzstd-0.14.1-cp39-cp39-manylinux1_i686.whl (2.0 MB view details)

Uploaded CPython 3.9

pyzstd-0.14.1-cp39-cp39-macosx_11_0_arm64.whl (335.4 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pyzstd-0.14.1-cp39-cp39-macosx_10_9_x86_64.whl (344.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyzstd-0.14.1-cp38-cp38-win_amd64.whl (238.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyzstd-0.14.1-cp38-cp38-win32.whl (206.6 kB view details)

Uploaded CPython 3.8 Windows x86

pyzstd-0.14.1-cp38-cp38-manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.8

pyzstd-0.14.1-cp38-cp38-manylinux2014_i686.whl (2.0 MB view details)

Uploaded CPython 3.8

pyzstd-0.14.1-cp38-cp38-manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.8

pyzstd-0.14.1-cp38-cp38-manylinux2010_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pyzstd-0.14.1-cp38-cp38-manylinux2010_i686.whl (1.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pyzstd-0.14.1-cp38-cp38-manylinux1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.8

pyzstd-0.14.1-cp38-cp38-manylinux1_i686.whl (2.0 MB view details)

Uploaded CPython 3.8

pyzstd-0.14.1-cp38-cp38-macosx_10_9_x86_64.whl (343.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyzstd-0.14.1-cp37-cp37m-win_amd64.whl (238.7 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyzstd-0.14.1-cp37-cp37m-win32.whl (206.3 kB view details)

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m

pyzstd-0.14.1-cp37-cp37m-manylinux2014_i686.whl (2.0 MB view details)

Uploaded CPython 3.7m

pyzstd-0.14.1-cp37-cp37m-manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.7m

pyzstd-0.14.1-cp37-cp37m-manylinux2010_x86_64.whl (2.0 MB view details)

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

pyzstd-0.14.1-cp37-cp37m-manylinux2010_i686.whl (1.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pyzstd-0.14.1-cp37-cp37m-manylinux1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.7m

pyzstd-0.14.1-cp37-cp37m-manylinux1_i686.whl (2.0 MB view details)

Uploaded CPython 3.7m

pyzstd-0.14.1-cp37-cp37m-macosx_10_9_x86_64.whl (343.7 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyzstd-0.14.1-cp36-cp36m-win_amd64.whl (238.7 kB view details)

Uploaded CPython 3.6m Windows x86-64

pyzstd-0.14.1-cp36-cp36m-win32.whl (206.3 kB view details)

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

pyzstd-0.14.1-cp36-cp36m-manylinux2014_i686.whl (2.0 MB view details)

Uploaded CPython 3.6m

pyzstd-0.14.1-cp36-cp36m-manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.6m

pyzstd-0.14.1-cp36-cp36m-manylinux2010_x86_64.whl (2.0 MB view details)

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

pyzstd-0.14.1-cp36-cp36m-manylinux2010_i686.whl (1.8 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pyzstd-0.14.1-cp36-cp36m-manylinux1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.6m

pyzstd-0.14.1-cp36-cp36m-manylinux1_i686.whl (2.0 MB view details)

Uploaded CPython 3.6m

pyzstd-0.14.1-cp36-cp36m-macosx_10_9_x86_64.whl (343.7 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

pyzstd-0.14.1-cp35-cp35m-win_amd64.whl (238.7 kB view details)

Uploaded CPython 3.5m Windows x86-64

pyzstd-0.14.1-cp35-cp35m-win32.whl (206.3 kB view details)

Uploaded CPython 3.5m Windows x86

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

Uploaded CPython 3.5m

pyzstd-0.14.1-cp35-cp35m-manylinux2014_i686.whl (2.0 MB view details)

Uploaded CPython 3.5m

pyzstd-0.14.1-cp35-cp35m-manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.5m

pyzstd-0.14.1-cp35-cp35m-manylinux2010_x86_64.whl (2.0 MB view details)

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

pyzstd-0.14.1-cp35-cp35m-manylinux2010_i686.whl (1.8 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

pyzstd-0.14.1-cp35-cp35m-manylinux1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.5m

pyzstd-0.14.1-cp35-cp35m-manylinux1_i686.whl (2.0 MB view details)

Uploaded CPython 3.5m

pyzstd-0.14.1-cp35-cp35m-macosx_10_9_x86_64.whl (344.7 kB view details)

Uploaded CPython 3.5m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyzstd-0.14.1.tar.gz
  • Upload date:
  • Size: 624.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1.tar.gz
Algorithm Hash digest
SHA256 f8e0ce96dc3625518aa82b07837c2c933280ede6075896292633f2db76b7abe8
MD5 c1824f439cdf1fc000ac0a914ad1cf49
BLAKE2b-256 f38a397e3f2cf06bacc59d901e83f07b1040b06b053279f8e73e53da4d20a3ad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 237.8 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.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for pyzstd-0.14.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0b1e32dfbbd6ca4df118efa2d6c6123418f33c8237c1729ff4532646b9bf80bf
MD5 00a3d88f74de563bfe413cf47af65bc1
BLAKE2b-256 aab2d240791fe70b8bab5af10f2008cf576a8e8d877ee53f46937a09b73b2a24

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 205.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for pyzstd-0.14.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e85085478866fcfab0d0f263c7a2991f518b5c706f55f1300dc4912d96e69a66
MD5 9d77636f5dcd44f3bfc4507440f9154f
BLAKE2b-256 078efd2735e44fef5e771150c52048a133ddcc90441500bb6a8b357ad5428b7f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp39-cp39-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 73a57c0c11f0be84482725ef150dd0a0a101884c51c30b487609861b08625092
MD5 1d41ad6dbd74aac8377d65645a34fe0a
BLAKE2b-256 85afbf0a0fee3133ac5b7cda6efc4f85276f91b52493caa1920ac78411312235

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp39-cp39-manylinux2014_i686.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp39-cp39-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 69b973b07772ed12a8f05767a1aad5ac64256b8404b63951a8068da0b0ea3ee4
MD5 802fdc75d47af50a24333d59c7d3c0ec
BLAKE2b-256 1d4a2a67cd752c3b49d0700ccd281ad8ac030a6f6220aaae25427a01d1f2603f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp39-cp39-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0192578bcbdcb0ec32b097a31922bee5df5e07500afeac300eb071e4c90b3b96
MD5 dc866ccd38b763501fd00a52dae3c84a
BLAKE2b-256 02b98c0bb3a6f91e84694f44c2f920f98a2109c30ddd03ecc134e55fa2d68a3b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.0 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.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 70f4543fe0c5bf48b3e487baf39b4c2cf5b3842eccc7a906e7e37dd4afbcd340
MD5 2c2d0938e3eb8b72632204ac55344857
BLAKE2b-256 b45358422816384b61e7887c7fb172144810abc01b1d603246587a0fd6b472dc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.8 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.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d3721f9f0e94a1b8d8089f45ca11f7c487d59b81f129d6285c7eaf963018d921
MD5 c3aa4c78b3b35b2a7d77a86dd23d3fec
BLAKE2b-256 d066392bf9e7b828d5bda4c219417dcf73b81b446d2869b0d162536df9d2de5e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 78ae21ae8d2b882791baf5cf9b90b1945833742ed8a8049cd0bb09885cf9d3bf
MD5 0d3c04b4c8454f278bda983d7548607d
BLAKE2b-256 0b022233db76a8c54076933aa4279af662d309aef1d8e26be5c32b84216af854

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 dc09c7b0dbcb215118d9e522aced3634700ec785d3cf4a10c3798ed13ab48852
MD5 630f9a13ee198fc065f0615ac48e408d
BLAKE2b-256 ca669287a0edc358485ea721aef47d2e1296591b4e14707391a5f3d403119f27

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 335.4 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for pyzstd-0.14.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b36d988587890599f30e98f3a5d090eac6125a7ee500a6fb478744c2e9625b6e
MD5 061f45df25ab9b0c3f1fdc1a3d709cf6
BLAKE2b-256 fbda26c232f9c7bc1fc45d9637d3c9d16665cc72cfd8ce1219b6c3468899d87a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 344.1 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.25.1 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for pyzstd-0.14.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 533d7dc1a4353d877822ee84287c59a373850b49e2163c43871992a8a6a9d3f9
MD5 648cc7966f5004db7a1e0ade97fcaa61
BLAKE2b-256 feb8c349cceff50cd15a094109f7548a1f66a831003af0b88af83a330c170e28

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 238.6 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.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for pyzstd-0.14.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6a89344a2e863450b32612084f2e963fbb1ede6518e5d156b6f0a7c7a8c88c39
MD5 ca8ebceb772b45736191349f5bd7f768
BLAKE2b-256 b3dcaa23ac98160e55332bccae4e8d074a35605b6c86610cc9fe1071cf2a55b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 206.6 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for pyzstd-0.14.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 4da5011314e02478f3a1a6363528826813f51f9c3b7981d80c81a45fd3e6db2d
MD5 681970082a61a07149ad5a450bb0d191
BLAKE2b-256 64c303a78f832235b8cc3e9c813ba3f7f64970e027c5ead8e16019e87ab44bd6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e610c3f5e757c515a764c71e635291ab8d08ae5c7a2980719ab39f8a4df20be9
MD5 39d310be99078f0900b92c89dee4bc7a
BLAKE2b-256 be7aba3259eefc3c37a7e528fa933c201b2bcd1880d8fc81233cf44d387bd767

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp38-cp38-manylinux2014_i686.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp38-cp38-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b90efba0aea639a3a1bd6ab165b9096150b9c60633287b056799b253e97501c3
MD5 3431c4244d6174ce76d93a2d4c746edc
BLAKE2b-256 e1fe6f31c7dff05b1623c58f69f888a8a55eaa5bacb9654bf4032b78d21a3315

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp38-cp38-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d4d4597e110ba4e4b3d6a0b8f66c3df30ca849928d79ae7bed0d7a558e925bcf
MD5 d17b6ce62fe221d4b932c0ece51f8b5c
BLAKE2b-256 d711648d23f2d96f31149214e4c8a31cbb4b96c8b0028b4bf9776826bd03eb5a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.0 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.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 28228fa8aeead6b81cbef016a0ab8be082940404fa99d60aae3599bca13b9a27
MD5 2694cf5eeb4164f74089d55a07c33066
BLAKE2b-256 888c9308ba0eb006ee9d227b7785be0d8e158dcf5ba20f30802dc7365dcd70c1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.8 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.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ce4f62f9d3c2c508fad3781f793a8fc1abe1663c9a82e0a06ba59f2ba5a0bc2b
MD5 8d8cd3d46eb0e01a04134b3ab61657e0
BLAKE2b-256 8a7b1646a8b364a52a84cd9cd836753a87cfc824b558d058fe44832aef9a0c4f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 bba1e73e6b1066d85c3ad36701adfc978166651fb824b665b06244517344187f
MD5 30d10b7d2b8d4801912f7b0307efffe4
BLAKE2b-256 592df285b28077f9b48cb5f334feca252e54fce90bcd6f752d81ad156bae542b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 150288558fe07241e3966518c13633bfc7b1d5705082f4a6c9c8a121b6086710
MD5 58ed32f3e294fe43b8c50885fcafb589
BLAKE2b-256 2764bb67cc0976c8ce5bf26102a9ece77d1fc20696587f6a61edeb1e0a35f5a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 343.6 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.25.1 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for pyzstd-0.14.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4f72619900c5903ebffff12ae4d81ecfbaa3bb62346dd995d826632f99f6acb1
MD5 c862408e97a96ce7a2bef2a2816aaead
BLAKE2b-256 344f21269193ee624c4886e89122e1e3129fcbad116f948208c9ce5454e883de

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 238.7 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.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for pyzstd-0.14.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 95bbbb7279157f30c1b56d76bc60386a6283f147fbeff3e708219bc596ae064b
MD5 78cab937cc22cb6e9a0e3762049860c3
BLAKE2b-256 999f2a6a4d7f4814e104e9843d64f71ba7c79882db75bfebe59f5cabac9a0bb8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.14.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 e04514d6f12aaca24e1a46e2e0e88a5eff96119020730cb6e6c6e0c6ccb1138f
MD5 573aba89292e9c7dc712636b88ff26f1
BLAKE2b-256 aadf602c77c75a133f4995a7accdabf8bbe8e296be0895b2d3bca90c402da677

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-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.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e08f542d9fc185e4e730b72074a49bf4bbbcd39742680a786f79a6d45d4ae100
MD5 5dea61bcf4c9eb3fce1072d0bad179bb
BLAKE2b-256 1159e1be6afab55b8c78811b0f606ad88fe2c6a2a3ae0e5e9995c89908bf6258

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp37-cp37m-manylinux2014_i686.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp37-cp37m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cb79d2d9be8a042c54a81e8a95422be3c1c15c9366e2c5fcd2405ac9796f46c8
MD5 298605d3dac9ebdb7d7cc9979ac827d2
BLAKE2b-256 6429eed8e9b340a12797c344b3be91ce3e15267ae01b41d0e9b683b0772f9d08

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp37-cp37m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 23ed6239077d6ffa657cf9d5108efcee9d90f743e12389b057faf37f43971c17
MD5 d93119b8d116967835e1f5e1471b321c
BLAKE2b-256 a0cbe070fa717643cb1c421f2c180c5af890dafd086a5679f30f2f8b3097436b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.0 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.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a88e1f6d9b479d9591759c37b8227e1788c94e063bba610dd2889bda7f617b25
MD5 ec6fc732a9c2d30c7ec131b9d4717d07
BLAKE2b-256 eb7a1805a9048c6307a3c591837533d89ea3d89e1517c7d5b5949ada080838bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.8 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.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8b203f76946fbe2b63db279413b262126e919fa49a03e0a077559c6127bc27d9
MD5 14a51d3ddadabe5f4143f062d3caac1d
BLAKE2b-256 bc44d472df5060a5fbe3c4934bd4dbee5076e0371ecec4ad049778cfabb1512a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1c585506e02303706d103e1c2757f03039227fae8f6e5e32a47d861f21d6dcaa
MD5 5f23d4128e596097ae252545ffd1385f
BLAKE2b-256 3dacebf61feb86ae909efc1e62514c7a120809014d65048016d0448a4d4b0a1c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 dc3b44c75a3c74bfca27a15631db9e007f7f9a7e0c75c67b34a56070062faab1
MD5 2624b1c60ec98870f850552fafbfd6fb
BLAKE2b-256 7ed3b486591d367dd1489d95c466da7810f2e66ab7c52897f047af7f6274eadb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 343.7 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.25.1 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for pyzstd-0.14.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b2752636391f55e22c953b5cab144f1de008912d6ea03962335b12487a773d4d
MD5 f982e48fe491f885f0f59f1742b8304d
BLAKE2b-256 8d033517f3957f8c8f3d91cba2c756430957b081b7908235e78d5d9001d224b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 238.7 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.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for pyzstd-0.14.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 2cf0b56782b54933f1510c68a4dc6691b8fdec8e3873eb370568f8f5a68c69a9
MD5 5f7f475fd67be9707d093891c2b6ceb0
BLAKE2b-256 91ac29d31253a864796add5aa7ea44b97fd4387e94d69458a087c338b6e93af3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.14.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 cd9b523d8968d48ed853a033aa3691ab9caa40e0b73431e1d4bbb01a6de4baac
MD5 821d64584c5104e01da369fe67e2c132
BLAKE2b-256 2f0ce5f4a4ac1aad214aaa5ae521bc7db833e9b093ef1f723e1b41526b92e51f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-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.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f6d91f9d61774809e529b985a7fc70742120299353aadb59fb59b743125e073f
MD5 0c30deae29dac565980326b7337a1677
BLAKE2b-256 6da6e848955d9de637037b049b3ca4ab8581c885072c5c1f0ad344109ab9c532

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp36-cp36m-manylinux2014_i686.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp36-cp36m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ce2bb8d97fbb3615529cb54424148daf3b6fe2473c3bc504905f4658b3f87261
MD5 413c15f0713697d53e182c2f226ad5f9
BLAKE2b-256 c7d52d409b22fd1bf2dfa33547dc1644a75ea26f1de2f198fff5793345ab2248

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp36-cp36m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d155d76bd66105cf93e38bf520cf94b257ab42b059c6fbe4632b68c4b8da9b77
MD5 ce9e9737c4cda973df28fc381481a59e
BLAKE2b-256 9482c2e93aa26c9d774e469d48fd9df26f9cc9957f59c4f04da4788198dbb573

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.0 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.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 332c7d5b4f885699f78150389e79a18b6b73894f6d130bc1c9c749271c1b4203
MD5 078ad4a18c7ba7e34b821b4c6aaf9998
BLAKE2b-256 38b25b08ca4300c523c07c158c70c14f4705527e52097b23344ef55c66dcc333

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.8 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.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 95db38e11272dcba05febc5465f5212ce11485e201091b5e8b688f00694c3e90
MD5 17dfb7b3c5bd83922c444029f6db15ab
BLAKE2b-256 34b3827973718eb23f72a035a41bb66731dfa607551021586b775387d4fc40a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 49ea92e8270fe4039d88c47a59115001d1e74473162fbc2924891fbd2498243a
MD5 032ce1777c2de10d7f3f26370343983e
BLAKE2b-256 e4dc348b4d70e07353a11f7d62fb900e5f818baaf07aaea7fd65b2ca2a3b6cbb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b96b6c7d8238b59f1241df3f8bd96be711eb149fc768a484ecd1a761f5595694
MD5 52bf05482032ec8fd2e3ab07b975ca03
BLAKE2b-256 34c9be190a4bd7aac7faa60d01c384755d8d1efdd9f8ff88b78c30c755552031

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 343.7 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.25.1 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for pyzstd-0.14.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 590d31770f5014b0b5a712a7fda14b2bb66fbfe9508b4a06297f01fe40e83706
MD5 0bafedd4cf78628bcdc49458d78af2ef
BLAKE2b-256 fb30ddbe59a68db8463e6a439f1c86ab47dbe4cf6e13a16096651facff3c936f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 238.7 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.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for pyzstd-0.14.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 aca9ac6db32f9552c97c39f516c64366c33274724b959189dfea29a2894a6c7e
MD5 68e702764e113d14d251ad19a4d21a93
BLAKE2b-256 f81a0e7da04c09c4cf86ead7e177e61ba16f9e2b2f82f595c0256764430608b7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyzstd-0.14.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 a4ed2585f87cef9afdc16787bd85eefa6621469fed1ebc2e64902629e9d4cbd2
MD5 3571d956aeefe947906f0063b4877bc8
BLAKE2b-256 71086e9a17dee4a9401a001e71df7b36b5a5450b9ef6ac884c6b7261d3f5a3cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-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.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp35-cp35m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 63f3e15193f898a9f3ba7cbcf68ed4dc0201a49530b844f3e1fdfbde88c3c32d
MD5 5f46df17dd29b4f5bb3211d6563a14cf
BLAKE2b-256 63d76995e323a89d7875642f7332fb57dddddd144cab6e4e6fa9f5fa2a87d87a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp35-cp35m-manylinux2014_i686.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp35-cp35m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d9d7de66ef472b1ed232d2883f5653a6efbe3124043cbacc4601c20a851663af
MD5 5f1e55dfa950a908abfae02c100a9397
BLAKE2b-256 d10dcdea0002dc657377e82ebb22baa27f4729a033fb229d5ad9bd00aa4c2eac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp35-cp35m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp35-cp35m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e2e01522f61e396942d6919ecfa612452df18dbf5c8f71f416d0bd2031a22352
MD5 0ce2b31a9ebb33cd809c7c3939b81e03
BLAKE2b-256 e7c185e12cd7db8db31365ef5eed35516e67c5869a170768f9729aba71cff86f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.0 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.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0eef8e16b9a2f3498daffd2dcacf132a4e6a179b36006769f15039504a5b652d
MD5 93d9f40e5cf78c68ccada5ab4d730143
BLAKE2b-256 21dfcc0d6fc1ede71d0e087294b013de28f4e07efe06dc2257b9af8820eab0ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.8 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.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 aa2da406bebb7dd9062b68de7bf955ca056e17f2f4f6987936b772206fc6881a
MD5 d868467508e87b74c41437b703c31427
BLAKE2b-256 5a48b07321c21663dfa642bab2d17fea4a8ff83ddecb7fd8ce4140fa3e52a609

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 918139d1cc18e8a13db40140366f7750ddfa77432cfeb8a14180e43bbd3ae73d
MD5 be9e5af5417e5e42d8fd7098d8b4244a
BLAKE2b-256 d063e76ed4fcc4c18a4fefb497f2190ee6ea1ad196068a932aad66dae478c63b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pyzstd-0.14.1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 d878be4e15067f9e4330fb94e0cdb872126e8f01ec9774764f2f1c1cc26b8d79
MD5 3cf3028a9e7cb3a4c3062604ef2450f6
BLAKE2b-256 99880e4efbe54ce75d5dec0148d28d5fe5ba351e46994d8fbe9c9cd520558dcb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzstd-0.14.1-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 344.7 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.25.1 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for pyzstd-0.14.1-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8637bc1c3d0775a4ec86fbf3f9bc5f29935f265c8f81a5ffa82a6c3cb80b89b8
MD5 f4b57bbae866899b2c4f752e46e1e3c0
BLAKE2b-256 c4c5d98b31b9a3f12fec653b4f8c98a2919fb74765befc44c42bcf803fd2848d

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