Skip to main content
File added late

1 file was added to this release more than 14 days after its initial publication. Inspect the release files before installing.

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.

Release files for pyzstd 0.14.1

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

File added late

1 file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release files before installing.

Source distribution (sdist)

Source distribution for pyzstd 0.14.1
File Size Uploaded
pyzstd-0.14.1.tar.gz 624.7 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for pyzstd 0.14.1
File
pyzstd-0.14.1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
pyzstd-0.14.1-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
pyzstd-0.14.1-cp39-cp39-manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
pyzstd-0.14.1-cp39-cp39-manylinux2014_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-32 Details
pyzstd-0.14.1-cp39-cp39-manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
pyzstd-0.14.1-cp39-cp39-manylinux2010_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.12+ x86-64 Details
pyzstd-0.14.1-cp39-cp39-manylinux2010_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.12+ x86-32 Details
pyzstd-0.14.1-cp39-cp39-manylinux1_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.5+ x86-64 Details
pyzstd-0.14.1-cp39-cp39-manylinux1_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.5+ x86-32 Details
pyzstd-0.14.1-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
pyzstd-0.14.1-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
pyzstd-0.14.1-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
pyzstd-0.14.1-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
pyzstd-0.14.1-cp38-cp38-manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
pyzstd-0.14.1-cp38-cp38-manylinux2014_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-32 Details
pyzstd-0.14.1-cp38-cp38-manylinux2014_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
pyzstd-0.14.1-cp38-cp38-manylinux2010_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.12+ x86-64 Details
pyzstd-0.14.1-cp38-cp38-manylinux2010_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.12+ x86-32 Details
pyzstd-0.14.1-cp38-cp38-manylinux1_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-64 Details
pyzstd-0.14.1-cp38-cp38-manylinux1_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-32 Details
pyzstd-0.14.1-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
pyzstd-0.14.1-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
pyzstd-0.14.1-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
pyzstd-0.14.1-cp37-cp37m-manylinux2014_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64 Details
pyzstd-0.14.1-cp37-cp37m-manylinux2014_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-32 Details
pyzstd-0.14.1-cp37-cp37m-manylinux2014_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64 Details
pyzstd-0.14.1-cp37-cp37m-manylinux2010_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64 Details
pyzstd-0.14.1-cp37-cp37m-manylinux2010_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-32 Details
pyzstd-0.14.1-cp37-cp37m-manylinux1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 Details
pyzstd-0.14.1-cp37-cp37m-manylinux1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32 Details
pyzstd-0.14.1-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
pyzstd-0.14.1-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
pyzstd-0.14.1-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
pyzstd-0.14.1-cp36-cp36m-manylinux2014_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64 Details
pyzstd-0.14.1-cp36-cp36m-manylinux2014_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-32 Details
pyzstd-0.14.1-cp36-cp36m-manylinux2014_aarch64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64 Details
pyzstd-0.14.1-cp36-cp36m-manylinux2010_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-64 Details
pyzstd-0.14.1-cp36-cp36m-manylinux2010_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-32 Details
pyzstd-0.14.1-cp36-cp36m-manylinux1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 Details
pyzstd-0.14.1-cp36-cp36m-manylinux1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 Details
pyzstd-0.14.1-cp36-cp36m-macosx_10_9_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 Details
pyzstd-0.14.1-cp35-cp35m-win_amd64.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-64 Details
pyzstd-0.14.1-cp35-cp35m-win32.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-32 Details
pyzstd-0.14.1-cp35-cp35m-manylinux2014_x86_64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.17+ x86-64 Details
pyzstd-0.14.1-cp35-cp35m-manylinux2014_i686.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.17+ x86-32 Details
pyzstd-0.14.1-cp35-cp35m-manylinux2014_aarch64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.17+ ARM64 Details
pyzstd-0.14.1-cp35-cp35m-manylinux2010_x86_64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.12+ x86-64 Details
pyzstd-0.14.1-cp35-cp35m-manylinux2010_i686.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.12+ x86-32 Details
pyzstd-0.14.1-cp35-cp35m-manylinux1_x86_64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64 Details
pyzstd-0.14.1-cp35-cp35m-manylinux1_i686.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32 Details
pyzstd-0.14.1-cp35-cp35m-macosx_10_9_x86_64.whl CPython 3.5 CPython 3.5 pymalloc macOS 10.9+ x86-64 Details

Total release size: 73.6 MB

Release files / pyzstd-0.14.1.tar.gz

Download URL pyzstd-0.14.1.tar.gz
Size 624.7 kB
Tags Source
SHA-256 checksum
How to use checksums
f8e0ce96dc3625518aa82b07837c2c933280ede6075896292633f2db76b7abe8
BLAKE2b-256 checksum
How to use checksums
f38a397e3f2cf06bacc59d901e83f07b1040b06b053279f8e73e53da4d20a3ad
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL pyzstd-0.14.1-cp39-cp39-win_amd64.whl
Size 237.8 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
0b1e32dfbbd6ca4df118efa2d6c6123418f33c8237c1729ff4532646b9bf80bf
BLAKE2b-256 checksum
How to use checksums
aab2d240791fe70b8bab5af10f2008cf576a8e8d877ee53f46937a09b73b2a24
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL pyzstd-0.14.1-cp39-cp39-win32.whl
Size 205.9 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
e85085478866fcfab0d0f263c7a2991f518b5c706f55f1300dc4912d96e69a66
BLAKE2b-256 checksum
How to use checksums
078efd2735e44fef5e771150c52048a133ddcc90441500bb6a8b357ad5428b7f
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp39-cp39-manylinux2014_x86_64.whl

Download URL pyzstd-0.14.1-cp39-cp39-manylinux2014_x86_64.whl
Size 2.2 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
73a57c0c11f0be84482725ef150dd0a0a101884c51c30b487609861b08625092
BLAKE2b-256 checksum
How to use checksums
85afbf0a0fee3133ac5b7cda6efc4f85276f91b52493caa1920ac78411312235
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp39-cp39-manylinux2014_i686.whl

Download URL pyzstd-0.14.1-cp39-cp39-manylinux2014_i686.whl
Size 2.0 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
69b973b07772ed12a8f05767a1aad5ac64256b8404b63951a8068da0b0ea3ee4
BLAKE2b-256 checksum
How to use checksums
1d4a2a67cd752c3b49d0700ccd281ad8ac030a6f6220aaae25427a01d1f2603f
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp39-cp39-manylinux2014_aarch64.whl

Download URL pyzstd-0.14.1-cp39-cp39-manylinux2014_aarch64.whl
Size 2.0 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
0192578bcbdcb0ec32b097a31922bee5df5e07500afeac300eb071e4c90b3b96
BLAKE2b-256 checksum
How to use checksums
02b98c0bb3a6f91e84694f44c2f920f98a2109c30ddd03ecc134e55fa2d68a3b
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp39-cp39-manylinux2010_x86_64.whl

Download URL pyzstd-0.14.1-cp39-cp39-manylinux2010_x86_64.whl
Size 2.0 MB
Tags CPython 3.9 Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
70f4543fe0c5bf48b3e487baf39b4c2cf5b3842eccc7a906e7e37dd4afbcd340
BLAKE2b-256 checksum
How to use checksums
b45358422816384b61e7887c7fb172144810abc01b1d603246587a0fd6b472dc
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp39-cp39-manylinux2010_i686.whl

Download URL pyzstd-0.14.1-cp39-cp39-manylinux2010_i686.whl
Size 1.8 MB
Tags CPython 3.9 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
d3721f9f0e94a1b8d8089f45ca11f7c487d59b81f129d6285c7eaf963018d921
BLAKE2b-256 checksum
How to use checksums
d066392bf9e7b828d5bda4c219417dcf73b81b446d2869b0d162536df9d2de5e
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp39-cp39-manylinux1_x86_64.whl

Download URL pyzstd-0.14.1-cp39-cp39-manylinux1_x86_64.whl
Size 2.0 MB
Tags CPython 3.9 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
78ae21ae8d2b882791baf5cf9b90b1945833742ed8a8049cd0bb09885cf9d3bf
BLAKE2b-256 checksum
How to use checksums
0b022233db76a8c54076933aa4279af662d309aef1d8e26be5c32b84216af854
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp39-cp39-manylinux1_i686.whl

Download URL pyzstd-0.14.1-cp39-cp39-manylinux1_i686.whl
Size 2.0 MB
Tags CPython 3.9 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
dc09c7b0dbcb215118d9e522aced3634700ec785d3cf4a10c3798ed13ab48852
BLAKE2b-256 checksum
How to use checksums
ca669287a0edc358485ea721aef47d2e1296591b4e14707391a5f3d403119f27
Upload date
Uploaded using Trusted Publishing?
What is 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

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

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL pyzstd-0.14.1-cp39-cp39-macosx_11_0_arm64.whl
Size 335.4 kB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
b36d988587890599f30e98f3a5d090eac6125a7ee500a6fb478744c2e9625b6e
BLAKE2b-256 checksum
How to use checksums
fbda26c232f9c7bc1fc45d9637d3c9d16665cc72cfd8ce1219b6c3468899d87a
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL pyzstd-0.14.1-cp39-cp39-macosx_10_9_x86_64.whl
Size 344.1 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
533d7dc1a4353d877822ee84287c59a373850b49e2163c43871992a8a6a9d3f9
BLAKE2b-256 checksum
How to use checksums
feb8c349cceff50cd15a094109f7548a1f66a831003af0b88af83a330c170e28
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL pyzstd-0.14.1-cp38-cp38-win_amd64.whl
Size 238.6 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
6a89344a2e863450b32612084f2e963fbb1ede6518e5d156b6f0a7c7a8c88c39
BLAKE2b-256 checksum
How to use checksums
b3dcaa23ac98160e55332bccae4e8d074a35605b6c86610cc9fe1071cf2a55b6
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL pyzstd-0.14.1-cp38-cp38-win32.whl
Size 206.6 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
4da5011314e02478f3a1a6363528826813f51f9c3b7981d80c81a45fd3e6db2d
BLAKE2b-256 checksum
How to use checksums
64c303a78f832235b8cc3e9c813ba3f7f64970e027c5ead8e16019e87ab44bd6
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp38-cp38-manylinux2014_x86_64.whl

Download URL pyzstd-0.14.1-cp38-cp38-manylinux2014_x86_64.whl
Size 2.2 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
e610c3f5e757c515a764c71e635291ab8d08ae5c7a2980719ab39f8a4df20be9
BLAKE2b-256 checksum
How to use checksums
be7aba3259eefc3c37a7e528fa933c201b2bcd1880d8fc81233cf44d387bd767
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp38-cp38-manylinux2014_i686.whl

Download URL pyzstd-0.14.1-cp38-cp38-manylinux2014_i686.whl
Size 2.0 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
b90efba0aea639a3a1bd6ab165b9096150b9c60633287b056799b253e97501c3
BLAKE2b-256 checksum
How to use checksums
e1fe6f31c7dff05b1623c58f69f888a8a55eaa5bacb9654bf4032b78d21a3315
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp38-cp38-manylinux2014_aarch64.whl

Download URL pyzstd-0.14.1-cp38-cp38-manylinux2014_aarch64.whl
Size 2.0 MB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
d4d4597e110ba4e4b3d6a0b8f66c3df30ca849928d79ae7bed0d7a558e925bcf
BLAKE2b-256 checksum
How to use checksums
d711648d23f2d96f31149214e4c8a31cbb4b96c8b0028b4bf9776826bd03eb5a
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp38-cp38-manylinux2010_x86_64.whl

Download URL pyzstd-0.14.1-cp38-cp38-manylinux2010_x86_64.whl
Size 2.0 MB
Tags CPython 3.8 Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
28228fa8aeead6b81cbef016a0ab8be082940404fa99d60aae3599bca13b9a27
BLAKE2b-256 checksum
How to use checksums
888c9308ba0eb006ee9d227b7785be0d8e158dcf5ba20f30802dc7365dcd70c1
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp38-cp38-manylinux2010_i686.whl

Download URL pyzstd-0.14.1-cp38-cp38-manylinux2010_i686.whl
Size 1.8 MB
Tags CPython 3.8 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
ce4f62f9d3c2c508fad3781f793a8fc1abe1663c9a82e0a06ba59f2ba5a0bc2b
BLAKE2b-256 checksum
How to use checksums
8a7b1646a8b364a52a84cd9cd836753a87cfc824b558d058fe44832aef9a0c4f
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp38-cp38-manylinux1_x86_64.whl

Download URL pyzstd-0.14.1-cp38-cp38-manylinux1_x86_64.whl
Size 2.0 MB
Tags CPython 3.8 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
bba1e73e6b1066d85c3ad36701adfc978166651fb824b665b06244517344187f
BLAKE2b-256 checksum
How to use checksums
592df285b28077f9b48cb5f334feca252e54fce90bcd6f752d81ad156bae542b
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp38-cp38-manylinux1_i686.whl

Download URL pyzstd-0.14.1-cp38-cp38-manylinux1_i686.whl
Size 2.0 MB
Tags CPython 3.8 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
150288558fe07241e3966518c13633bfc7b1d5705082f4a6c9c8a121b6086710
BLAKE2b-256 checksum
How to use checksums
2764bb67cc0976c8ce5bf26102a9ece77d1fc20696587f6a61edeb1e0a35f5a9
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL pyzstd-0.14.1-cp38-cp38-macosx_10_9_x86_64.whl
Size 343.6 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
4f72619900c5903ebffff12ae4d81ecfbaa3bb62346dd995d826632f99f6acb1
BLAKE2b-256 checksum
How to use checksums
344f21269193ee624c4886e89122e1e3129fcbad116f948208c9ce5454e883de
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL pyzstd-0.14.1-cp37-cp37m-win_amd64.whl
Size 238.7 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
95bbbb7279157f30c1b56d76bc60386a6283f147fbeff3e708219bc596ae064b
BLAKE2b-256 checksum
How to use checksums
999f2a6a4d7f4814e104e9843d64f71ba7c79882db75bfebe59f5cabac9a0bb8
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL pyzstd-0.14.1-cp37-cp37m-win32.whl
Size 206.3 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
e04514d6f12aaca24e1a46e2e0e88a5eff96119020730cb6e6c6e0c6ccb1138f
BLAKE2b-256 checksum
How to use checksums
aadf602c77c75a133f4995a7accdabf8bbe8e296be0895b2d3bca90c402da677
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp37-cp37m-manylinux2014_x86_64.whl

Download URL pyzstd-0.14.1-cp37-cp37m-manylinux2014_x86_64.whl
Size 2.1 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
e08f542d9fc185e4e730b72074a49bf4bbbcd39742680a786f79a6d45d4ae100
BLAKE2b-256 checksum
How to use checksums
1159e1be6afab55b8c78811b0f606ad88fe2c6a2a3ae0e5e9995c89908bf6258
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp37-cp37m-manylinux2014_i686.whl

Download URL pyzstd-0.14.1-cp37-cp37m-manylinux2014_i686.whl
Size 2.0 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
cb79d2d9be8a042c54a81e8a95422be3c1c15c9366e2c5fcd2405ac9796f46c8
BLAKE2b-256 checksum
How to use checksums
6429eed8e9b340a12797c344b3be91ce3e15267ae01b41d0e9b683b0772f9d08
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp37-cp37m-manylinux2014_aarch64.whl

Download URL pyzstd-0.14.1-cp37-cp37m-manylinux2014_aarch64.whl
Size 2.0 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
23ed6239077d6ffa657cf9d5108efcee9d90f743e12389b057faf37f43971c17
BLAKE2b-256 checksum
How to use checksums
a0cbe070fa717643cb1c421f2c180c5af890dafd086a5679f30f2f8b3097436b
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp37-cp37m-manylinux2010_x86_64.whl

Download URL pyzstd-0.14.1-cp37-cp37m-manylinux2010_x86_64.whl
Size 2.0 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
a88e1f6d9b479d9591759c37b8227e1788c94e063bba610dd2889bda7f617b25
BLAKE2b-256 checksum
How to use checksums
eb7a1805a9048c6307a3c591837533d89ea3d89e1517c7d5b5949ada080838bd
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp37-cp37m-manylinux2010_i686.whl

Download URL pyzstd-0.14.1-cp37-cp37m-manylinux2010_i686.whl
Size 1.8 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
8b203f76946fbe2b63db279413b262126e919fa49a03e0a077559c6127bc27d9
BLAKE2b-256 checksum
How to use checksums
bc44d472df5060a5fbe3c4934bd4dbee5076e0371ecec4ad049778cfabb1512a
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp37-cp37m-manylinux1_x86_64.whl

Download URL pyzstd-0.14.1-cp37-cp37m-manylinux1_x86_64.whl
Size 2.0 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
1c585506e02303706d103e1c2757f03039227fae8f6e5e32a47d861f21d6dcaa
BLAKE2b-256 checksum
How to use checksums
3dacebf61feb86ae909efc1e62514c7a120809014d65048016d0448a4d4b0a1c
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp37-cp37m-manylinux1_i686.whl

Download URL pyzstd-0.14.1-cp37-cp37m-manylinux1_i686.whl
Size 2.0 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
dc3b44c75a3c74bfca27a15631db9e007f7f9a7e0c75c67b34a56070062faab1
BLAKE2b-256 checksum
How to use checksums
7ed3b486591d367dd1489d95c466da7810f2e66ab7c52897f047af7f6274eadb
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL pyzstd-0.14.1-cp37-cp37m-macosx_10_9_x86_64.whl
Size 343.7 kB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
b2752636391f55e22c953b5cab144f1de008912d6ea03962335b12487a773d4d
BLAKE2b-256 checksum
How to use checksums
8d033517f3957f8c8f3d91cba2c756430957b081b7908235e78d5d9001d224b0
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL pyzstd-0.14.1-cp36-cp36m-win_amd64.whl
Size 238.7 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
2cf0b56782b54933f1510c68a4dc6691b8fdec8e3873eb370568f8f5a68c69a9
BLAKE2b-256 checksum
How to use checksums
91ac29d31253a864796add5aa7ea44b97fd4387e94d69458a087c338b6e93af3
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL pyzstd-0.14.1-cp36-cp36m-win32.whl
Size 206.3 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
cd9b523d8968d48ed853a033aa3691ab9caa40e0b73431e1d4bbb01a6de4baac
BLAKE2b-256 checksum
How to use checksums
2f0ce5f4a4ac1aad214aaa5ae521bc7db833e9b093ef1f723e1b41526b92e51f
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp36-cp36m-manylinux2014_x86_64.whl

Download URL pyzstd-0.14.1-cp36-cp36m-manylinux2014_x86_64.whl
Size 2.1 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
f6d91f9d61774809e529b985a7fc70742120299353aadb59fb59b743125e073f
BLAKE2b-256 checksum
How to use checksums
6da6e848955d9de637037b049b3ca4ab8581c885072c5c1f0ad344109ab9c532
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp36-cp36m-manylinux2014_i686.whl

Download URL pyzstd-0.14.1-cp36-cp36m-manylinux2014_i686.whl
Size 2.0 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
ce2bb8d97fbb3615529cb54424148daf3b6fe2473c3bc504905f4658b3f87261
BLAKE2b-256 checksum
How to use checksums
c7d52d409b22fd1bf2dfa33547dc1644a75ea26f1de2f198fff5793345ab2248
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp36-cp36m-manylinux2014_aarch64.whl

Download URL pyzstd-0.14.1-cp36-cp36m-manylinux2014_aarch64.whl
Size 2.0 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
d155d76bd66105cf93e38bf520cf94b257ab42b059c6fbe4632b68c4b8da9b77
BLAKE2b-256 checksum
How to use checksums
9482c2e93aa26c9d774e469d48fd9df26f9cc9957f59c4f04da4788198dbb573
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp36-cp36m-manylinux2010_x86_64.whl

Download URL pyzstd-0.14.1-cp36-cp36m-manylinux2010_x86_64.whl
Size 2.0 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
332c7d5b4f885699f78150389e79a18b6b73894f6d130bc1c9c749271c1b4203
BLAKE2b-256 checksum
How to use checksums
38b25b08ca4300c523c07c158c70c14f4705527e52097b23344ef55c66dcc333
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp36-cp36m-manylinux2010_i686.whl

Download URL pyzstd-0.14.1-cp36-cp36m-manylinux2010_i686.whl
Size 1.8 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
95db38e11272dcba05febc5465f5212ce11485e201091b5e8b688f00694c3e90
BLAKE2b-256 checksum
How to use checksums
34b3827973718eb23f72a035a41bb66731dfa607551021586b775387d4fc40a5
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp36-cp36m-manylinux1_x86_64.whl

Download URL pyzstd-0.14.1-cp36-cp36m-manylinux1_x86_64.whl
Size 2.0 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
49ea92e8270fe4039d88c47a59115001d1e74473162fbc2924891fbd2498243a
BLAKE2b-256 checksum
How to use checksums
e4dc348b4d70e07353a11f7d62fb900e5f818baaf07aaea7fd65b2ca2a3b6cbb
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp36-cp36m-manylinux1_i686.whl

Download URL pyzstd-0.14.1-cp36-cp36m-manylinux1_i686.whl
Size 2.0 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
b96b6c7d8238b59f1241df3f8bd96be711eb149fc768a484ecd1a761f5595694
BLAKE2b-256 checksum
How to use checksums
34c9be190a4bd7aac7faa60d01c384755d8d1efdd9f8ff88b78c30c755552031
Upload date
Uploaded using Trusted Publishing?
What is 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

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

Download URL pyzstd-0.14.1-cp36-cp36m-macosx_10_9_x86_64.whl
Size 343.7 kB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
590d31770f5014b0b5a712a7fda14b2bb66fbfe9508b4a06297f01fe40e83706
BLAKE2b-256 checksum
How to use checksums
fb30ddbe59a68db8463e6a439f1c86ab47dbe4cf6e13a16096651facff3c936f
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp35-cp35m-win_amd64.whl

Download URL pyzstd-0.14.1-cp35-cp35m-win_amd64.whl
Size 238.7 kB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
aca9ac6db32f9552c97c39f516c64366c33274724b959189dfea29a2894a6c7e
BLAKE2b-256 checksum
How to use checksums
f81a0e7da04c09c4cf86ead7e177e61ba16f9e2b2f82f595c0256764430608b7
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp35-cp35m-win32.whl

Download URL pyzstd-0.14.1-cp35-cp35m-win32.whl
Size 206.3 kB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
a4ed2585f87cef9afdc16787bd85eefa6621469fed1ebc2e64902629e9d4cbd2
BLAKE2b-256 checksum
How to use checksums
71086e9a17dee4a9401a001e71df7b36b5a5450b9ef6ac884c6b7261d3f5a3cc
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp35-cp35m-manylinux2014_x86_64.whl

Download URL pyzstd-0.14.1-cp35-cp35m-manylinux2014_x86_64.whl
Size 2.1 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
63f3e15193f898a9f3ba7cbcf68ed4dc0201a49530b844f3e1fdfbde88c3c32d
BLAKE2b-256 checksum
How to use checksums
63d76995e323a89d7875642f7332fb57dddddd144cab6e4e6fa9f5fa2a87d87a
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp35-cp35m-manylinux2014_i686.whl

Download URL pyzstd-0.14.1-cp35-cp35m-manylinux2014_i686.whl
Size 2.0 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
d9d7de66ef472b1ed232d2883f5653a6efbe3124043cbacc4601c20a851663af
BLAKE2b-256 checksum
How to use checksums
d10dcdea0002dc657377e82ebb22baa27f4729a033fb229d5ad9bd00aa4c2eac
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp35-cp35m-manylinux2014_aarch64.whl

Download URL pyzstd-0.14.1-cp35-cp35m-manylinux2014_aarch64.whl
Size 2.0 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
e2e01522f61e396942d6919ecfa612452df18dbf5c8f71f416d0bd2031a22352
BLAKE2b-256 checksum
How to use checksums
e7c185e12cd7db8db31365ef5eed35516e67c5869a170768f9729aba71cff86f
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp35-cp35m-manylinux2010_x86_64.whl

Download URL pyzstd-0.14.1-cp35-cp35m-manylinux2010_x86_64.whl
Size 2.0 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
0eef8e16b9a2f3498daffd2dcacf132a4e6a179b36006769f15039504a5b652d
BLAKE2b-256 checksum
How to use checksums
21dfcc0d6fc1ede71d0e087294b013de28f4e07efe06dc2257b9af8820eab0ff
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp35-cp35m-manylinux2010_i686.whl

Download URL pyzstd-0.14.1-cp35-cp35m-manylinux2010_i686.whl
Size 1.8 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
aa2da406bebb7dd9062b68de7bf955ca056e17f2f4f6987936b772206fc6881a
BLAKE2b-256 checksum
How to use checksums
5a48b07321c21663dfa642bab2d17fea4a8ff83ddecb7fd8ce4140fa3e52a609
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp35-cp35m-manylinux1_x86_64.whl

Download URL pyzstd-0.14.1-cp35-cp35m-manylinux1_x86_64.whl
Size 2.0 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
918139d1cc18e8a13db40140366f7750ddfa77432cfeb8a14180e43bbd3ae73d
BLAKE2b-256 checksum
How to use checksums
d063e76ed4fcc4c18a4fefb497f2190ee6ea1ad196068a932aad66dae478c63b
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp35-cp35m-manylinux1_i686.whl

Download URL pyzstd-0.14.1-cp35-cp35m-manylinux1_i686.whl
Size 2.0 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
d878be4e15067f9e4330fb94e0cdb872126e8f01ec9774764f2f1c1cc26b8d79
BLAKE2b-256 checksum
How to use checksums
99880e4efbe54ce75d5dec0148d28d5fe5ba351e46994d8fbe9c9cd520558dcb
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pyzstd-0.14.1-cp35-cp35m-macosx_10_9_x86_64.whl

Download URL pyzstd-0.14.1-cp35-cp35m-macosx_10_9_x86_64.whl
Size 344.7 kB
Tags CPython 3.5 CPython 3.5 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
8637bc1c3d0775a4ec86fbf3f9bc5f29935f265c8f81a5ffa82a6c3cb80b89b8
BLAKE2b-256 checksum
How to use checksums
c4c5d98b31b9a3f12fec653b4f8c98a2919fb74765befc44c42bcf803fd2848d
Upload date
Uploaded using Trusted Publishing?
What is 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
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page