Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zlib-ng-0.3.0.tar.gz (2.4 MB view details)

Uploaded Source

Built Distributions

zlib_ng-0.3.0-pp310-pypy310_pp73-win_amd64.whl (79.6 kB view details)

Uploaded PyPy Windows x86-64

zlib_ng-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (94.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

zlib_ng-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (86.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

zlib_ng-0.3.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (91.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

zlib_ng-0.3.0-pp39-pypy39_pp73-win_amd64.whl (79.6 kB view details)

Uploaded PyPy Windows x86-64

zlib_ng-0.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (94.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

zlib_ng-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (86.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

zlib_ng-0.3.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (91.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

zlib_ng-0.3.0-pp38-pypy38_pp73-win_amd64.whl (79.6 kB view details)

Uploaded PyPy Windows x86-64

zlib_ng-0.3.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (94.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

zlib_ng-0.3.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (86.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

zlib_ng-0.3.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (91.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

zlib_ng-0.3.0-cp312-cp312-win_amd64.whl (79.3 kB view details)

Uploaded CPython 3.12 Windows x86-64

zlib_ng-0.3.0-cp312-cp312-musllinux_1_1_x86_64.whl (101.1 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

zlib_ng-0.3.0-cp312-cp312-musllinux_1_1_aarch64.whl (90.9 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

zlib_ng-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (97.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

zlib_ng-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (87.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

zlib_ng-0.3.0-cp312-cp312-macosx_10_9_x86_64.whl (91.3 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

zlib_ng-0.3.0-cp311-cp311-win_amd64.whl (79.2 kB view details)

Uploaded CPython 3.11 Windows x86-64

zlib_ng-0.3.0-cp311-cp311-musllinux_1_1_x86_64.whl (101.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

zlib_ng-0.3.0-cp311-cp311-musllinux_1_1_aarch64.whl (90.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

zlib_ng-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (97.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

zlib_ng-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (88.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

zlib_ng-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl (91.3 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

zlib_ng-0.3.0-cp310-cp310-win_amd64.whl (79.2 kB view details)

Uploaded CPython 3.10 Windows x86-64

zlib_ng-0.3.0-cp310-cp310-musllinux_1_1_x86_64.whl (101.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

zlib_ng-0.3.0-cp310-cp310-musllinux_1_1_aarch64.whl (90.8 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

zlib_ng-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (97.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

zlib_ng-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (88.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

zlib_ng-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl (91.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

zlib_ng-0.3.0-cp39-cp39-win_amd64.whl (79.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

zlib_ng-0.3.0-cp39-cp39-musllinux_1_1_x86_64.whl (101.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

zlib_ng-0.3.0-cp39-cp39-musllinux_1_1_aarch64.whl (90.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

zlib_ng-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (97.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

zlib_ng-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (88.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

zlib_ng-0.3.0-cp39-cp39-macosx_10_9_x86_64.whl (91.2 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

zlib_ng-0.3.0-cp38-cp38-win_amd64.whl (79.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

zlib_ng-0.3.0-cp38-cp38-musllinux_1_1_x86_64.whl (101.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

zlib_ng-0.3.0-cp38-cp38-musllinux_1_1_aarch64.whl (90.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

zlib_ng-0.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (97.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

zlib_ng-0.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (87.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

zlib_ng-0.3.0-cp38-cp38-macosx_10_9_x86_64.whl (91.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

Details for the file zlib-ng-0.3.0.tar.gz.

File metadata

  • Download URL: zlib-ng-0.3.0.tar.gz
  • Upload date:
  • Size: 2.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.1

File hashes

Hashes for zlib-ng-0.3.0.tar.gz
Algorithm Hash digest
SHA256 f2d196b70c733a1e59f380f626fb68fe65aa6fe080a8aa5039c898e83367761d
MD5 8387d56cf85b2251b35f7fc7f629a577
BLAKE2b-256 0f057e4bfb6f8a8bf0455d42098a4002ee6197741cb6026b191005ae65bc5935

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 94ef91d8ffc81e6c076bd3c479eab377e2b93868e2555684b9c75d5decdc470b
MD5 f4a83a2ffff7eb4020fa199f7919144a
BLAKE2b-256 31f6b0cf5633080c188631dfdf717fcb3e5b2c89502ebeca146a4a1b08bfeb24

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 91e597a97f3d78d9d26d7ab17149ae906243d22e164578011ca7e2d26adfb8a6
MD5 82a7e4ec3850986883cdff4acb42d80c
BLAKE2b-256 fcd1830856478013c90e37460e5f4371e452822cfa91b3c8f014e84100b4d245

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 81df287b2fdc881562689df44046b93c95950f10bf09833e68fbb8e4276a1afc
MD5 a19e25aba31f3bd7648c67fe3a67fe64
BLAKE2b-256 de1b833e33f5750def28b2197a3e524e4570e7e1966e3e5449cb5ae7bf1b9dae

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fc17348077275a9a9c7c85b673dbf4f2c8e4cd0ac1db4c86538d3487ca8792b0
MD5 20bccd203cd59c6ccdce110d7309ef22
BLAKE2b-256 7635f4786626da54f034a09a0d028ac6405b2969d28eb13713c4b7eb263f4eb2

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8402e21841406874837d94e734742db95a76e5cbd37356009b0729aae80eec53
MD5 71dd8e941a36126fba3fac283d0f5d51
BLAKE2b-256 d82ea61dac1c189feb7efc71ed832b174db998e597caf1da1b140df393b3ee06

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6458064fe7c8780ed1820952bd4655f8241a76556e7db167b5854627286411ce
MD5 08d5406b20eb0bd63d4d01600cb351f5
BLAKE2b-256 4a47fad6af0929dabdb0b4d3475592acf94538b1621871686d3d8057f9a4ebef

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 02306dfc7961d2d2e94f6d08ea85a4818952b618d858e5a67a58fa6c4c75e67b
MD5 9a2ea7452f569af27acddaa82df1ffc6
BLAKE2b-256 2440a5cea084966202790f513e6207d284cdf2ec856d54d918b86863104ce230

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6c380255b6f439fe71b1b79e1a874671414d9018b834d457df40e449e85352e3
MD5 687aa6ef26f8692429e2bbdcc411fafc
BLAKE2b-256 30781f4f33465deaee1f1f12cea990dd4a4bf64d63abe135c6d45bc5c224b0f9

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 336c9e7bb5a7a7b64df074286d150c5922f1648343e6079b459ed1222eb371f8
MD5 8ecb11cc4ef1103738f54309a52f991b
BLAKE2b-256 a5c0177879049df3390fbcb1db4168febe47134babcfb1b30a8f33476a07c8a2

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5972e28e087ea14d133cf7db9d22ccf714f0a1b7e6ca587dad93bc2533cde660
MD5 4407f53237d15e1c38c5b0923c37d754
BLAKE2b-256 763b2b4d8fd5c93dc84497ccf282f48bbb0334410696f5769b4b1b8260aeebbd

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4b67bd473fcc663b46a77f35d22c139b3da339b2da7efecc93589a10e4cf2d4e
MD5 898d7c7324c22ffa29c450dc0f9ad732
BLAKE2b-256 d374f3ef8ff291d0f66f533ae6efce8426d987aa14e4cc2623f503dbd9dbde94

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c3e623b95a71b9ed962bf1f7be34b2132089af9032889a3d8ee2336dfe4f4132
MD5 f5aaa6efd6b42936afea4cfa2a87d7e0
BLAKE2b-256 2b67456fa37f615e92594f421a0fbe2f6d16183c33241cc4c01938e133f0f8d8

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: zlib_ng-0.3.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 79.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.1

File hashes

Hashes for zlib_ng-0.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 57af6e10b3e547784ad6a04863a6fea4d22ae16c7d0d35ceb86fc570be166f4c
MD5 f668915eaca40b319918068a12e35f41
BLAKE2b-256 f05a18376e15b7295ad05d1e473c307e3fe413e1d63ed0ea8df64258cb96da04

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 dd1d37d41240b069b1b3b461a879f7e12905283e2c62c732085dc8e285ced8ba
MD5 bbcf58c58fba352824797ce5a3cdd06c
BLAKE2b-256 3466f41538cd47f921339266d8fb040115b0340c2dafaf2d6266f3a767d2b254

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ecf3887667473d884f2e9c20bc5692f037bfdd044d689094fefb94922e2d7633
MD5 67dabd2363dc8bb4c15fbe4ac9c13446
BLAKE2b-256 ca060fd2867e73ed798f2634a232f4c97bf03b844a02b485e8e936a3df753d17

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cdc7bae8115737fe5ca2ca7fce7a4eebbad48d35bd364912c6c29b85573efb7c
MD5 bb7ee89d33484d28184d63eeed4c64fd
BLAKE2b-256 3e2529fd2ef6732b37de3974baccad6bb5bf73114221491e39023ddb3100fdbe

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 598300c97f9176390c6f6ab07281bde0c14dcf5e0e20d7ff0a099224191b4f2a
MD5 dd146e041ebf6462e6c4ecea35c34399
BLAKE2b-256 e8f97c94aa2999e4bdd01d986c2d2a0f1bfe407a490dc5f6913e761c9c00edd8

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 42ff731da72d4656e6f98168c24c684b6c37896a5be538a72bfbc3e01af7e016
MD5 5f3800e785b3f023bba17603a1dee1ff
BLAKE2b-256 a84ce9415f421557af0376a6a7c65f794e9608d29263361f99dd7c32ef62513b

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: zlib_ng-0.3.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 79.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.1

File hashes

Hashes for zlib_ng-0.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0ca4abd5450bede90d89709f2067ba8a95bc38735c210636021a90cdfdcd1fb2
MD5 4d1f74909ff35144a5153e2f08f46eeb
BLAKE2b-256 260c3fbf8bdac98e70d724963e4d3146c61b283b6ffde042fc7b719934d3da1a

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e2a02b22a6d6bde42078776ddb6caed8ec92c21bf4061043c99a6030c1a4cd92
MD5 90cf1c0163654dbafd612e84789613f1
BLAKE2b-256 1df33f815f19003e925b4465f72eeeb8907919eaf43ab168e1ecf37580de5387

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 15ad5669da5b4f3a02551d17153383545dce8b7413837a37c06e1f81f7942240
MD5 c01e09448583e9fbd09218243f345693
BLAKE2b-256 5fdfb5b169fe41b20517bbcab9693193212405f10f7380fd1fc6c52d26de391e

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3cb3543180ebe0c424c86d7310cbb9d02e34829058ab0cf4af0c26fd9f9ac999
MD5 6c6b85fe91ff94e5477b9f8040a2ff09
BLAKE2b-256 f28616f549c989fe65bfc6ec03beb72c996f7e6286636efdbf6905f8bbbd6d1e

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 32f28b8b8de5ed1be2221f2f8c93da3e483b18d22d6a0eb8638b3d24d8a3b099
MD5 52735375d19d5a6fae7d18217cf679d1
BLAKE2b-256 8635be010f795ee11de32819526c0bd5db6e4ffb3c16e1f293c9a56c7344e0f1

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d2c888ed782d8ebaca276226b5c00e5c8293f0c2833abe0623aae331fbd0c289
MD5 edb7c2031acce5f59bb4de99a8b9a191
BLAKE2b-256 16faf5b706ac6f6674ce6b95c7b9c3e88e613cbe1d4567ac3054b7f85e132be7

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: zlib_ng-0.3.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 79.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.1

File hashes

Hashes for zlib_ng-0.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f1226b9e67fd0c96ebd5b0034e39ba870f94fefcb7608ea77784404097f76f2d
MD5 279931c01550e1047a9cd25f51d52493
BLAKE2b-256 e79572f56be14e7597d5ef76170abfbe1ff22c6ee65fffa5b40690fed36588e6

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a4806d7266ded6e0ac8dff6980be4dae7ed352fb7553952c7def802d89b64fc6
MD5 570ed7ccbb31a73b17201e84ad605911
BLAKE2b-256 874b1ff18393fd9f36af77395d7c2d04985a8636e17c23df0d61f3aeeb45ee6a

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9e0f35340cad006626f1c05283427600e92acb2c36874c04a15e3e87ead258f0
MD5 d29b7a38e6d9888068ab02ee6fb28890
BLAKE2b-256 8ac0c713570fa18785758ec7fa15166aefd6588b0864abdf15724a041d6ed89b

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6452e4111ee68b021c284a7e5a4683460fb8f1cdbb647b54a6712128fcf6858c
MD5 d16d461b05cd9dfc5a7170fd1bb1f68a
BLAKE2b-256 d6be1bdf84bd608797012fefd72f5eda9c3aa7128265f5c378af0a237097c6ef

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9bfb7b0968826fe0c62776c87353780d5043c96a1919805feff56a92495a2255
MD5 28d4194454ed36e081f7be02fe895987
BLAKE2b-256 cccb03624f0e89de5a22a0d8564c74949a9aa23e7abbaf339800cf4aa1c736f8

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fff10cb549818e000c387ded9d9a9d3b1e923ee3893139045fc6336dcd884dcb
MD5 fee22398242d95716f5f10881ef13a61
BLAKE2b-256 5f2532984dc17bb0857e9716071b5ce135808733270996245215dceb055f797d

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: zlib_ng-0.3.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 79.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.1

File hashes

Hashes for zlib_ng-0.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e853afe2ff85637947c477a39821562888dd43dd3b75083d6ad93f88fb1c0635
MD5 55731106842c83eff0f3451df5f48593
BLAKE2b-256 d1e842fb143b3f02bf1263035a1138f0175a0f795ff631cd8cb676186da9c407

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f64602fa00862de0f3ca7bcb0731e516af0f3139724b1332655762d5a81960b5
MD5 85286e2678f1a912dbfd99bfc22f8fd9
BLAKE2b-256 9a8bb0640a7aa7bbc83d885c7473981d6b6963e82c9f4154c177a61d35bfbc2e

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fb725c24a2581d589f485881332a0c0972059cd4161652818f567b7f750c72bd
MD5 cf00fc4a49c0e473b5eaf0e9611a7952
BLAKE2b-256 07082394b98d58691824bdb6acf065465347ddda0a73930bd204f925be8e8a5b

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2b79e1c050d5ae32179425ba2d58608b3fda078cef8a1d835e088cf42efb1e9a
MD5 a7b32927e73f84b387bf7ca813bae501
BLAKE2b-256 f0746d008c9784c30f57cc6a7bd3ea5bae1c4e59d5ae0cb3b970491c2e3e04f9

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1fb22de84b0dfd9db6681ce5d0fed7b8fad32efa7bc91955596309ccaf19a359
MD5 b04c36297a70631f239d7f1afa3770a1
BLAKE2b-256 ea0224d922d2011a5b9ff3a17a27e471d1b2861613d91d07e2ed142218c53914

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ddf11fa6b4db28c00cbde71b1c056cd474a7bcf247b60d57a6be5fa1033d720c
MD5 576b513f6bd12376cc92b472b1f5cfd6
BLAKE2b-256 1c8e9864c2dbca7294f39c88703c9a549bd78421d87b3aa75e003a85ada2233c

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: zlib_ng-0.3.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 79.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.1

File hashes

Hashes for zlib_ng-0.3.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8489ec5a89f388ca19e3094687f8cf48503fe490fec5f2f03cab8c952e3a2d31
MD5 b3ef23c3d52184ba45f644261fd0a988
BLAKE2b-256 b358a6f021fc5d5af4f153e8ded70f2e6cc8030544f066891093e1cd6e3a955b

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c511edc459ff2c01bae88346960596d8d3601c1d4f43ea51b8ba510fdd40ba0f
MD5 c92616cd971cf5b3b854160118efc76a
BLAKE2b-256 25b326a3c1cfcfae530e72877283a594a99bf49c321b55a259ac883feead97a4

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f50adbb68edaf379e13a5f09a6ba9e7f7248cf20bb42f6dd2f6058887ddbdeb8
MD5 8373d31c2b16858c554f6a681758918f
BLAKE2b-256 4ddf1c6695b622e4925cd82a5df3a9f74e5bdd12d040467dcd1ab9675a63391a

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 392b31014b66acea7fa647ff10ec200b2895567821a565318f416d1b2ea4508b
MD5 a51fd9fc6bf9a9efc7bca5a0dfc381b2
BLAKE2b-256 51dd302b86379e34045d4ca00f5b2ccd10a96fda0a93af1d363c01638496269c

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 13b62b419024fb883589210af129a2cbaf0b62cf587a7b2f611dea2199212479
MD5 e25ebaab2a71febb50271debc02a2563
BLAKE2b-256 9525406021c3d73b2bad6dc6b9b11140c0eb56d9546dba8d0bd7278ce646b75a

See more details on using hashes here.

File details

Details for the file zlib_ng-0.3.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for zlib_ng-0.3.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6801b46a3622707ab3ae69d4b98f162e90101aba92d8e78e5bbaf9cbde7917fd
MD5 4cd9cc66566eb1800b15986ea00bef71
BLAKE2b-256 d1f364167c9593a0122b627703652f14f4da467c75d678fa5ba5e86e8ef8c1cd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page