Python bindings to Zstandard (zstd) compression library, the API style is similar to Python's bz2/lzma/zlib modules.
Project description
Introduction
Pyzstd module provides classes and functions for compressing and decompressing data, using Facebook’s Zstandard (or zstd as short name) algorithm.
The API style is similar to Python’s bz2/lzma/zlib modules.
Includes zstd v1.5.5 source code
Can also dynamically link to zstd library provided by system, see this note.
Has a CFFI implementation that can work with PyPy
Has a command line interface: python -m pyzstd --help
Links
Documentation: https://pyzstd.readthedocs.io/en/latest
Release note
0.15.7 (Apr 21, 2023)
ZstdDict class changes:
Fix these advanced compression parameters may be ignored when loading a dictionary: windowLog, hashLog, chainLog, searchLog, minMatch, targetLength, strategy, enableLongDistanceMatching, ldmHashLog, ldmMinMatch, ldmBucketSizeLog, ldmHashRateLog, and some non-public parameters.
When compressing, load undigested dictionary instead of digested dictionary by default. Loading again an undigested is slower, see differences.
Add .as_prefix attribute. Can use zstd as a patching engine.
0.15.6 (Apr 5, 2023)
Upgrade zstd source code from v1.5.4 to v1.5.5.
0.15.4 (Feb 24, 2023)
Upgrade zstd source code from v1.5.2 to v1.5.4. v1.5.3 is a non-public release.
Support pyproject.toml build mechanism (PEP-517). Note that specifying build options in old way may be invalid, see build commands.
Support “multi-phase initialization” (PEP-489) on CPython 3.11+, can work with CPython sub-interpreters in the future. Currently this build option is disabled by default.
Add a command line interface (CLI).
0.15.3 (Aug 3, 2022)
Fix ZstdError object can’t be pickled.
0.15.2 (Jan 22, 2022)
Upgrade zstd source code from v1.5.1 to v1.5.2.
0.15.1 (Dec 25, 2021)
Upgrade zstd source code from v1.5.0 to v1.5.1.
Fix ZstdFile.write() / train_dict() / finalize_dict() may use wrong length for some buffer protocol objects, see this issue.
Two behavior changes:
Setting CParameter.nbWorkers to 1 now means “1-thread multi-threaded mode”, rather than “single-threaded mode”.
If the underlying zstd library doesn’t support multi-threaded compression, no longer automatically fallback to “single-threaded mode”, now raise a ZstdError exception.
Add a module level variable zstd_support_multithread.
Add a setup.py option --avx2, see build options.
0.15.0 (May 18, 2021)
Upgrade zstd source code from v1.4.9 to v1.5.0.
Some improvements, no API changes.
0.14.4 (Mar 24, 2021)
Add a CFFI implementation that can work with PyPy.
Allow dynamically link to zstd library.
0.14.3 (Mar 4, 2021)
Upgrade zstd source code from v1.4.8 to v1.4.9.
0.14.2 (Feb 24, 2021)
Add two convenient functions: compress_stream(), decompress_stream().
Some improvements.
0.14.1 (Dec 19, 2020)
Upgrade 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.
Some improvements, no API changes.
0.13.0 (Nov 7, 2020)
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.
Add an EndlessZstdDecompressor class, it accepts multiple concatenated frames. It is renamed from previous ZstdDecompressor class, but .at_frame_edge is True when both the input and output streams are at a frame edge.
Rename zstd_open() function to open(), consistent with Python standard library.
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file pyzstd-0.15.7.tar.gz
.
File metadata
- Download URL: pyzstd-0.15.7.tar.gz
- Upload date:
- Size: 805.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55e503f28f5a9d225ce9d0639e3f5b1801bacace5aea926ec2998e73c5150fe7 |
|
MD5 | aa050d20e1c031b25f632a5110107788 |
|
BLAKE2b-256 | 584c00869826c27857250d2360ce7f5bed1906ed38ced67b783a1998df71eeaf |
File details
Details for the file pyzstd-0.15.7-pp39-pypy39_pp73-win_amd64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-pp39-pypy39_pp73-win_amd64.whl
- Upload date:
- Size: 227.3 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7edd705d185b16399ff1143f84dcb34a8e8ec73229ecc187b32d916158541ada |
|
MD5 | 96784a79cbd7a085718045d3971eae04 |
|
BLAKE2b-256 | c4c6bb88b0788ee1b9c35a92c22ead11fa2ece346132bd8f09d89eef4b38c13c |
File details
Details for the file pyzstd-0.15.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 328.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c355d04dac84f9dcaee1cd2fb9df0236afadbc90e6ebf1285376c480523d8b1 |
|
MD5 | cc6cb9e9e1dc95281a96f765bd4f1dec |
|
BLAKE2b-256 | 01313606fe02871ba85de35acbca47760cb592477888190b32dbdf8a10c8fa4d |
File details
Details for the file pyzstd-0.15.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 305.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57317f65d68dc217d6f7e354a63f349a6f08fd25c962e54c99df1520dce87b53 |
|
MD5 | 4cbb62af1a45b943ccac4f85e3bbfc62 |
|
BLAKE2b-256 | d9c5c954bce699036e69f95ef7830d4e537f12f66aaf64829166c1fbd3b49afb |
File details
Details for the file pyzstd-0.15.7-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: pyzstd-0.15.7-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 314.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97d408496c7f2d263533a1be2798fca13d1ae5eb625f556b3f3412cfd9894e01 |
|
MD5 | 66533637a3eb1bd275974bba5280b1de |
|
BLAKE2b-256 | 68b1f656f3f15b2f9aee31ad5e00d11376ce451d42390ff557bb7a593d434dfe |
File details
Details for the file pyzstd-0.15.7-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
- Upload date:
- Size: 409.5 kB
- Tags: PyPy, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71e7c2fe631f06fd2ebc5870640bc0e19cdcd3a26ad2e2a663fe4b5aa2bc3ea2 |
|
MD5 | 0915f347d4f8dab96525902ac6ea3299 |
|
BLAKE2b-256 | 9380bdaf2f693b3acc722b66cc0f7661fd08da7040adcf563ea827ee4f03a6ff |
File details
Details for the file pyzstd-0.15.7-pp38-pypy38_pp73-win_amd64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-pp38-pypy38_pp73-win_amd64.whl
- Upload date:
- Size: 227.3 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6b8443be8d4bd58d2f4d33a41fafddc012214e890d5c3634ba14e048287a982 |
|
MD5 | c3d304b59e27c540559f7b83d4a3dbca |
|
BLAKE2b-256 | adf3fb2b2838f439c309fda48d8e8f3a94a46c5d9cbbdca959c2eab7855df58b |
File details
Details for the file pyzstd-0.15.7-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 328.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b855ce93692c9d598e21e0a28a32776c0ec63749f32125ba885eefbb5d669258 |
|
MD5 | d2562743c10db2b370655606a7a010ca |
|
BLAKE2b-256 | 6c5aedfa74056990149da3eac1248a28991cd654d5fcb39b6b09739b4f41c51c |
File details
Details for the file pyzstd-0.15.7-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 305.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee64beaa98c3917fe21262670bc536663ab69cd07ab96c160e01ff30d654a880 |
|
MD5 | 2e22a8e628ec5184a63f88d99201d598 |
|
BLAKE2b-256 | 032460838d2e4e753fd46281634dfa4a2724d9b3b4906e23b7238e0d43bf8255 |
File details
Details for the file pyzstd-0.15.7-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
- Upload date:
- Size: 332.6 kB
- Tags: PyPy, manylinux: glibc 2.12+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eed9cbe732bdcd8cbf23f33b5d942a2111e91bf0573d1d28d49b626b63b9db52 |
|
MD5 | 5e940d41117305d7db2405c2b6ad2029 |
|
BLAKE2b-256 | e4f5945539c052c1ea96ecafd07fe339998ac957c5a31845ab91d520808fe84c |
File details
Details for the file pyzstd-0.15.7-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: pyzstd-0.15.7-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 314.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f98470a2e8a7c11692deafe586b31bf87f5481d25ceec34fe49319b9c5de6ad1 |
|
MD5 | b8a5faaacc101c03a2af22dbc3f10a8c |
|
BLAKE2b-256 | 6b8199e052291b89b6f0a7a0c414111f47a004b7d0a3bf7e80009ab3137bcbc4 |
File details
Details for the file pyzstd-0.15.7-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
- Upload date:
- Size: 409.5 kB
- Tags: PyPy, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 525bbe1db05d8cb657cb793aa994372f84f8fa22a009a67751e3c170f78b8812 |
|
MD5 | 63c77d4b7463a8df7370ce48edf1ec53 |
|
BLAKE2b-256 | cfb79dc0d71ea6c04d84d695910db5605ca3021beac86939b631c3e076f2a023 |
File details
Details for the file pyzstd-0.15.7-pp37-pypy37_pp73-win_amd64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-pp37-pypy37_pp73-win_amd64.whl
- Upload date:
- Size: 227.3 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ecd7c61ac4694b89c906d94f465324cb22772c5b54dacc947e45a927cfb5784 |
|
MD5 | 94ba606644470228974772c449dc706e |
|
BLAKE2b-256 | 60b656d7b35a6cea5e1487e6426b465184ac548de7297b121d1a166027cd92f2 |
File details
Details for the file pyzstd-0.15.7-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 331.1 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 443844f59416327abc0074d7d91a1cbeaaca270e79b71cb5acb824c8a6472b9d |
|
MD5 | 1a0e0beed4e73f81268d4713465df80d |
|
BLAKE2b-256 | d6949776717a2a5efb1a9a8bfd316bbde644f56bcf0b8fa9b2bfa19f2c8e999c |
File details
Details for the file pyzstd-0.15.7-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 306.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07150e8f018df72c32cbc7958eacae8d18a14064a3b18dda00ef443b12804ad0 |
|
MD5 | 21c72e281de02be850ef472c2c38213f |
|
BLAKE2b-256 | a934dada49a279c48597da95c132bcbdd4bc0bc7ef819368030aa5b95e23ed6f |
File details
Details for the file pyzstd-0.15.7-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
- Upload date:
- Size: 332.6 kB
- Tags: PyPy, manylinux: glibc 2.12+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86716c3f2c8bc82fd677f0fe1064833daf73148d168249c5fd5d6a8d1c3a6921 |
|
MD5 | 775bfa242ef41ffea04df70efc0ca34b |
|
BLAKE2b-256 | 5d39ba5892e59a1fdc5c3900e8dc4fc0666fa3a545a300e96a737af505ce094c |
File details
Details for the file pyzstd-0.15.7-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: pyzstd-0.15.7-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 317.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e17e38ea19c21a65026405e511c3cf9b26fe503c492e6a9db469763818e33c5 |
|
MD5 | 4f2b84a8b385c23756b0104fef253b6b |
|
BLAKE2b-256 | 958cce2a9d1e2fd10017a73c59bb50287a7c43fdd6d8ecbf407d722ecfc61e03 |
File details
Details for the file pyzstd-0.15.7-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
- Upload date:
- Size: 409.5 kB
- Tags: PyPy, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4460309364de3a6139a6ac337a9bb454101e8280fed834970c3dd04a00d0677e |
|
MD5 | 0fad573bd21cb6564bc32b2f3f3c7349 |
|
BLAKE2b-256 | ac007eb5e7c326f14f8cf9923372d296638c251cf12986ab01d2a9160c601afb |
File details
Details for the file pyzstd-0.15.7-cp311-cp311-win_amd64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 233.2 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2129572d541e86561d4dc0f6be10788de6c19ff25a8ed83231f1825b05154cf2 |
|
MD5 | dc175262f2468d1da6e4b6aa276b5b91 |
|
BLAKE2b-256 | 1f89c279c1ff73fb55c9e4c059290bf168b096f76bae8b6c9a18c7025e0d2242 |
File details
Details for the file pyzstd-0.15.7-cp311-cp311-win32.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp311-cp311-win32.whl
- Upload date:
- Size: 204.3 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e733ff332afa44737b3d1e433a023b8f588881e5d2ae7698293560437aaa1879 |
|
MD5 | c7c6d7cf04b3665b26351c96820ddf5a |
|
BLAKE2b-256 | e30830faab10bf36f70879e1898424cc0aec6ff2b31ea7092318f4daacf61b00 |
File details
Details for the file pyzstd-0.15.7-cp311-cp311-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp311-cp311-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 403.7 kB
- Tags: CPython 3.11, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aed59809b3c5c021c7ae9f380da6f0835062cfd91a81a3125e7d4eb4e394fc15 |
|
MD5 | fdc8f997eec97a337fc53bb22852e0f3 |
|
BLAKE2b-256 | 23827d3fd8d503e9764b0e60b8e3ed23f1138b04664aff87a8706244d5eefd6a |
File details
Details for the file pyzstd-0.15.7-cp311-cp311-musllinux_1_1_s390x.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp311-cp311-musllinux_1_1_s390x.whl
- Upload date:
- Size: 396.2 kB
- Tags: CPython 3.11, musllinux: musl 1.1+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1034413b31fa2f74213e19c109dcf2d4e5aac49336efc0640c7fbea9713e0b0 |
|
MD5 | 5299f8745bd1c7fff31043ee5872cda6 |
|
BLAKE2b-256 | 204661a7773a588656484a3272a1e012c06f9b40e1fd2ea460c57e2270b561f6 |
File details
Details for the file pyzstd-0.15.7-cp311-cp311-musllinux_1_1_ppc64le.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp311-cp311-musllinux_1_1_ppc64le.whl
- Upload date:
- Size: 424.4 kB
- Tags: CPython 3.11, musllinux: musl 1.1+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98b8f16815eac222f6092e27c65f2811e7ad2300661f72224f02b28ec361baae |
|
MD5 | 80f7b6828e1ce5da404650b65277d569 |
|
BLAKE2b-256 | ea57d6dbcb95821dda1e16fe7da464e08320e18e7ee16e475824294ac7256b2a |
File details
Details for the file pyzstd-0.15.7-cp311-cp311-musllinux_1_1_i686.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp311-cp311-musllinux_1_1_i686.whl
- Upload date:
- Size: 378.8 kB
- Tags: CPython 3.11, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 827717b9a9f28cef58ba1018879f9ba777b9f287675107baf7d92409ac9d908d |
|
MD5 | 2e66a7ad166e4b0235c79d284c6af73e |
|
BLAKE2b-256 | 2d51ed25b5b29609fa99400d8cfc152b49fb5d3ee6ea751e6fdc564b822e4b2b |
File details
Details for the file pyzstd-0.15.7-cp311-cp311-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp311-cp311-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 384.9 kB
- Tags: CPython 3.11, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 371a0523d40f560d1352ca91e532acaa2b331500ded3cf3ad699eee88d76af60 |
|
MD5 | 08bf2c821469536c08d13cd02f241120 |
|
BLAKE2b-256 | 7c030caeb801291af062054ea404c495b5c35dec9dda9fa20bdaee47ae60aef9 |
File details
Details for the file pyzstd-0.15.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 399.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc340a9159ead0ffaac5893569e124e975958e31ad381357e65765296882b81e |
|
MD5 | a757918be4334c815c8c504568fbf28c |
|
BLAKE2b-256 | 14fe5f2b6ebddc325993164fe9711d8ba8b672140637c0ef2cd7119a41d52ad0 |
File details
Details for the file pyzstd-0.15.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 402.8 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0802d7a01ab7bd73dd0dd5c3d9143a7fe77e6c98ab33fdf4b14b20fe5ca090a7 |
|
MD5 | c2ce02129a7f55d6d01d16c285d36fbd |
|
BLAKE2b-256 | 0495c9d368daf67a179a4887485ce8b3f0728f0d1f29155218fbbd0124cc613a |
File details
Details for the file pyzstd-0.15.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 454.9 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53958a8c20e4344a86bad6e9cd0b886710bfac2bc581102b852bb24c2c09084c |
|
MD5 | a2dc35214ee766f6a9eb410e7e5ea0cb |
|
BLAKE2b-256 | 7efe861b10369f0e3f8fb9fe0922d1d88eae2b5406e3c0fd6a7b66737b0a8438 |
File details
Details for the file pyzstd-0.15.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 372.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39a3ca5e44d9ba036f2515a3aec1fdb27849bd55affd205c578447fc2e2d2503 |
|
MD5 | 1dda8dc96027886e6783e8f7a31771dc |
|
BLAKE2b-256 | e8eec46ab0959e03700280962207ddcc5319d0c0713dfe375e537db5a3da7b70 |
File details
Details for the file pyzstd-0.15.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 395.5 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bdf506a8b3b17b3cfa9b9b0b69d5fb542058fa3bb7121d5e5c4ec553ff39801 |
|
MD5 | 30bd40002022142ab063e71aa0847e45 |
|
BLAKE2b-256 | f9b148cc44fdd7a60cb20d81f689500a2f32f99fd640400a915323169000afcb |
File details
Details for the file pyzstd-0.15.7-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 318.6 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 867d909f633a39add6f62fa19b61520abccb9af527194db0c490ebd2e910200d |
|
MD5 | 9de5e38e5e1927889abc7355e44361ce |
|
BLAKE2b-256 | 97d24510cc723f7851584bc6d7e91c347da45c1965127f5f44e51800436c9684 |
File details
Details for the file pyzstd-0.15.7-cp311-cp311-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 436.2 kB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8af59e31d1e51ccd998142f8ec7347e5ba7a801572539a8bffd9009956a76343 |
|
MD5 | cde515d79a1f468f5c9c6dbe38ce9e4b |
|
BLAKE2b-256 | 0132c6068bd3e6e7310b9fd69e6abff8443d2616271ff2024d2c0757dd68b062 |
File details
Details for the file pyzstd-0.15.7-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 233.2 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef7f2f8a95fdb755047015894e1859a49a5495bd6d1b197898b72e2c3abeca92 |
|
MD5 | 32856fa2935a2497dac26bc260b25e05 |
|
BLAKE2b-256 | a73744e19d6d1a0b1e7a54832c61ecc372b816722fee21a501f3aa6288925b62 |
File details
Details for the file pyzstd-0.15.7-cp310-cp310-win32.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp310-cp310-win32.whl
- Upload date:
- Size: 204.3 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0b6a55ed8ae86d6a809bdf0552753f8bc11ce1a8b4ccb2a55f9a4026ecde01c |
|
MD5 | 2480e7f3552986310d67aea164c61443 |
|
BLAKE2b-256 | 1890bbcd298a99ebc35d139426228318314ef86d1ae64e0a72c768839eaa4a40 |
File details
Details for the file pyzstd-0.15.7-cp310-cp310-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp310-cp310-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 403.7 kB
- Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13c653dac81e95e966759a9b8b47d6c0fdf0a6c51a743397dee9091e62c7bfa8 |
|
MD5 | 5a818102a958c05955483e6129e7bd7d |
|
BLAKE2b-256 | c9715ea62c869144888a07a64362a99008a211821782b3e9a207cda6337006dd |
File details
Details for the file pyzstd-0.15.7-cp310-cp310-musllinux_1_1_s390x.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp310-cp310-musllinux_1_1_s390x.whl
- Upload date:
- Size: 396.2 kB
- Tags: CPython 3.10, musllinux: musl 1.1+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5504321223125495b9ae78cd49c7a4495ae8e547d09f704aad0c43a9fa8c5f2 |
|
MD5 | ab4f6c6dfda687249705f0f8c463f435 |
|
BLAKE2b-256 | eee1a4ba8860ae07d4897fbf0cb8a8d123316ab18c6b4b7ad485012a4c5e79c8 |
File details
Details for the file pyzstd-0.15.7-cp310-cp310-musllinux_1_1_ppc64le.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp310-cp310-musllinux_1_1_ppc64le.whl
- Upload date:
- Size: 424.4 kB
- Tags: CPython 3.10, musllinux: musl 1.1+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ab0309a5a36ebe6bbf6b33f200aa9faa71493b842924e85840d78ecd72ce3cd |
|
MD5 | 254816b565dcea65a445f8bb09cd2abb |
|
BLAKE2b-256 | 418c5de1f0cb1c46657b95fa1b015942a6e5b983a8a6982248b6e3d1d1a9c259 |
File details
Details for the file pyzstd-0.15.7-cp310-cp310-musllinux_1_1_i686.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp310-cp310-musllinux_1_1_i686.whl
- Upload date:
- Size: 378.7 kB
- Tags: CPython 3.10, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d05909397f155b12a0a9b7c36cf1fb8a96df5b7caa9bc69c47ed36ab73e1aba9 |
|
MD5 | 17fc70fb49ddc38f5eac1f72f10916db |
|
BLAKE2b-256 | 2706b3ade1e3e96c937feb942c72d645c6a0c641d856dac9a4d04221e8a65dce |
File details
Details for the file pyzstd-0.15.7-cp310-cp310-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp310-cp310-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 384.9 kB
- Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5361782c9ff6c5a40d39637258dd64e109f7c535976e9c2db8ae17a7c6c2b3cb |
|
MD5 | 42154f07127075187a218b02b5ccfaa8 |
|
BLAKE2b-256 | 504afd378f94b826fe1ea67374957bbdae82d1ba814aac3ec944957a51f1f8e5 |
File details
Details for the file pyzstd-0.15.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 399.3 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | effda4ab1426a2b3384ea354f1d873865f87ae0e946508765dfe1b52c6dea6b8 |
|
MD5 | fa6ffb645d87fc8189c13e06fbd920bf |
|
BLAKE2b-256 | 6a24de22dfb6f897887172518f90807cdc5198329b341b500d215466e7dbf075 |
File details
Details for the file pyzstd-0.15.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 402.8 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b6d9e1be9fdaef16c53ce0b2bfd880ae21ca54bc244a1de1c28d0cefeee8760 |
|
MD5 | b990a45682fe395dff2cdc1e2fad7217 |
|
BLAKE2b-256 | fb3ded4db2e4e94452339e9c847a4b456fcc4dfe47ec2eae4eecd0fb238ee503 |
File details
Details for the file pyzstd-0.15.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 454.9 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fa6ace75ad05303967908321d9b02f7011a1ea5103f9f72342dba820fa47b1a |
|
MD5 | 1ca6dbcefaf42178b286626628dc9dff |
|
BLAKE2b-256 | 2e0b5ecb2a650d89351dd40d96098f2c50cb4f24a7c5a0a4d083db0d3550645c |
File details
Details for the file pyzstd-0.15.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 372.3 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8408c499ef67dcec49be00b7007e0ceb7cbb1211cdaeb390294d8a0e9ceab75 |
|
MD5 | d0590b75749072edfd6682f95542c502 |
|
BLAKE2b-256 | 50bdca784155fbdccbf8f4b59a1ea34b64471905768a8a9cea886765a7af0da7 |
File details
Details for the file pyzstd-0.15.7-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
- Upload date:
- Size: 377.9 kB
- Tags: CPython 3.10, manylinux: glibc 2.12+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d109b2321f9d2df7e17fe49791379f831cc8cfd7ad29069e1687faf99095188 |
|
MD5 | 68b58273e888324bb66f74d05646a168 |
|
BLAKE2b-256 | 8513043f744a565dcad26aac08d1f70137f2ad53e346ecbefa24d0f2a3773b96 |
File details
Details for the file pyzstd-0.15.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 395.6 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e03065608eff491466bcfb7fa1c48d3f81bfac1926db68f13f3362a1b8bc2db |
|
MD5 | cab2b8e253b647f22e7902983669f077 |
|
BLAKE2b-256 | 65fde3f97f97e668c9cf4adf22441c75f0a7fc71450a54ea06daf81decff32e7 |
File details
Details for the file pyzstd-0.15.7-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 318.6 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30ca96e20dcda02665c241a70b577202d3b9443416aaffefc490f6ff9d78f83f |
|
MD5 | c147e4dd29423a17665903dd56d97984 |
|
BLAKE2b-256 | d745192165c2089b8eb081aafa23e6c0e390c0632ed329adc3196089ffaa284a |
File details
Details for the file pyzstd-0.15.7-cp310-cp310-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 436.2 kB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ba445c38aff01c41175dcc621b88357907f4deb1f147ff140e691e74c589029 |
|
MD5 | 46a58a456a85cb8d20cc1d72d9599f23 |
|
BLAKE2b-256 | 1ea60f5f139c837a1c9a3fb98d24817fa7329dd17f0adc5b405c8406d44ffff1 |
File details
Details for the file pyzstd-0.15.7-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 233.2 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3c9cedaf2f79fdc43940f29c9ff0fe5f135ed1ea9ad8f3be18bd4b77847889d |
|
MD5 | 38483ac537a4c047a5db17acd70af21b |
|
BLAKE2b-256 | 9822b3116842808219532d9238190ffa171475f86a23b51d37f11ffe2fff6efd |
File details
Details for the file pyzstd-0.15.7-cp39-cp39-win32.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp39-cp39-win32.whl
- Upload date:
- Size: 204.3 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd134893881bbbb1ede80e1c69a1ce8590018bee627be9b325ae2bdfe42b2e6b |
|
MD5 | 69652b06e42c7704338007d590729215 |
|
BLAKE2b-256 | bdd7e8896431b91a7a531e50f1a728f8f220f5aa911988c6014a9c0998f056f5 |
File details
Details for the file pyzstd-0.15.7-cp39-cp39-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp39-cp39-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 403.6 kB
- Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34661ecc88dfed442b7be22dbf481f3bc80111bb44b225f4520c73ed380b2424 |
|
MD5 | 1513c2938a8cc1521ba0ab893de772d2 |
|
BLAKE2b-256 | 3ba4e2ed5b367639334e1f11249a4327de450b1ebc5cf7c570c1f20ceb8762bd |
File details
Details for the file pyzstd-0.15.7-cp39-cp39-musllinux_1_1_s390x.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp39-cp39-musllinux_1_1_s390x.whl
- Upload date:
- Size: 396.2 kB
- Tags: CPython 3.9, musllinux: musl 1.1+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b6dbd6b01544a82836d32dffa4dc4fa63fed520c24409856372801bc65204a9 |
|
MD5 | 51cdb74ca4011f67e9d62f358b5a6d0b |
|
BLAKE2b-256 | 86efb08add3e0757315a73296b31fd1c8709cecc57e8bea72b5370aa968e9675 |
File details
Details for the file pyzstd-0.15.7-cp39-cp39-musllinux_1_1_ppc64le.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp39-cp39-musllinux_1_1_ppc64le.whl
- Upload date:
- Size: 424.4 kB
- Tags: CPython 3.9, musllinux: musl 1.1+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 110e35df5837e4ca5506760dc6e354104eefb7c3e4cbc9f8a53bb7813778601f |
|
MD5 | 28e405a2be3efe9d76f3535d229a1542 |
|
BLAKE2b-256 | 4865ace8fe632dc96a4dcb49c1cda2fd31564dd30e6a50fb29ed50def133eda4 |
File details
Details for the file pyzstd-0.15.7-cp39-cp39-musllinux_1_1_i686.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp39-cp39-musllinux_1_1_i686.whl
- Upload date:
- Size: 378.7 kB
- Tags: CPython 3.9, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 298b24dfe7e94aa7857ab78059948158565a659f900e21645fffd55fc8736a84 |
|
MD5 | 76eb570e25501e389a4c1ad55b00426a |
|
BLAKE2b-256 | a8d61f979bc5ac583bd2848faf6d54d3d1b95cda635d7c449b54d71c7c867887 |
File details
Details for the file pyzstd-0.15.7-cp39-cp39-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp39-cp39-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 384.9 kB
- Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72b0037a683a344c118c51a2cc353de03d1442792a8c1fd9adb64592f5794cd2 |
|
MD5 | 16fe45d314d93c3dcbe102964f951cef |
|
BLAKE2b-256 | b710237d054bdfc6e25b745d4d7c61b308c486d44e2e878aa35a92ddf098a5de |
File details
Details for the file pyzstd-0.15.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 399.3 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f60f561ebd5ef2acfa971173ddf7f0987be3489d03aeb57a066f3daaeaa2b50e |
|
MD5 | dd3821dbb55dff308a39dde24f1689b7 |
|
BLAKE2b-256 | e660979da479b3ff92b3b1bfe37d97655609379b8c2a9c0b055c163c71624c35 |
File details
Details for the file pyzstd-0.15.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 402.8 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54a7fa73ae22ee477ae3a5e3c6cafba4f1463363929f9e5e9b471f2d2278c649 |
|
MD5 | f4c6b1227dbcc0be1f3004e71bfa8eb0 |
|
BLAKE2b-256 | ea7eefb9f3cea8484aa85505cb794875669e022afc2728cf047391a9fad731ec |
File details
Details for the file pyzstd-0.15.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 454.9 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e34142d94a8f423687c940fb64031cfe099ca31dee463ecfcc784060d58929ff |
|
MD5 | ea600bd344342dad88693f28e6b4f3d6 |
|
BLAKE2b-256 | 124a09d5efcd5f030209573aaea46f0b71438503786d505f8b1956a13a91481c |
File details
Details for the file pyzstd-0.15.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 372.3 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d8382fa1e672baf15d5fb3d13e0a1ca0f2b38730eab0611944bb5e0c7df9bc6 |
|
MD5 | e98ded7ba361b1f150e8567406a69785 |
|
BLAKE2b-256 | 787860c7656bc42d29919dbe048b3ee029b269e0c41a5a61ff3fb97e719048dd |
File details
Details for the file pyzstd-0.15.7-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
- Upload date:
- Size: 377.9 kB
- Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f30cbf469eb11f39dbdca787bf6b3b287898e10202c4371863fa56844b4220f0 |
|
MD5 | dfb60fe304ec1f9da4125913ae39b192 |
|
BLAKE2b-256 | 13fcfab63d43e8c6012818dfc989a3630d6fb1d14de7597ea383914b474b5b4a |
File details
Details for the file pyzstd-0.15.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 395.6 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5983053242dab7daf36bfea5c246329249f28e71afc2ab8b4dbe8ac3c9287dd |
|
MD5 | 788b42931f4b82c9daf720150334e9d1 |
|
BLAKE2b-256 | 2526c23bb4b7f829fbaff34cee32134c8ae1e478b7b08073af6c643b21ac5f0d |
File details
Details for the file pyzstd-0.15.7-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 318.6 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 718f6cef753f8cc9275f5e790178151a59fae5f8587f53ee6f36e3a939466bd4 |
|
MD5 | 31066b5b481ac73825cfe84a604665bc |
|
BLAKE2b-256 | 09b50ee2fb054b7fee943979842e27a5b39e870e7289b887d57be29b3a9e6ee0 |
File details
Details for the file pyzstd-0.15.7-cp39-cp39-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp39-cp39-macosx_10_9_x86_64.whl
- Upload date:
- Size: 436.2 kB
- Tags: CPython 3.9, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d865b3a330bafe0891d8414a87f1a56509baa19980150c3ba75f8b8e966a8655 |
|
MD5 | 36e64c2b43cc6faf804a8caf574c1246 |
|
BLAKE2b-256 | ae2258d0d4232a674f43b29b610f45e77d8ccf23f168e090e56a255df54573ed |
File details
Details for the file pyzstd-0.15.7-cp38-cp38-win_amd64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 233.2 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e5472aa34e798d3a8ae306521a711e69ed1e3af72970c2f76312c795e547770 |
|
MD5 | 5426eca746e3b355a7442f297bdc45ee |
|
BLAKE2b-256 | a454dfc3a1b10e340e9048c7e42ee258823bab4c440ed42998d2d5b289f74443 |
File details
Details for the file pyzstd-0.15.7-cp38-cp38-win32.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp38-cp38-win32.whl
- Upload date:
- Size: 204.4 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 701db75f49f1eca26f07f6b08751c43d5979e9ff39360a40ba165aebccbb2199 |
|
MD5 | 9423926c816f39e572bc9f21916ecd0e |
|
BLAKE2b-256 | 8c8c8927ac0d38ad185c6fdbe9d296ae3e64cfdd8f45429291ed6bf093fadeea |
File details
Details for the file pyzstd-0.15.7-cp38-cp38-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp38-cp38-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 403.7 kB
- Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8718cf7d96eae80e01334c5a3e171d698bfbcb0d357a27f5421be0de5a096a47 |
|
MD5 | f4d006c06f89c114bb9dc17b019a306b |
|
BLAKE2b-256 | 9182595413c373e68d9ab1f31b4d8b353f0eb0042a6bb30f11af6048544bf517 |
File details
Details for the file pyzstd-0.15.7-cp38-cp38-musllinux_1_1_s390x.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp38-cp38-musllinux_1_1_s390x.whl
- Upload date:
- Size: 395.9 kB
- Tags: CPython 3.8, musllinux: musl 1.1+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12f1d451ba9d1bd4f8e8585d59f09fee6fc6ed978b27dd55c2915a37bfa63dfc |
|
MD5 | b35763d3215365717b4d809c29d9ea77 |
|
BLAKE2b-256 | 2c4689fd8f6406561a6da2c4865ab7fef2f87140fd051509ade674ec1042230f |
File details
Details for the file pyzstd-0.15.7-cp38-cp38-musllinux_1_1_ppc64le.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp38-cp38-musllinux_1_1_ppc64le.whl
- Upload date:
- Size: 424.4 kB
- Tags: CPython 3.8, musllinux: musl 1.1+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa29986a7ed07f321878445d10a896a0a3f1a556c39b3d2750091759b0f252e2 |
|
MD5 | 42a5e7dc1a250c136fdca6ae162b1ea9 |
|
BLAKE2b-256 | 3f822fb62ccc2770d655106d79a0a6bf028d81660a12a704ec57075d4c34464d |
File details
Details for the file pyzstd-0.15.7-cp38-cp38-musllinux_1_1_i686.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp38-cp38-musllinux_1_1_i686.whl
- Upload date:
- Size: 378.7 kB
- Tags: CPython 3.8, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e5058ec639d754267fbccb51f50f752c1e17e0a9a407c7eb2c3cdce8eb6f571 |
|
MD5 | f9b26ecb13327b56483118e02f027ea0 |
|
BLAKE2b-256 | eb3f8af3184fb0388881981c13a2bfd836d20fba5b482bddfe9fdd2d9fe88c29 |
File details
Details for the file pyzstd-0.15.7-cp38-cp38-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp38-cp38-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 386.3 kB
- Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4b87bf782306c27e9dc97ae148a72207b5dc018d5ad05768aeda6fbf262be1d |
|
MD5 | 52485c29429ebf29804f34455f48bee9 |
|
BLAKE2b-256 | 4bdf009718c6eac0237b047912ab69a3c67539787a8787025a2c9aa5bb5593bd |
File details
Details for the file pyzstd-0.15.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 399.3 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d4fd161f173c330291f54de5ab8e849e8686ad24c76f45c8045ce7d48aa0c33 |
|
MD5 | 31e0efab418a3ee5dfbc47ff99073f93 |
|
BLAKE2b-256 | f41045aad64ddf31d004733f0c281272f2f26b3ee732a9fad0a2d1ddf5f80680 |
File details
Details for the file pyzstd-0.15.7-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 402.8 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04eb56c932bf7ad9a22bdfde995c2bb22909ae00218dcb3e174f76375389a339 |
|
MD5 | 46ffee654f307451065ccea1dc958606 |
|
BLAKE2b-256 | 3004c45a0bce95edda9b70add65a5f2869b0649cc491f2210fb5c9ecf4615ab3 |
File details
Details for the file pyzstd-0.15.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 455.0 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ec72c95dc86430d156643a41ebc467677f45907a6dd44c013377c3bbc4e68d0 |
|
MD5 | 39ae15afee1b8acaeb978ee87a9a94c2 |
|
BLAKE2b-256 | 547baef78c56648849adb1cdced86ac01b58389f063ce6c4bd055cfe5b18bdca |
File details
Details for the file pyzstd-0.15.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 372.3 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5d03b13d32608a72301ee78afac0105b3a14bf63f2a9361c3742b37d85b38d7 |
|
MD5 | cd2ba5af9ca37e8549a0891bbdee5ffc |
|
BLAKE2b-256 | 54335b397a5b1251ac680447b8e450d84345736e10684e6ee198e03fd8aae2cb |
File details
Details for the file pyzstd-0.15.7-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
- Upload date:
- Size: 377.6 kB
- Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07c3863c968eaeab8c4ebd32c3ddf9ca3e5762d77e20da21a3d9a7578bd0b6c4 |
|
MD5 | b1c7ab4dcb78aeadd665853e94baaedb |
|
BLAKE2b-256 | bcdbdd9b5838e3eccabd001a5b94db6c568a9e03422b9e1b05cf24e047f21724 |
File details
Details for the file pyzstd-0.15.7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 395.6 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d05d0ee19a1a37f995568ce05208b985683681d7f49073618559a44a4a568d44 |
|
MD5 | 9b57fc6aaa79c0decfdcaa1e5826b0b9 |
|
BLAKE2b-256 | 8d7c0e4748e37af5ebac076f4ffd4f709715f4ebbc6dc2cd8e6787e34bcdeb3b |
File details
Details for the file pyzstd-0.15.7-cp38-cp38-macosx_11_0_arm64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp38-cp38-macosx_11_0_arm64.whl
- Upload date:
- Size: 318.6 kB
- Tags: CPython 3.8, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e067a28b7935f1087b77b89f4cff7c84f0673bcf756aa6dbf21a36a32065ef2 |
|
MD5 | dab76ad65fea7e38b6042e8ef99ffdd8 |
|
BLAKE2b-256 | 693d5e0a840a3deec95acda27101bddf27115a80f18a805b589ad82ccccd73f9 |
File details
Details for the file pyzstd-0.15.7-cp38-cp38-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp38-cp38-macosx_10_9_x86_64.whl
- Upload date:
- Size: 436.2 kB
- Tags: CPython 3.8, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 758b4b8261032991849fc1652feab2fdc432255a01898e15fe4957f91c49f5a9 |
|
MD5 | de3f16cae37d32129f8d2d0c36a893bc |
|
BLAKE2b-256 | b930bfd37dac3e78e4111055e4b5f48facf4d9346a75ec5ae36ea56a1267b45d |
File details
Details for the file pyzstd-0.15.7-cp37-cp37m-win_amd64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp37-cp37m-win_amd64.whl
- Upload date:
- Size: 233.5 kB
- Tags: CPython 3.7m, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92d0370d2b0806aa652d2c1240d6c858a5b2a30baa892dce0f2638260590b038 |
|
MD5 | ee7f3278b8227cab24b5a928b52d81c8 |
|
BLAKE2b-256 | c0a57a042d3c1df8edf67502ad63d760f465e9e929b73850380ca6dec1118a55 |
File details
Details for the file pyzstd-0.15.7-cp37-cp37m-win32.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp37-cp37m-win32.whl
- Upload date:
- Size: 204.1 kB
- Tags: CPython 3.7m, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c489982b59bce1d7a21dd71204ddae96dd34bcbdb50050cf3e3a1dc18f144d0 |
|
MD5 | 1d1be9829b3e2cc3399b85b473376b1f |
|
BLAKE2b-256 | c1018c0c50fddcff093e3253fd0ebe6d15e369239bbf53ed7940e37ac9ec8d09 |
File details
Details for the file pyzstd-0.15.7-cp37-cp37m-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp37-cp37m-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 403.7 kB
- Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac8e5ab21c1d6baa1b2f6778ffa8b4970f5277bfa60c9fedbb03fc483ab21ee7 |
|
MD5 | a87534a9d0901ec2b0390c42e2d646c8 |
|
BLAKE2b-256 | 59376dadba36727fdccd25c4b2f78d943f075e13a8084c8eb51837ae15157afd |
File details
Details for the file pyzstd-0.15.7-cp37-cp37m-musllinux_1_1_s390x.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp37-cp37m-musllinux_1_1_s390x.whl
- Upload date:
- Size: 396.2 kB
- Tags: CPython 3.7m, musllinux: musl 1.1+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e25b652b67077b3d37451a7471b8975d478ec87d7f96f8f4673ed2d6b97355df |
|
MD5 | 530be86a4b0489de088d99eafce0c5a4 |
|
BLAKE2b-256 | 3a2693205299e160471e4030a3eb61aed8c11975b1a824c28ae2f97b034268b3 |
File details
Details for the file pyzstd-0.15.7-cp37-cp37m-musllinux_1_1_ppc64le.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp37-cp37m-musllinux_1_1_ppc64le.whl
- Upload date:
- Size: 424.7 kB
- Tags: CPython 3.7m, musllinux: musl 1.1+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4483359b6ebaf64ad5381c6f590e7f297d251dd6de019992e9481123c55c790 |
|
MD5 | de496ac184ac5653a9f66794732c7817 |
|
BLAKE2b-256 | 4ec658e4ccd3bf33b5d218ba92fa7d620aa31ca5e463fc5e25014839de1218d6 |
File details
Details for the file pyzstd-0.15.7-cp37-cp37m-musllinux_1_1_i686.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp37-cp37m-musllinux_1_1_i686.whl
- Upload date:
- Size: 379.0 kB
- Tags: CPython 3.7m, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4b4cd04b4f02693811015f9356945caffe7c5ded7c897df88d87550778d5c58 |
|
MD5 | 72f0bbffe69afa54f900bfa935630fd2 |
|
BLAKE2b-256 | c4aac31a1a3fee508385c6fe8c69a74019f391384b37c77fb52357e44f063376 |
File details
Details for the file pyzstd-0.15.7-cp37-cp37m-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp37-cp37m-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 385.7 kB
- Tags: CPython 3.7m, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3a9266cf6038d8af82cc4067f38dd5de84ebb6a152cfc25b9ef0b44c8ce84e9 |
|
MD5 | c280eee90d7cf35fa602f6388a8b9bf2 |
|
BLAKE2b-256 | 4ec5d90de23727e37ced2510628e0681adf9d3df8ba4b0ae3b398b7650edec80 |
File details
Details for the file pyzstd-0.15.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 399.2 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30ea45ecd108aea9aec504192a7b18dce34e8dcb48503659a7a598c623d08437 |
|
MD5 | f547fe63be8b69e9cc75bb8abb13c1b2 |
|
BLAKE2b-256 | de6dc185dab12aa963bd0dd72c7ded00fe3a9e540789fffe9a9fe2572b03d8fa |
File details
Details for the file pyzstd-0.15.7-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 402.5 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5dacf851e2a2cba837dcdf007af07dad7c860f70061e0c39094e500fc70a6e50 |
|
MD5 | 48a84e81eebbfe8e087a2a01a883b3c3 |
|
BLAKE2b-256 | fbf9115bfb3477e46fe3a3809fd2e1f06c65a6f2b84caf7f1c9efa44748fcffe |
File details
Details for the file pyzstd-0.15.7-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 454.9 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d313de63feda18974c406cb05a963b27234aa0ad604561ed435ff726eaca1160 |
|
MD5 | 1a525d0773ef2ee0a5bb90d7fd1c9205 |
|
BLAKE2b-256 | cc7033b0b7aba6af398e92756aa11fdacb3b17eb6421bf7e6d2c08c15c63035b |
File details
Details for the file pyzstd-0.15.7-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 372.8 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52461114f78380b7432f9a31b0249933930aa4968507ecc9a27a345a905abac6 |
|
MD5 | 2ddb123c7183987e5f5499f0c5731ba4 |
|
BLAKE2b-256 | 27b54e1657c82422731b3ecd7840c20da1cc95a922bf6cec48458e44f1901ef6 |
File details
Details for the file pyzstd-0.15.7-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
- Upload date:
- Size: 377.7 kB
- Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a29a44f06ddd3f57a8656326044c57ec05e5162e97ffeed70b376b309c1bfb0 |
|
MD5 | 083bd3dd6f587d0b85c1fbfcc40ca4c5 |
|
BLAKE2b-256 | 8987eb387766fc4c101335901790faef39bd8b59f66e292a59493a445d4f3218 |
File details
Details for the file pyzstd-0.15.7-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 395.8 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5a2ed163bd9f00c494f70f387803277592bf5788f8a07a67eebda3ad1c11b7d |
|
MD5 | 8f4f3b6e395dbbaabfe609e2a1f06afa |
|
BLAKE2b-256 | 8f8b68a33158f25427a5699b41e29a65893d954ed7d834b8aa723c1e96f3e618 |
File details
Details for the file pyzstd-0.15.7-cp37-cp37m-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp37-cp37m-macosx_10_9_x86_64.whl
- Upload date:
- Size: 436.0 kB
- Tags: CPython 3.7m, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 877ccd7ce58737fb672f17681d3ff5e78ab5731e7096662ae7b36305d95eb82c |
|
MD5 | c0eb72c4c88518279c7e124ec706f83f |
|
BLAKE2b-256 | 8afac3f2e27a96917ca2bcd659a1fd1113df18656ae14c036f0a0e9099630bdf |
File details
Details for the file pyzstd-0.15.7-cp36-cp36m-win_amd64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp36-cp36m-win_amd64.whl
- Upload date:
- Size: 233.0 kB
- Tags: CPython 3.6m, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 933928a57c4445c4039e0dd4c75a9bfcab5bf0b1bb23b4869e340e28bc7aeb1e |
|
MD5 | d85df665a350cb4a0157bc892fff088c |
|
BLAKE2b-256 | 72137a6534aa3cdc5c513bd93cfd28bdde4f302eb58f34cfe31e423a6c914c8f |
File details
Details for the file pyzstd-0.15.7-cp36-cp36m-win32.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp36-cp36m-win32.whl
- Upload date:
- Size: 203.7 kB
- Tags: CPython 3.6m, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a374e990d365b403723be368a054c086d168c65a8f2fe74bdf5e1344da37a82 |
|
MD5 | e4162efe04766d0b7c682fc7455a3508 |
|
BLAKE2b-256 | 714522d4697e2a3d8e5bea54fae99cc4bb370d52f7c7428056f9e1234931184e |
File details
Details for the file pyzstd-0.15.7-cp36-cp36m-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp36-cp36m-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 401.9 kB
- Tags: CPython 3.6m, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec9bf97d6959112fe15c04daf1e94451a78a28d2573ef22f1d215db00204db20 |
|
MD5 | a028f4ec4220801d45b170fef406672f |
|
BLAKE2b-256 | f85733272fbacdb03dc64b623bb6602f6f156652ae905a579fef3d6fc7599b48 |
File details
Details for the file pyzstd-0.15.7-cp36-cp36m-musllinux_1_1_s390x.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp36-cp36m-musllinux_1_1_s390x.whl
- Upload date:
- Size: 393.9 kB
- Tags: CPython 3.6m, musllinux: musl 1.1+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2192f5a3b115274a9c68f75ff2c21cfb4006f0e5eff637f856e622871f0e7e26 |
|
MD5 | 08dd7971b6260e6a1839d86e031943f3 |
|
BLAKE2b-256 | 033a1ff391901cd660a04c2d3e1803e71662ab2b54274caef5c5cb31e245d035 |
File details
Details for the file pyzstd-0.15.7-cp36-cp36m-musllinux_1_1_ppc64le.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp36-cp36m-musllinux_1_1_ppc64le.whl
- Upload date:
- Size: 426.2 kB
- Tags: CPython 3.6m, musllinux: musl 1.1+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 414ec9fff19a5da1ed4c6322129eed2a8b1dd77ce6d55cf2b99013e374368489 |
|
MD5 | 0b8c91f45ca88756201d94e14cc05240 |
|
BLAKE2b-256 | 13a121dda96ebce7e30c40c9fb6fb8dc7b88fe91623faded28198634fe00fa50 |
File details
Details for the file pyzstd-0.15.7-cp36-cp36m-musllinux_1_1_i686.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp36-cp36m-musllinux_1_1_i686.whl
- Upload date:
- Size: 379.6 kB
- Tags: CPython 3.6m, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d779c3e8faa92b241e58600f7b2126f3c055d75d3968ed5d856e2c5e2ec847ce |
|
MD5 | 67eab1fed8084a47793551d00e467cd3 |
|
BLAKE2b-256 | 9b59097df333eb55828879fecd781c55578c19ad2e4f23f5122b10be7627f876 |
File details
Details for the file pyzstd-0.15.7-cp36-cp36m-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp36-cp36m-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 387.5 kB
- Tags: CPython 3.6m, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3fab381de4e0bf8dfa8e356ee04c0ac18d5b603344cca98c0f6106760e979a8 |
|
MD5 | 560653d2490a396de7f8f9e7b22a11c0 |
|
BLAKE2b-256 | b450d5bffd4f6873f3a07b7fcaefa391b715fa5dbd76e783a0128b9fedb53b0e |
File details
Details for the file pyzstd-0.15.7-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 399.4 kB
- Tags: CPython 3.6m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dfdddfea962e039f8397a0e892eccf0fc25378ec3eb1ca81fdf2658f20272f0e |
|
MD5 | e9a1a09ddf861079cbff2a0f2e996be6 |
|
BLAKE2b-256 | a156bdd83b8c367307a94fce28769d6c2f15a46f31e25b23cfb43a0103095f45 |
File details
Details for the file pyzstd-0.15.7-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 403.9 kB
- Tags: CPython 3.6m, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9d44e8ac7a788d60589e22cd27e072cf480100c4fa68fab6bcbc5927a162e18 |
|
MD5 | b77029d5710d28234ce7e9af62d4d425 |
|
BLAKE2b-256 | e13c5dbdbdf9375098cb71574a896ad1e17b40c2d4d391395e0c8a763e79de5f |
File details
Details for the file pyzstd-0.15.7-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 452.9 kB
- Tags: CPython 3.6m, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38ca4cc998b93bcc062a1cb01f41761b7ca54cad135cd8dd50074623449d5424 |
|
MD5 | 1a672d99bfacd29939720bde4d254ed0 |
|
BLAKE2b-256 | b506b37622e2569f0bdfae5b14decb39a78986ba449506ad750c36fd838baefa |
File details
Details for the file pyzstd-0.15.7-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 374.3 kB
- Tags: CPython 3.6m, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d4dc50cc7d4a8763454ba3e12fbf558bcf7b0764eb7591fb5dfe9ac35b8162d |
|
MD5 | d911be170fdc9dcda10ba9bb61b0f1f6 |
|
BLAKE2b-256 | c5c6463a9fbddf0c308b17f89673836baeb4eab471980e473cad219fac9b2784 |
File details
Details for the file pyzstd-0.15.7-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
- Upload date:
- Size: 375.9 kB
- Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e444c7198e531d236a5791eb6d1045249c93aa1dfd036b8275e9b0f36633c79 |
|
MD5 | 2bc1b3f6222634568dd512c6d484d3a3 |
|
BLAKE2b-256 | 026fe4cfd522a717b741ad4ea06f333e6f722f5ffb7c8851acb10a12f2775709 |
File details
Details for the file pyzstd-0.15.7-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 398.5 kB
- Tags: CPython 3.6m, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 492301b5234acc0d04443bdb00bf7a1ad601caf82bc837f8a4c137c7eef8932e |
|
MD5 | 9e2b5eeb39583884f08d4b77eda2cc26 |
|
BLAKE2b-256 | fd41e2e42af424b1fb739b97a07fde285e185be70a40a3728a2010d19d3dab05 |
File details
Details for the file pyzstd-0.15.7-cp36-cp36m-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: pyzstd-0.15.7-cp36-cp36m-macosx_10_9_x86_64.whl
- Upload date:
- Size: 437.0 kB
- Tags: CPython 3.6m, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4d0abeaed6e6162d4506e7cc3e9df40f5589d9946922635bdf03821ff969380 |
|
MD5 | 7899ceffc57325333a4f0e5448c13e80 |
|
BLAKE2b-256 | 2d4d0d0ae1a90d5b5ce96349a7c582a44ff647dd6882f5245a25dd3944b61d02 |