Skip to main content

deflate64 compression/decompression library

Project description

Build status https://badge.fury.io/py/inflate64.svg

The inflate64 is a python package to provide Deflater and Inflater class to compress and decompress with Enhanced Deflate compression algorithm.

The project is in Production/Stable status.

How to use

You can install it with pip command as usual.

pip install inflate64

You can extract compressed data by instantiating Inflater class and call inflate method.

import inflate64
decompressor = inflate64.Inflater()
extracted = decompressor.inflate(data)

You can also compress data by instantiating Deflater class and call deflate method.

import inflate64
compressor = inflate64.Deflater()
compressed = compressor.deflate(data)
compressed += compressor.flush()

License

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

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

inflate64-1.0.0.tar.gz (895.9 kB view details)

Uploaded Source

Built Distributions

inflate64-1.0.0-pp310-pypy310_pp73-win_amd64.whl (35.6 kB view details)

Uploaded PyPy Windows x86-64

inflate64-1.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (36.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

inflate64-1.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (36.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

inflate64-1.0.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (34.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

inflate64-1.0.0-pp39-pypy39_pp73-win_amd64.whl (35.6 kB view details)

Uploaded PyPy Windows x86-64

inflate64-1.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (36.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

inflate64-1.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (36.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

inflate64-1.0.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (34.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

inflate64-1.0.0-pp38-pypy38_pp73-win_amd64.whl (35.6 kB view details)

Uploaded PyPy Windows x86-64

inflate64-1.0.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (36.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

inflate64-1.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (36.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

inflate64-1.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (34.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

inflate64-1.0.0-cp312-cp312-win_amd64.whl (35.3 kB view details)

Uploaded CPython 3.12 Windows x86-64

inflate64-1.0.0-cp312-cp312-musllinux_1_1_x86_64.whl (99.9 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

inflate64-1.0.0-cp312-cp312-musllinux_1_1_aarch64.whl (98.9 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

inflate64-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (96.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

inflate64-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (96.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

inflate64-1.0.0-cp312-cp312-macosx_11_0_arm64.whl (35.8 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

inflate64-1.0.0-cp312-cp312-macosx_10_9_x86_64.whl (36.3 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

inflate64-1.0.0-cp312-cp312-macosx_10_9_universal2.whl (59.5 kB view details)

Uploaded CPython 3.12 macOS 10.9+ universal2 (ARM64, x86-64)

inflate64-1.0.0-cp311-cp311-win_amd64.whl (35.2 kB view details)

Uploaded CPython 3.11 Windows x86-64

inflate64-1.0.0-cp311-cp311-musllinux_1_1_x86_64.whl (98.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

inflate64-1.0.0-cp311-cp311-musllinux_1_1_aarch64.whl (98.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

inflate64-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (96.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

inflate64-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (95.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

inflate64-1.0.0-cp311-cp311-macosx_11_0_arm64.whl (35.7 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

inflate64-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl (36.3 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

inflate64-1.0.0-cp311-cp311-macosx_10_9_universal2.whl (59.5 kB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

inflate64-1.0.0-cp310-cp310-win_amd64.whl (35.2 kB view details)

Uploaded CPython 3.10 Windows x86-64

inflate64-1.0.0-cp310-cp310-musllinux_1_1_x86_64.whl (95.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

inflate64-1.0.0-cp310-cp310-musllinux_1_1_aarch64.whl (95.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

inflate64-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (93.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

inflate64-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (92.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

inflate64-1.0.0-cp310-cp310-macosx_11_0_arm64.whl (35.7 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

inflate64-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl (36.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

inflate64-1.0.0-cp310-cp310-macosx_10_9_universal2.whl (59.4 kB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

inflate64-1.0.0-cp39-cp39-win_amd64.whl (35.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

inflate64-1.0.0-cp39-cp39-musllinux_1_1_x86_64.whl (95.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

inflate64-1.0.0-cp39-cp39-musllinux_1_1_aarch64.whl (95.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

inflate64-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (93.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

inflate64-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (92.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

inflate64-1.0.0-cp39-cp39-macosx_11_0_arm64.whl (35.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

inflate64-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl (36.2 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

inflate64-1.0.0-cp39-cp39-macosx_10_9_universal2.whl (59.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

inflate64-1.0.0-cp38-cp38-win_amd64.whl (35.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

inflate64-1.0.0-cp38-cp38-musllinux_1_1_x86_64.whl (97.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

inflate64-1.0.0-cp38-cp38-musllinux_1_1_aarch64.whl (96.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

inflate64-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (94.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

inflate64-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (94.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

inflate64-1.0.0-cp38-cp38-macosx_11_0_arm64.whl (35.7 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

inflate64-1.0.0-cp38-cp38-macosx_10_9_x86_64.whl (36.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

inflate64-1.0.0-cp38-cp38-macosx_10_9_universal2.whl (59.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file inflate64-1.0.0.tar.gz.

File metadata

  • Download URL: inflate64-1.0.0.tar.gz
  • Upload date:
  • Size: 895.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.0

File hashes

Hashes for inflate64-1.0.0.tar.gz
Algorithm Hash digest
SHA256 3278827b803cf006a1df251f3e13374c7d26db779e5a33329cc11789b804bc2d
MD5 31391c70d0541665c8d0abe281945e62
BLAKE2b-256 8c9918f9940d4a3f2cabc4396a587ddf1bd93236bdb372d9e78e2b0365e40990

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 137ca6b315f0157a786c3a755a09395ca69aed8bcf42ad3437cb349f5ebc86d2
MD5 90362d2a31894754d264213fb314cb69
BLAKE2b-256 43dde62444c0ef7d1228b622e6d3dacf9ea237d8807a78619a83832a3b4a5adf

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1616a87ff04f583e9558cc247ec0b72a30d540ee0c17cc77823be175c0ec92f0
MD5 afa60c6dd84f505d0f4db15559d90c80
BLAKE2b-256 b4fe2cd4bf78696213b807860002c182dd1751ba52c1559143b1b8daa7904733

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9a270be6b10cde01258c0097a663a307c62d12c78eb8f62f8e29f205335942c9
MD5 3332d8392cc1f594d0da5781f95b2134
BLAKE2b-256 ef6fce090934a80c1fd0b5b07c125ed6eb2845f11a78af344d69c0f051dcab97

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f79542478e49e471e8b23556700e6f688a40dc93e9a746f77a546c13251b59b1
MD5 e65bd5b899e3adc9aade4d0ecba9ee83
BLAKE2b-256 539143238dd8a7e5bab71abae872c09931db4b31aebf672afccb305f79aacb3e

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 1facd35319b6a391ee4c3d709c7c650bcada8cd7141d86cd8c2257287f45e6e6
MD5 ea502d0dad53fd08cb0e813a30f2651c
BLAKE2b-256 aeb1954207a9bd259a57c8c71ba0a26739a32f0d6227529abc9412751f3a87d2

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5f816d1c8a0593375c289e285c96deaee9c2d8742cb0edbd26ee05588a9ae657
MD5 5c8caca8eec4285b7e05ab6c2c1791ed
BLAKE2b-256 09ea7c3e7c856f42bee178a9fea816e259b02bd4198873cf07b5a839b96d9696

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8f033b2879696b855200cde5ca4e293132c7499df790acb2c0dacb336d5e83b1
MD5 aa3528953bc3bb34ca3a23e142755a6e
BLAKE2b-256 d4f77ac502391ea56af23661a707e9c94efc01376a27c1b06f7a0cfb553c0f17

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dd6d3e7d47df43210a995fd1f5989602b64de3f2a17cf4cbff553518b3577fd4
MD5 e522b83c35e2081b0ba168edacb9e658
BLAKE2b-256 2b1e0e346cb5eced6f2f30bb110e6d7c7ee7ab70ad1ff44b743d4cf314f60f7d

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9b65cc701ef33ab20dbfd1d64088ffd89a8c265b356d2c21ba0ec565661645ef
MD5 b197d905f6e0e14f5aa702ec219e939e
BLAKE2b-256 deabb45ba95c980e577b612b1db1a8e8131eece5eb1f95e34e2cb440677a5e8b

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 36342338e957c790fc630d4afcdcc3926beb2ecaea0b302336079e8fa37e57a0
MD5 0bbfb05d80d1e3cbe30989f81b924404
BLAKE2b-256 e900247ec4c706c76e8c62499f371058b8343e9ed974182de52613e444123faa

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9fe3f9051338bb7d07b5e7d88420d666b5109f33ae39aa55ecd1a053c0f22b1b
MD5 02c896d2584e3c92873b1d895c36f127
BLAKE2b-256 3f7e4aaa48e95a6d528d7ea4ca72daca2f5ca35d38f0f1f378fcc3344304904c

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8140942d1614bdeb5a9ddd7559348c5c77f884a42424aef7ccf149ccfb93aa08
MD5 6328cfb5f08d09f940705f1460ff4dba
BLAKE2b-256 804cdbe060a21a3258604ca01f221deaa0cc55cda4965c002756a4486de67d35

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ae2572e06bcfe15e3bbf77d4e4a6d6c55e2a70d6abceaaf60c5c3653ddb96dfd
MD5 b5fc6feb0e62164eb584972f3108bcf7
BLAKE2b-256 8c0da5266bd4f2cdb7fad1eae3ffe4dcc16f9769323660a0a6cfbe9cc1d2cf03

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 228d504239d27958e71fc77e3119a6ac4528127df38468a0c95a5bd3927204b8
MD5 1a636db698171efa844e35e804737b10
BLAKE2b-256 44ddbe5d69492c180f94a6af8a15564ce365bdcb84bd1a6fb32949d6913959aa

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6823b2c0cff3a8159140f3b17ec64fb8ec0e663b45a6593618ecdde8aeecb5b2
MD5 716e2fd8701a053fa1ccc02bef5d9903
BLAKE2b-256 464139ac4c7e17d0690578b716a0ff34e00600616994795b0645fd61fc600c0f

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5ebad4a6cd2a2c1d81be0b09d4006479f3b258803c49a9224ef8ca0b649072fa
MD5 62186eb8dd60842c9fc2552994d03d8d
BLAKE2b-256 89818f559c199ec13d0b70d0dc46811490b2976873c96c564941583777e9b343

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d491f104fb3701926ebd82b8c9250dfba0ddcab584504e26f1e4adb26730378d
MD5 f29c518979c18c9440c34b7f74820a69
BLAKE2b-256 86ba4debdaaafdc21853621caf463a498a754ee4352893454c596dbd65294e9f

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2cccded63865640d03253897be7232b2bbac295fe43914c61f86a57aa23bb61d
MD5 2498897b01bea593e1d3d27ddf190ada
BLAKE2b-256 25c011dea5e298b2e7d61f0fbd1005553e8796e35536751980b676547fcc57ef

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9964a4eaf26a9d36f82a1d9b12c28e35800dd3d99eb340453ed12ac90c2976a8
MD5 2211e8540f97b58f7f0ec05cf75eeda5
BLAKE2b-256 e0c900701be8e48dc9c9b9488001d9c66d6cb6f6bb0c48af9abf33a69726d130

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0c644bf7208e20825ca3bbb5fb1f7f495cfcb49eb01a5f67338796d44a42f2bf
MD5 c9db07d8acab3d75d5342e299ed746c6
BLAKE2b-256 188247021b8919c1dc276d0502296f15ffac1cd648b94b35cadb14cb812b6199

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f5924499dc8800928c0ee4580fa8eb4ffa880b2cce4431537d0390e503a9c9ee
MD5 1ef3fe93846b8d32e791f182be39a041
BLAKE2b-256 944a8301ad59b57d9de504b0fdce22bf980dfb231753e6d7aed12af938f7f9fd

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8b402a50eda7ee75f342fc346d33a41bca58edc222a4b17f9be0db1daed459fa
MD5 a3daa0e6302bfd62b58a015887656664
BLAKE2b-256 ee720aeb360101eeed32696fc6c623bc1780fac895a9fc2e93b582cb1e22ca54

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4dc392dec1cd11cacda3d2637214ca45e38202e8a4f31d4a4e566d6e90625fc4
MD5 74c9296aa62c507f2699e41a95224e2e
BLAKE2b-256 f0a69165bee4b7fc5af949fec12a2cea7ad73bf9ee97dfb96a0276274c48e709

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e243ea9bd36a035059f2365bd6d156ff59717fbafb0255cb0c75bf151bf6904
MD5 9133eff805d3324db5848233b4669074
BLAKE2b-256 62d6fe113b12773cad2c093d381c2b1629f9cfa240c9ad86a7f9f9079e7a51b5

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3a70ea2e456c15f7aa7c74b8ab8f20b4f8940ec657604c9f0a9de3342f280fff
MD5 c63c24a47c54eb77a17642d4aeafa8e8
BLAKE2b-256 e487c6ce0093a345c04811f6171a367665dec17dcc4617ca150dd37e9ae7bd33

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 46792ecf3565d64fd2c519b0a780c03a57e195613c9954ef94e739a057b3fd06
MD5 d10a90b6c185e4367dcfc6aab654bedf
BLAKE2b-256 b6227949030be11f4754bd6ed7067e9bebdf614013b89ccd4638330a85821b51

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 022ca1cc928e7365a05f7371ff06af143c6c667144965e2cf9a9236a2ae1c291
MD5 da2523b0b1f639c0c0824790b8a5e547
BLAKE2b-256 bb1daf0253fafc27cadd29e3b111ebb3011b8c913a3554b403c90c7595f5933e

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 35a45f6979ad5874d4d4898c2fc770b136e61b96b850118fdaec5a5af1b9123a
MD5 f95ff25d391de07ae398d2092e6e526f
BLAKE2b-256 af92701b3c76b1cf244026c3e78dff8487955cf6960c1d9f350e2820a0d1a5d9

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0fe481f31695d35a433c3044ac8fd5d9f5069aaad03a0c04b570eb258ce655aa
MD5 cc571a87cc5b8227885954a9ad2f102b
BLAKE2b-256 e0645637c4f67ed15518c0765b85b528ed79536caaf8ba167a9f7173e334d4a8

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5ff8bd2a562343fcbc4eea26fdc368904a3b5f6bb8262344274d3d74a1de15bb
MD5 baf03e5b8190e9069d930c287e59cf71
BLAKE2b-256 0baaed3ab5f8c13afc432fb382edf97cede7a6f9be73ecf98bfe64b686c8d223

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b559937a42f0c175b4d2dfc7eb53b97bdc87efa9add15ed5549c6abc1e89d02f
MD5 d3eeb3a9bd7b7ac3229250260b12e2fa
BLAKE2b-256 33c8e516aecd9ed0dc75d8df041ed4ef80f2e2be39d0e516c7269b7f274e760a

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ceca14f7ec19fb44b047f56c50efb7521b389d222bba2b0a10286a0caeb03fa
MD5 b728a9fd5158a8d399900432501d2060
BLAKE2b-256 b8f4e387a50f5027194eac4f9712d57b97e3e1a012402eaae98bcf1ebe8a97d1

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 543f400201f5c101141af3c79c82059e1aa6ef4f1584a7f1fa035fb2e465097f
MD5 6debbde8261d232b2f5f4d175dcf1cd5
BLAKE2b-256 102326289a700550767cf5eb7550f78ad826529706287393f224bbaee3c1b1e2

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d90730165f471d61a1a694a5e354f3ffa938227e8dcecb62d5d728e8069cee94
MD5 80f9ba2589d54a388a26958c401f6602
BLAKE2b-256 aaf4f4b5dbd78dd5af66b6ca32778ebaa9c14d67b68ea84e96592ccf40786a41

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 57fe7c14aebf1c5a74fc3b70d355be1280a011521a76aa3895486e62454f4242
MD5 cdb2fde3e97d540c9f408f3b6ecfbd5e
BLAKE2b-256 c94b6f18918220b1a8e935121cece1dc917e62fa593fc637a621470f9b9a601a

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a90c0bdf4a7ecddd8a64cc977181810036e35807f56b0bcacee9abb0fcfd18dc
MD5 dc85dc0f8ff6cfa11892bd34d8180ba1
BLAKE2b-256 71cf06af80e81dd4bbb7e883291cf1726035d526f066a37c4ed4d4cd88a7a49d

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: inflate64-1.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 35.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.0

File hashes

Hashes for inflate64-1.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 92f0dc6af0e8e97324981178dc442956cbff1247a56d1e201af8d865244653f8
MD5 d5e3143e0060f588cdd9114e4768f379
BLAKE2b-256 8021a90d085b9ea67729d5cef57566c69fd4dec8205c22415cde4be62b7adc64

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d76d205b844d78ce04768060084ef20e64dcc63a3e9166674f857acaf4d140ed
MD5 55ae05be13084ec67dec51a8632953bb
BLAKE2b-256 7f1559c0e45e091599a05a098374166ff74d3da5f9c0ffa72e8c78b7f0fcaa2b

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6c5775c91f94f5eced9160fb0af12a09f3e030194f91a6a46e706a79350bd056
MD5 56aa94561e8d57915885d06498a0f7b5
BLAKE2b-256 6d8eada659c83abb78222c666bb8d35b4791cca25a8a4a750f4bc457402d2430

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d4367480733ac8daf368f6fc704b7c9db85521ee745eb5bd443f4b97d2051acc
MD5 98960ac4a8ec04b3fec2b7867684e25b
BLAKE2b-256 c0c0417e5183543445818930b3fe181d718e519d26a227b5b77871d8f0c8502d

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a475e8822f1a74c873e60b8f270773757ade024097ca39e43402d47c049c67d4
MD5 1ab96b64da641fbc4b6c363dfa87fb1d
BLAKE2b-256 1ad6b55e43c3503d7780aabe3d1d5493c983a99947dff228d9b622d49c58af68

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e4650c6f65011ec57cf5cd96b92d5b7c6f59e502930c86eb8227c93cf02dc270
MD5 dbe0b95cdc3afe3b39e06bbe3effcf32
BLAKE2b-256 13644350547de7c8a3ac27c1a0ab5807ac2fcbcde121c44190f87da1039421eb

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9373ccf0661cc72ac84a0ad622634144da5ce7d57c9572ed0723d67a149feed2
MD5 5aec81192dfa21aa7696c3fbd9850812
BLAKE2b-256 b928bde1595cae0379c521ae74f698f7da1345d990d2df7558df59470ced639b

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 bf2981b95c1f26242bb084d9a07f3feb0cfe3d6d0a8d90f42389803bc1252c4a
MD5 164a6d7105b859802e252ff1af9ebdd9
BLAKE2b-256 041c47f9c93df339c381f3f3e7b983d7abf0756f8bd227bf9fb5a2e8b09ea9e5

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: inflate64-1.0.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 35.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.0

File hashes

Hashes for inflate64-1.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2be4e01c1b04761874cb44b35b6103ca5846bc36c18fc3ff5e8cbcd8bfc15e9f
MD5 737a9bfb1d0e2ad39a82da23fe96aba2
BLAKE2b-256 cda9d51b01a2838231f6824e4f9bc306189d83373475cf2c9e09797cdccb8c88

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 75448c7b414dadaeeb11dab9f75e022aa1e0ee19b00f570e9f58e933603d71ac
MD5 165c6b9d0f006b8aed614d47a51ff897
BLAKE2b-256 c56bbb6212e96b67f4e33e5917fe017cc41629feeafed42b9787ff80cce0d1c2

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ebafbd813213dc470719cd0a2bcb53aab89d9059f4e75386048b4c4dcdb2fd99
MD5 df577764cc5c76f69ea3b9b7590f0ba4
BLAKE2b-256 72cf39606e6d3dd3e015ac6ce1277ce60ec4cdb8c5c30c7be726b377c744f597

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 34de6902c39d9225459583d5034182d371fc694bc3cfd6c0fc89aa62e9809faf
MD5 dc76e2e7d8e24fe8e5bf643ac8537cc5
BLAKE2b-256 a04f882d1ada759e5d9f63178080f7744bebd8932dab449b18bbd3b2eb7c652d

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e95044ae55a161144445527a2efad550851fecc699066423d24b2634a6a83710
MD5 9e2f387d4ac37524942104eaf154b7a9
BLAKE2b-256 2498acc4e47e52f15baebc87bff9d62cd1a3816692696d4b025485fab981df4e

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ca0310b2c55bc40394c5371db2a22f705fd594226cc09432e1eb04d3aed83930
MD5 6ad670e82ca4672b06bf177d382f3fa8
BLAKE2b-256 e44011c041a3ddbf4b51715fa8aa645214d82c978b4c424abdd2b166436f0f24

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a982dc93920f9450da4d4f25c5e5c1288ef053b1d618cedc91adb67e035e35f5
MD5 162cb7d3d9c8d0133112a4e60bbacc0b
BLAKE2b-256 825f0df227fd20a56f5e9a2ab01cd7c7c0e7dd0ee52e800711de69e7bc3476f7

See more details on using hashes here.

File details

Details for the file inflate64-1.0.0-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for inflate64-1.0.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c10ca61212a753bbce6d341e7cfa779c161b839281f1f9fdc15cf1f324ce7c5b
MD5 1e45695c4266c360910dca5efa533d67
BLAKE2b-256 8785bf5c033ad0624cebdc667c6a1617f0025f070f2536f604e2147be34b2ab6

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