Drop-in replacement for zlib and gzip modules using zlib-ng
Project description
python-zlib-ng
Faster zlib and gzip compatible compression and decompression by providing Python bindings for the zlib-ng library.
This package provides Python bindings for the zlib-ng library.
python-zlib-ng provides the bindings by offering two modules:
zlib_ng: A drop-in replacement for the zlib module that uses zlib-ng to accelerate its performance.
gzip_ng: A drop-in replacement for the gzip module that uses zlib_ng instead of zlib to perform its compression and checksum tasks, which improves performance.
zlib_ng and gzip_ng are almost fully compatible with zlib and gzip from the Python standard library. There are some minor differences see: differences-with-zlib-and-gzip-modules.
Quickstart
The python-zlib-ng modules can be imported as follows
from zlib_ng import zlib_ng
from zlib_ng import gzip_ng
zlib_ng and gzip_ng are meant to be used as drop in replacements so their api and functions are the same as the stdlib’s modules.
A full API documentation can be found on our readthedocs page.
python -m zlib_ng.gzip_ng implements a fully featured gzip-like command line application (just like python -m gzip, but better). Full usage documentation can be found on our readthedocs page.
Installation
with pip: pip install zlib-ng
with conda: conda install python-zlib-ng
Installation is supported on Linux, Windows and MacOS. For more advanced installation options check the documentation.
python-zlib-ng as a dependency in your project
zlib-ng supports numerous platforms but not all of these have pre-built wheels available. To prevent your users from running into issues when installing your project please list a python-zlib-ng dependency as follows.
setup.cfg:
install_requires = zlib-ng; platform.machine == "x86_64" or platform.machine == "AMD64"
setup.py:
extras_require={ ":platform.machine == 'x86_64' or platform.machine == 'AMD64'": ['zlib-ng'] },
Differences with zlib and gzip modules
Compression level 1 zlib_ng has a worse compression rate than that in zlib. For other compression levels zlib_ng compresses better.
gzip_ng.open returns a class GzipNGFile instead of GzipFile. Since there are differences between the compressed ratios between levels, a difference in naming was chosen to reflect this. gzip_ng.GzipFile does exist as an alias of gzip_ng.GzipNGFile for compatibility reasons.
Contributing
Please make a PR or issue if you feel anything can be improved. Bug reports are also very welcome. Please report them on the github issue tracker.
Acknowledgements
This project builds upon the software and experience of many. Many thanks to:
The zlib-ng contributors for making the zlib-ng library.
The CPython contributors. Python-zlib-ng mimicks zlibmodule.c and gzip.py from the standard library to make it easier for python users to adopt it.
The github actions team for creating the actions CI service that enables building and testing on all three major operating systems.
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 zlib-ng-0.2.0.tar.gz
.
File metadata
- Download URL: zlib-ng-0.2.0.tar.gz
- Upload date:
- Size: 905.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b23707cb7e5bf27afd8422d290f68e82185af69741bde60914f18d16fb66e9b |
|
MD5 | 118c3f0f171ee11d1627733f9d457d84 |
|
BLAKE2b-256 | cb7e92abe8a215eaed72919a238bc6c076e07d40d2b5d3c293d872a335e25985 |
File details
Details for the file zlib_ng-0.2.0-pp39-pypy39_pp73-win_amd64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-pp39-pypy39_pp73-win_amd64.whl
- Upload date:
- Size: 72.5 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8830af41376f27f86a36c738c96b199a757620c1448884d9bde5f7649082a83b |
|
MD5 | 92108ca1e9ad304373f641dd1ed23197 |
|
BLAKE2b-256 | 5aec5f6f7ee706f2e9bcfb0d4c3fedae57039f904816f0d1288304236538af99 |
File details
Details for the file zlib_ng-0.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 82.5 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97370df1065aa28bd068cc9558183266252e93fe66bd0d8c01deaecfaf37447c |
|
MD5 | f9d5543444236063d83810caa42640e9 |
|
BLAKE2b-256 | 612b457d704a8ea45ce8b822b37ce9d1489188f0f5b297efe6b6c95828be9432 |
File details
Details for the file zlib_ng-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 78.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ca35e078f39ec2ac257f50d849dd6b61f60da246a8b7eca93207ff464e266d6 |
|
MD5 | 067b8b5cb257ecf8679787704139d28b |
|
BLAKE2b-256 | ba54438184ee95c0b164bf77f8fdbbfd62360b3a53f73d036c4fafcc20b6a7d3 |
File details
Details for the file zlib_ng-0.2.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
- Upload date:
- Size: 79.8 kB
- Tags: PyPy, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2cccc149f368d8d8ee41c4c65502ba920d9f30154c3541c31273ce0c39f6a8ae |
|
MD5 | 5d506cb5451d2b4914e602101003866b |
|
BLAKE2b-256 | c7391da5ee439607a8aec5ca51925f021c0c7f92632cb017cd2243d3b400d4e5 |
File details
Details for the file zlib_ng-0.2.0-pp38-pypy38_pp73-win_amd64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-pp38-pypy38_pp73-win_amd64.whl
- Upload date:
- Size: 72.5 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 400b8372e1a82046d86f96bc04ba6f0d20f9551e20f6fcbb1197b03b8c2adc5a |
|
MD5 | 0d69a3bd9b57a3219789c494e39e5b94 |
|
BLAKE2b-256 | a065bbbdc65af88d6019bbc45c5b6eaa9e494395eb621acb857bec6b0c78a4d5 |
File details
Details for the file zlib_ng-0.2.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 82.5 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1a24db3fcfe16e925134dcb70d5c76fed4376708f28b5b749bcced779fb5741 |
|
MD5 | f2567b0979a6f902d2d0d53838b5c654 |
|
BLAKE2b-256 | 53b5cbd097763bd6808f6bea5999bd454e91e97dda64a8fc1e61b2b2fcdb5e68 |
File details
Details for the file zlib_ng-0.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 79.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87cb3d53cc604b30796f53aeaae1c3f8796dc54329b71085ebcefd126433c53c |
|
MD5 | 0d7ece2f2b5b690148f4653b538343ff |
|
BLAKE2b-256 | 969f5696eab4c0b6e2d947997abb00b35bceb2b0814e584ada0188696ef415b6 |
File details
Details for the file zlib_ng-0.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
- Upload date:
- Size: 79.8 kB
- Tags: PyPy, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73763356a1d5534705e15bb46741844ed9bd1d6d9868f603db0fcf60de6da2b2 |
|
MD5 | 1bc46680d3500b6bb81db41cd05287e3 |
|
BLAKE2b-256 | 1505675eba74250ee8614c36dbb26ad87db6b6cad7783c36ab5be4d0951e76ab |
File details
Details for the file zlib_ng-0.2.0-pp37-pypy37_pp73-win_amd64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-pp37-pypy37_pp73-win_amd64.whl
- Upload date:
- Size: 72.5 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c80904bc2d8a513d3b814e7c7f83fc349272321d5d067aef3db99646e9096f5c |
|
MD5 | 8f1164d0985c4fed63a8f57a696a7bbe |
|
BLAKE2b-256 | fcdeab78887eababa45bc2859951c037355c430ad8faaa1771a8ce1c4c479f95 |
File details
Details for the file zlib_ng-0.2.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 82.8 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 482aa62ac4ef1989518018e34167da160ee9cfb54b11a100eb0a3fd5e5b9962c |
|
MD5 | e6a190a46b69edd3202cb24a00fd5dd9 |
|
BLAKE2b-256 | 206345000dae29bd03dc4eb68b7613c9a5f56d980a0c56ddfea97bd40d7ea747 |
File details
Details for the file zlib_ng-0.2.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 79.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4edac7c4c5ba5171253b3644e66d291136d9244514167d89cf1d31ac3a0a0b8 |
|
MD5 | 7340208bbb2431246b6819222f824fc0 |
|
BLAKE2b-256 | 1b45f8a7c263746d97454be01b254857384cb63752713bf4e91a099b9eb88f73 |
File details
Details for the file zlib_ng-0.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
- Upload date:
- Size: 79.8 kB
- Tags: PyPy, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 679bf8ac7d9c62e08661b674756a3bd7c262400fa7690c8ec6ba998c86de27d9 |
|
MD5 | 2d6099b52a1158980bdc90e1337a8257 |
|
BLAKE2b-256 | e1fb8679260621f51799bfb4813c0fb5c4fd78f34f917e3f5e5ac54214eea545 |
File details
Details for the file zlib_ng-0.2.0-cp311-cp311-win_amd64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 72.1 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d0a727a51287f7ef5eb2889fc5824a7489d8ad9c3878af15f42c0974faa7910 |
|
MD5 | 2d58cd3927a704938a28a0078b901e1e |
|
BLAKE2b-256 | aeabb6f935c5a2e355bf08def2af5eaf40753dbc1353d2b9d1bde561a1272ace |
File details
Details for the file zlib_ng-0.2.0-cp311-cp311-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp311-cp311-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 85.6 kB
- Tags: CPython 3.11, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ee368e75efeafef1355b20dc71497de7eb924738d0d81647245a5b82c6fbe46 |
|
MD5 | 0cec3519a56454914cf753389df3f060 |
|
BLAKE2b-256 | dd382fe0cce55a39ab6f684928194570bd0bdde8d11d2b568ef8177037cf3159 |
File details
Details for the file zlib_ng-0.2.0-cp311-cp311-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp311-cp311-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 82.5 kB
- Tags: CPython 3.11, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 687e511de9d936134db86b5e8478a6c46a2f45b6f9fa50e90a2802907712a1f6 |
|
MD5 | f4ae703a62ccdb5fd63ac13ad62c022c |
|
BLAKE2b-256 | cb182cca19015b096bf52cb95d3027d9244f0df042e8c906e22136add01ca28f |
File details
Details for the file zlib_ng-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 84.6 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09b0375cded9f37bef399c9f97c4b66f17ac7e31a2c239e5320cd356029e6885 |
|
MD5 | 9e3ee042bec6c3a0ee964908ebf3c55a |
|
BLAKE2b-256 | b9c2d4b6ed177f53fc0d6173b77e177abc70045d05d15638fb2439115217a42c |
File details
Details for the file zlib_ng-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 80.7 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4490047a5d6a6d4478751545abfd2cf8c715aba4987c5f65722c812447d6067 |
|
MD5 | f379d0206b862e8fd06aa5f07f95e315 |
|
BLAKE2b-256 | fbe243ba0b145bdb316501ea3d937dfc85afa5b88f8eaeb1f6cb6b5b9753ab6b |
File details
Details for the file zlib_ng-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 79.7 kB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6448c3782673f696af659921857266912ff3ede494c59e7df3f591091d88ff79 |
|
MD5 | 0d02c2aeb719f3f67d0d0790c13f5084 |
|
BLAKE2b-256 | c5da91ea3d32db961b2f626cb580aaf076f4fa1b3741b96722a0cadfb9dca370 |
File details
Details for the file zlib_ng-0.2.0-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 72.1 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 609e0093f7d32e9bf66163d7f4256a076631aad530d6026e9d16ebd4e2167c64 |
|
MD5 | 04a5f1c209ab664befe5d7fcced13d20 |
|
BLAKE2b-256 | 6bd269a4a0e9dbe924488153ff68f06be3af694c1f59bce03a19f8e9bd80960a |
File details
Details for the file zlib_ng-0.2.0-cp310-cp310-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp310-cp310-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 85.6 kB
- Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0638f161b140e4bd6b031a57d6e0a2901e5de920c47ffad8c810fbaf3dc2ff0 |
|
MD5 | 51113a168520c89c45bacc6b7180bfd0 |
|
BLAKE2b-256 | 771444f6ee09a1483a20077c169d1516e0f6b38cecd4ecfa1281b10de63b2f1d |
File details
Details for the file zlib_ng-0.2.0-cp310-cp310-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp310-cp310-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 82.5 kB
- Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4b83d09ae58ef778eda6e339f29e17d254d689bd1f03dddd3918445b800364c |
|
MD5 | fc2762bb6a52a5159f7e6abe1ded37f6 |
|
BLAKE2b-256 | 0b9b5294b3e9da80302dfdde1b9a572d5b4ac79f514392307fa87677edce8978 |
File details
Details for the file zlib_ng-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 84.6 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 504eaafac05cd39cb450df4ba67bd7f2972b459cdf231dab1971824dfbabba9f |
|
MD5 | df0105bf7110b089408a6dc09ca99d7c |
|
BLAKE2b-256 | f4cbe404d7b19347146a880107e27c25f0c0a3f50a8437016e9a68f104736666 |
File details
Details for the file zlib_ng-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 80.7 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f00cea2eaecf9fc0989373e4c47cf7bc1252d8ce2ed6bd961f4720d0fbc651d8 |
|
MD5 | caf69a1f40c843390850b3c7a0d2cd4e |
|
BLAKE2b-256 | dd89e7ab221d62d5ddc5203d0355dbb6d98aa42b166906baaf648a2feea93094 |
File details
Details for the file zlib_ng-0.2.0-cp310-cp310-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 79.7 kB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f8e5f722e4541ab17461d0749cc8442dbaf2148410f52ec31754cee62ab1d2c |
|
MD5 | d0bf73a918d1f7896c3c1c5a93e37444 |
|
BLAKE2b-256 | c5248fed0ef2f01007442eb47e806e01877cdcaad75c51f8cfac7fe2fef19550 |
File details
Details for the file zlib_ng-0.2.0-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 72.1 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a3c1af663e0f0f59c7f4b4e7a12e5f6ec0625d1d047b3467093a73aba34d5fd |
|
MD5 | 6e81cbdb1068776c3da8c8c125c0154d |
|
BLAKE2b-256 | 57b962ce6f6438e257ce168a824e95c85ba1f397823f8d72e4f4c0efb8de77f6 |
File details
Details for the file zlib_ng-0.2.0-cp39-cp39-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp39-cp39-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 85.6 kB
- Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05641f2df2e93edd1e4c9d39f96e4d9a60f7601161cff41d4db6a8a2c80e5bff |
|
MD5 | 3969b92f25001a28760255d6b9ca6d93 |
|
BLAKE2b-256 | 34bf9ba2abc32e0c8e8a3e3a6e05f34da036ab536d28f8fc42b2170ab24777b5 |
File details
Details for the file zlib_ng-0.2.0-cp39-cp39-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp39-cp39-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 82.5 kB
- Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d57f0e969b9371f27598ec42ed30e8c91f290d8751c475dfc574490b3d85eeaa |
|
MD5 | bb3f29b491065daa4efa59b42a1138c8 |
|
BLAKE2b-256 | 1291aae7bffa19c582d02c57e12394a0e3ab9c44c07cc9a88d3a9daf9e0f67a0 |
File details
Details for the file zlib_ng-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 84.6 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6ea8fca4825bcc0f08a1cab4e4f8c6fad214b17a6aceaa2f9b444a8a9c546d8 |
|
MD5 | 8746d9249a0942f39e361db9060d06c5 |
|
BLAKE2b-256 | 9297d5a867fa19f25163e72c9d2a604891a8ab821657efa35504c75d50e45265 |
File details
Details for the file zlib_ng-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 80.7 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af255cb7da55300dec12e0078ea2f8048b891b89a939043cbcff3359b1b19d68 |
|
MD5 | eca1935a6919209a3827e9e10809f388 |
|
BLAKE2b-256 | cef03b4c4cfbee6c7eb0cb7966a19d606cb1a0ef21a7b73f793369857b836f74 |
File details
Details for the file zlib_ng-0.2.0-cp39-cp39-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp39-cp39-macosx_10_9_x86_64.whl
- Upload date:
- Size: 79.7 kB
- Tags: CPython 3.9, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8586b25c8509ece44e233b52715f827db11537b4ddb72cd8f5dcb3934627b552 |
|
MD5 | 5a0ca7bf36a5c4bba6318468fff34d96 |
|
BLAKE2b-256 | 44a31d1e2d86c00ffd498b0821368ac648e10b08165844e2b95958241ac14434 |
File details
Details for the file zlib_ng-0.2.0-cp38-cp38-win_amd64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 72.1 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad5569cc488a1604f51faec521bd114f65c9549f8a65728b7aae19813b144932 |
|
MD5 | 328aa5ab520af6db90e024e8078a32cc |
|
BLAKE2b-256 | 6a1b376f3aae186037cb31768fc132c8b268aa8bcaba17171cf93122c65686e5 |
File details
Details for the file zlib_ng-0.2.0-cp38-cp38-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp38-cp38-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 85.6 kB
- Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c62a498be0e3661d441dc5d3920ff006608f92027999ced7315fbf79c066722 |
|
MD5 | c0e41e8806830d8912b67ea949cffa71 |
|
BLAKE2b-256 | 1156609d382e59c89a643f2b81c766c1f61f3f36866f21422e064a25625014cc |
File details
Details for the file zlib_ng-0.2.0-cp38-cp38-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp38-cp38-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 82.4 kB
- Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e2de9e29b8e7a5d48e6a9f94cbea5920148d65b676afdcbf694f161d1c29802 |
|
MD5 | 629e24f0a860eda1f5e6b6b0452707fa |
|
BLAKE2b-256 | da1442830c2a7846d739c25822cc19abf8466e75ea0277395cf50cfb138083cf |
File details
Details for the file zlib_ng-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 84.6 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1344314603d7b4a296e9477243a50c8c6610d845729049a747ae4ba464b1f82 |
|
MD5 | a76ac3c56b64e1b1e8cfe3b8ce63d1f4 |
|
BLAKE2b-256 | 261e76ceb6ed87123eef0c047655107696350895a1f9a0a9ec663926f5629275 |
File details
Details for the file zlib_ng-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 80.7 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e777a83d99adc2c785595567b15ea4235b4155df64999b69b6a968aa9e17d12 |
|
MD5 | 5075fadb77b3c867bb907afd48893e82 |
|
BLAKE2b-256 | 546a76d0e07692e0ebb845ab30d06156b5929b5021eb1de8e3f975e36d9a35ba |
File details
Details for the file zlib_ng-0.2.0-cp38-cp38-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp38-cp38-macosx_10_9_x86_64.whl
- Upload date:
- Size: 79.7 kB
- Tags: CPython 3.8, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b90fab73308206cfcdcb242da36195a629b7ba9efbd1d82331d82d40cd9daa0 |
|
MD5 | 086f97dd4655db3af55916392840f722 |
|
BLAKE2b-256 | 23af36bfa776e08c666c7316ba92e023181b7decb2e8afea3b78a6f7bb276e71 |
File details
Details for the file zlib_ng-0.2.0-cp37-cp37m-win_amd64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp37-cp37m-win_amd64.whl
- Upload date:
- Size: 72.1 kB
- Tags: CPython 3.7m, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3fe6ff9f29bec1c892a338dd6cb00350df1827d2834b4ab53d9e73bbcaacd186 |
|
MD5 | 7bc11b0a36000e247735e981041345c0 |
|
BLAKE2b-256 | 8ac70adee023c3943fa8670b32f8953135d9103d31793f1cde3bb569163e68a3 |
File details
Details for the file zlib_ng-0.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 85.5 kB
- Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 950cc37655a94fb3d7eaf5aa8ce949ad13a6eebdfda077edb4a9e62a9efaa4f4 |
|
MD5 | 8316fadc5cf40676a5dc79cc60c1dad8 |
|
BLAKE2b-256 | cf68fccba2a2d1d8388a9f0e50448e504f1262b2ea970446e54afbcc68980fe8 |
File details
Details for the file zlib_ng-0.2.0-cp37-cp37m-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp37-cp37m-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 82.3 kB
- Tags: CPython 3.7m, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97ac61514d133c5bed9936e49e8c2e9a65db216a0ae61e9f6e7b3aaa1db26260 |
|
MD5 | 9fe308289941b649640b4aff896394cb |
|
BLAKE2b-256 | 9a820ab2c5d3280618c667517917868f6e97b6fbc9236ed0b9a6995add910c17 |
File details
Details for the file zlib_ng-0.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 84.5 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83fd51d89e2a8b2cadcfb2c421eee18d6937d2529243ca13f77d0cdbf305a63d |
|
MD5 | 7d628d6e5a6127e66e1994883cf69f3a |
|
BLAKE2b-256 | b48337550b237a1b10ba4eed01ae83d4e2e44f43949690b12541d3e3dad816b3 |
File details
Details for the file zlib_ng-0.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 80.7 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d7b3c3920cf1a9a405b281920d2de0767fd669f379510fa9093a8a3d22cf15e |
|
MD5 | 68176784e0bcdf6c8bcbd48d1db9b42e |
|
BLAKE2b-256 | 5b0fb1198eb67dfab5f3b0e37b9424f52f32a627c96dff7472ded43622764059 |
File details
Details for the file zlib_ng-0.2.0-cp37-cp37m-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: zlib_ng-0.2.0-cp37-cp37m-macosx_10_9_x86_64.whl
- Upload date:
- Size: 79.6 kB
- Tags: CPython 3.7m, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53e10af6d9731b571f59efea1a6ce75c6c21bbab6b5c8d4da7206df8924484e8 |
|
MD5 | b29ab840be596866b086ae4f96d315b3 |
|
BLAKE2b-256 | 0414dd0fbc48c00eac360a8a73e997d53dbd0c511df89ac9dabc395819f05540 |