Skip to main content

deflate64 compression/decompression library

Project description

https://badge.fury.io/py/inflate64.svg https://github.com/miurahr/inflate64/actions/workflows/run-tox-tests.yml/badge.svg?branch=main https://ci.codeberg.org/api/badges/12505/status.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.3.tar.gz (902.9 kB view details)

Uploaded Source

Built Distributions

inflate64-1.0.3-cp313-cp313-win_arm64.whl (33.2 kB view details)

Uploaded CPython 3.13Windows ARM64

inflate64-1.0.3-cp313-cp313-win_amd64.whl (35.8 kB view details)

Uploaded CPython 3.13Windows x86-64

inflate64-1.0.3-cp313-cp313-win32.whl (33.0 kB view details)

Uploaded CPython 3.13Windows x86

inflate64-1.0.3-cp313-cp313-musllinux_1_1_x86_64.whl (100.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

inflate64-1.0.3-cp313-cp313-musllinux_1_1_aarch64.whl (98.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

inflate64-1.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (97.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

inflate64-1.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (96.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

inflate64-1.0.3-cp313-cp313-macosx_11_0_arm64.whl (36.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

inflate64-1.0.3-cp313-cp313-macosx_10_13_x86_64.whl (36.0 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

inflate64-1.0.3-cp313-cp313-macosx_10_13_universal2.whl (58.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

inflate64-1.0.3-cp312-cp312-win_arm64.whl (33.2 kB view details)

Uploaded CPython 3.12Windows ARM64

inflate64-1.0.3-cp312-cp312-win_amd64.whl (35.8 kB view details)

Uploaded CPython 3.12Windows x86-64

inflate64-1.0.3-cp312-cp312-win32.whl (33.0 kB view details)

Uploaded CPython 3.12Windows x86

inflate64-1.0.3-cp312-cp312-musllinux_1_1_x86_64.whl (100.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

inflate64-1.0.3-cp312-cp312-musllinux_1_1_aarch64.whl (99.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

inflate64-1.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (97.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

inflate64-1.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (96.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

inflate64-1.0.3-cp312-cp312-macosx_11_0_arm64.whl (36.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

inflate64-1.0.3-cp312-cp312-macosx_10_13_x86_64.whl (36.0 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

inflate64-1.0.3-cp312-cp312-macosx_10_13_universal2.whl (58.7 kB view details)

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

inflate64-1.0.3-cp311-cp311-win_arm64.whl (33.2 kB view details)

Uploaded CPython 3.11Windows ARM64

inflate64-1.0.3-cp311-cp311-win_amd64.whl (35.6 kB view details)

Uploaded CPython 3.11Windows x86-64

inflate64-1.0.3-cp311-cp311-win32.whl (33.0 kB view details)

Uploaded CPython 3.11Windows x86

inflate64-1.0.3-cp311-cp311-musllinux_1_1_x86_64.whl (99.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

inflate64-1.0.3-cp311-cp311-musllinux_1_1_aarch64.whl (98.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

inflate64-1.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (96.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

inflate64-1.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (96.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

inflate64-1.0.3-cp311-cp311-macosx_11_0_arm64.whl (35.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

inflate64-1.0.3-cp311-cp311-macosx_10_9_x86_64.whl (35.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

inflate64-1.0.3-cp311-cp311-macosx_10_9_universal2.whl (58.6 kB view details)

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

inflate64-1.0.3-cp310-cp310-win_arm64.whl (33.2 kB view details)

Uploaded CPython 3.10Windows ARM64

inflate64-1.0.3-cp310-cp310-win_amd64.whl (35.6 kB view details)

Uploaded CPython 3.10Windows x86-64

inflate64-1.0.3-cp310-cp310-win32.whl (33.0 kB view details)

Uploaded CPython 3.10Windows x86

inflate64-1.0.3-cp310-cp310-musllinux_1_1_x86_64.whl (96.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

inflate64-1.0.3-cp310-cp310-musllinux_1_1_aarch64.whl (95.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

inflate64-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (93.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

inflate64-1.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (93.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

inflate64-1.0.3-cp310-cp310-macosx_11_0_arm64.whl (35.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

inflate64-1.0.3-cp310-cp310-macosx_10_9_x86_64.whl (35.9 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

inflate64-1.0.3-cp310-cp310-macosx_10_9_universal2.whl (58.6 kB view details)

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

inflate64-1.0.3-cp39-cp39-win_arm64.whl (33.2 kB view details)

Uploaded CPython 3.9Windows ARM64

inflate64-1.0.3-cp39-cp39-win_amd64.whl (35.6 kB view details)

Uploaded CPython 3.9Windows x86-64

inflate64-1.0.3-cp39-cp39-win32.whl (33.0 kB view details)

Uploaded CPython 3.9Windows x86

inflate64-1.0.3-cp39-cp39-musllinux_1_1_x86_64.whl (96.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

inflate64-1.0.3-cp39-cp39-musllinux_1_1_aarch64.whl (95.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

inflate64-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (93.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

inflate64-1.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (93.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

inflate64-1.0.3-cp39-cp39-macosx_11_0_arm64.whl (35.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

inflate64-1.0.3-cp39-cp39-macosx_10_9_x86_64.whl (35.9 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

inflate64-1.0.3-cp39-cp39-macosx_10_9_universal2.whl (58.6 kB view details)

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

File details

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

File metadata

  • Download URL: inflate64-1.0.3.tar.gz
  • Upload date:
  • Size: 902.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for inflate64-1.0.3.tar.gz
Algorithm Hash digest
SHA256 a89edd416c36eda0c3a5d32f31ff1555db2c5a3884aa8df95e8679f8203e12ee
MD5 d468e61004d39e3559ddad8dfa6b599d
BLAKE2b-256 e3a7974e6daa6c353cf080b540c18f11840e81b36d18106963a0a857b1fc2adf

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3.tar.gz:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file inflate64-1.0.3-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: inflate64-1.0.3-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 33.2 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for inflate64-1.0.3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 abc83da55d66d8e8cf1a782d5870f1aab4f2380d489af8c15825ee003645a974
MD5 81c0fbcd9dd46ccc329c55f2e46302dc
BLAKE2b-256 746214784f5b15f31a3dff1d954e14891ab8942cd3a7e88649705a00d23a4c36

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp313-cp313-win_arm64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file inflate64-1.0.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: inflate64-1.0.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 35.8 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for inflate64-1.0.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5b077eaf7d6e99823751bd30e450102419cd71b6db4b3765e752e843fc040906
MD5 9ed6bb113f0ac4014b19cb33f4c0d272
BLAKE2b-256 dd9d21c2baa41ac3aa762bcbb66a7a9f00b7857489fe7531a2e7d35df262da94

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp313-cp313-win_amd64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file inflate64-1.0.3-cp313-cp313-win32.whl.

File metadata

  • Download URL: inflate64-1.0.3-cp313-cp313-win32.whl
  • Upload date:
  • Size: 33.0 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for inflate64-1.0.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 61a24f463e6dac38ddf2d4c011a54247f86cf676e869797de0e344ef7a4be456
MD5 e7595ea52398d6629b33305b6303284c
BLAKE2b-256 11699e78965c491d7a389e002fc02af8863b62e5a376e8ebbd60543cfcf17808

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp313-cp313-win32.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file inflate64-1.0.3-cp313-cp313-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.3-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 14b811164f0c8048a90570c4213596eee277ab6454c86f1f80a5ace536e3b570
MD5 b8bf0589cea387970e285869f2e0a7e6
BLAKE2b-256 ed0ddc0a597ce6de35f8f0a07ecc8af67cad17ca7d2f4997acc1cdf101ef4e06

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp313-cp313-musllinux_1_1_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file inflate64-1.0.3-cp313-cp313-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.3-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 14752a079cb4ab3d9653d39a818f2e0daf3c0b445efc332c343caeff908de2b7
MD5 e7850aa84d3b3d7267270f3874b19073
BLAKE2b-256 def4de5ddfd39b36a1754b0d2c8ccb7c38ab0382429d128d030c3cba6bd05627

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp313-cp313-musllinux_1_1_aarch64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file inflate64-1.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e32f7fb9c4120cdc27024249687fdaace2dc88857be6c031ae276d085a54166
MD5 6225afe17ec2eeeb060eafb0c23f9231
BLAKE2b-256 3e4417e812a3e4dd86fb03d5d271927b86615c7e8782325ca878f2c9bae10069

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file inflate64-1.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b89fddc67a3a2edc764cac2ef7cf0de76e2c98fce0800f55fa8974bcb01a10a9
MD5 c4bd5b5081bc1aee7e187c0a2cdc149a
BLAKE2b-256 731d6b4aac08cdf286164e652acbe542ef0da81d294b69ca48ff390066d370ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file inflate64-1.0.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1ced5841cbe81cb158c1fc0df7837e0f3c38b2f3b5b0c8f2a6490eb78b3a4f7a
MD5 4c8da14e732ac4e278edfe4cc5c81d4d
BLAKE2b-256 d05362fd8e9f2016936ddf87e5678994f25c97bb2e4d82215f28a15bfaebc9b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file inflate64-1.0.3-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 75b1625b027111270a5bb89fb6cb83930eacf4538881fb8ef901e00839272dc7
MD5 30b32e5f19995f9116512f0584f3b1cb
BLAKE2b-256 6b69b3b87d25a8d31dc0a4f0a9e441f2e02e198cff4259b5ecb877b73505c8dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file inflate64-1.0.3-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for inflate64-1.0.3-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 1d5340fe27f88a2946968f7de1ebe996be6c8d59fd4a1ac00aacc5bcafcc6583
MD5 040974f28feba581b93102cab344b533
BLAKE2b-256 267c7a8ff64270a93dd06f0fdc7b848aef57d52958abeacc6b8e96797f94fb7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp313-cp313-macosx_10_13_universal2.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file inflate64-1.0.3-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: inflate64-1.0.3-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 33.2 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for inflate64-1.0.3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 cd180b2a8709131a0768056f57cb0327813d55a214e76d7aed41b4413345a76b
MD5 7112472f1ae1ede631c16fed91ad757e
BLAKE2b-256 a3d794fd3e1af92806fe21db1d2a9af9a0f41d4031fa55b4bb4ea99857e18bbe

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp312-cp312-win_arm64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: inflate64-1.0.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 35.8 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for inflate64-1.0.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 34b793dd49fcc5c46e96e7156584de47fe9745ef2b45c4976f9c7764ea0137de
MD5 25c9a8cb185df49e6dbcbbd7e127e979
BLAKE2b-256 5a67fef6de9945f9b72b8116c2dff3f9f24d7f53eb5f7f5c3c0613b9593f5d75

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp312-cp312-win_amd64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file inflate64-1.0.3-cp312-cp312-win32.whl.

File metadata

  • Download URL: inflate64-1.0.3-cp312-cp312-win32.whl
  • Upload date:
  • Size: 33.0 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for inflate64-1.0.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9f5607153f294cb7ba37fdb6e744fe5c188d4b431fd6ff7b77530f39422eb026
MD5 527b6d6068f3d1ae6d9c28db5333163d
BLAKE2b-256 6dda319c627d9577dcfeb52f9f86277370676923a9d031295b61912b05a0f567

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp312-cp312-win32.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for inflate64-1.0.3-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f7f25b374af2c3d5d9fc016ad3907545d0a4a31c7765830f126da9fcbd5f04c9
MD5 e165b2d81a72cb3584c8f40b20c1a321
BLAKE2b-256 ff6a0ae6da63c9c35a7c43da1e6d0a831772fbc3c2b49a2fb2a4f75ccaa596de

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp312-cp312-musllinux_1_1_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for inflate64-1.0.3-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3dc36f76668d9174f17c27d19d0e95cb54cac0194ecb75cabbeed6244e75ab34
MD5 57154c57e36a8fc51394b93322b624b1
BLAKE2b-256 4218254ea3bc97df9d695805aed2690cf2c23c951689fe0e873f76e4ae35e240

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp312-cp312-musllinux_1_1_aarch64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for inflate64-1.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a0cf0906c46a3224ffc96bd33c5fc108f4239c2552fbd1d10488a47ce7882465
MD5 79a6bcfad9385225192ba04049f2cd3e
BLAKE2b-256 63b9a0bb6c58993a531ebaa7f83e15bfcb888b2e88b89d8173ad33d3cba3193f

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for inflate64-1.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 478b51748e3754200a11520fccec836fa5719b7f7fb5f90d67594e9940978834
MD5 d53ce73437b28f2790620fc69ff18fd7
BLAKE2b-256 3ec589559de5b79b14f8c229f8f96fed9d39ded32169de3d350b76099ab2b29d

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for inflate64-1.0.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8d8fb0bc154147437df1d45c9466b2c06c745e49d238de356b709cd6b5c45769
MD5 1009afb0a2e37dcd1228d0919aec84bd
BLAKE2b-256 24173a7561b21a7d5b3ca0fbc3d9e0691218c687fc82422bfc0568692bbd31e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file inflate64-1.0.3-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for inflate64-1.0.3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 54dc4d1a17084ff15127c5e88c8dd1aa57e48f292c1ac1f4c65f226b6fd93d9c
MD5 aa019ab6747a62c3671191bacda33e9f
BLAKE2b-256 4b90beb038045b076595da4f25c8dc5c0e7572f1fc56d71220e6ee6d194f92e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file inflate64-1.0.3-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for inflate64-1.0.3-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 a25967a307aacf20ae979264fb7a1ad27b25a56fbc7e96dd28fcc12d54727479
MD5 f0c034da20c10fc58cae15579d0ee349
BLAKE2b-256 b95bc70411e396ea594153edca9607af736d11dd336cb76ddb028c5dc0ee39d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp312-cp312-macosx_10_13_universal2.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file inflate64-1.0.3-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: inflate64-1.0.3-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 33.2 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for inflate64-1.0.3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 0856bdd440f7035803f25846015166bfd3daf59e659e43b6596cea37b389c839
MD5 ff46fad24d7723bc397a7686d8c5a54a
BLAKE2b-256 65081cae66490f22f186b4e8fc6c38e020b39f28d4db70126b37d85ed8c73815

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp311-cp311-win_arm64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: inflate64-1.0.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 35.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for inflate64-1.0.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8b14af86981e3f691bde23bd291e6bfe4114ddee50046a6f690d7a5b625c41b0
MD5 39b36aa5675a6b52077fd06af19de1db
BLAKE2b-256 e7a274950c87d3bf8e79205fefcce5c37b4f1c066182a6f2b108bf1a915c873c

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp311-cp311-win_amd64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file inflate64-1.0.3-cp311-cp311-win32.whl.

File metadata

  • Download URL: inflate64-1.0.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 33.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for inflate64-1.0.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a36c0fa721acb800bbb9cbf5054ea0d9de4469e43b8b1fcd9d2bbb400ed4ccc0
MD5 f0c1aa52e629adc1f953bd62648f89c1
BLAKE2b-256 8a0bdac912786228296baa992f66b9c884e2aa6ee8ea93e9e2d0587092616993

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp311-cp311-win32.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for inflate64-1.0.3-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3009f85dec641b9af0b41ac0e5c849710e69c90955797ee760c2abfb302fa768
MD5 99fc1dc2d73eae577b9ad3d60dcfe762
BLAKE2b-256 0ca4ead0f01fa73d1f31533f09c4419b44cae9ce771fc0785db35d417779bf7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp311-cp311-musllinux_1_1_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for inflate64-1.0.3-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4b95b4866a5b5d1ca79f9c431f9f5d39586249c1b94985bdd5cc0704b70eebd2
MD5 696a88c9720f3da5f7a409d955e0e145
BLAKE2b-256 0efb11d45796eb7c2c5261651e1c63e2b9386780eeec21aa13b5d489558be099

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp311-cp311-musllinux_1_1_aarch64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for inflate64-1.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d9724aaa82a5181dd97f9e31134ede30f41a7add8b35073656e02fd16418c93c
MD5 268c1a75e2e3f0d7d4b4379324c8ce2f
BLAKE2b-256 51f5a7db594bef3baab4036ae2c89863522944c0380684c98072955f97117093

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for inflate64-1.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9dca452520ce5f286684577f02b06f669b9903380327d11231b5bdd3c6f27f2f
MD5 b467ec6fcc9fac881c381accc0f6db6e
BLAKE2b-256 9b7a2664a6ef98f33c484fd07d7be7770a8b8e09f66c8db2f27613e6db9b852c

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for inflate64-1.0.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c0128fccc72259d99580ff60682575da66322eba8faa3dab4a75232b519defed
MD5 5970097de8d9774b507a4d7b1bf78e33
BLAKE2b-256 6dabeeb7ae75ca800c17268a13dd8b54dae5421bcb3f87d5b280213277ccbdaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for inflate64-1.0.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e47b63739611998142533e6e22cc3f947f4043e7e3bc7d70f94ffc4e4b1aa2b2
MD5 4af5bbd0bac058f0217cb3e4d2897371
BLAKE2b-256 00786f2048fe0b75e757d1da5dda5316be0cf9472e14539afd8dbc75c4adf0c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for inflate64-1.0.3-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 faa2cb8301efc89ccb187ed4f7840ce0335da42ba53723077d0125b4b22789ce
MD5 585a7391ae3c2a0107457c1efe12c57b
BLAKE2b-256 9124834554f73973d2753c40d4e4a27a61e391e14d658e673a44b034891092ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp311-cp311-macosx_10_9_universal2.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file inflate64-1.0.3-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: inflate64-1.0.3-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 33.2 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for inflate64-1.0.3-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 849cfc0f1395d9497a19356d90a41163471e2612a995c1cc0d39a1fc4fd4e442
MD5 3825141b7829f2cc0fbaf7bb588feb93
BLAKE2b-256 51a9210a6f9604952da0618130d32bd3dfd9c69b7f5c85ebbbf5ed1849994faa

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp310-cp310-win_arm64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: inflate64-1.0.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 35.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for inflate64-1.0.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8c88db9b53f31c06e99246af902643d6037912fd2ffb2ee58d12b3f705cad7d6
MD5 10825630ad719addef92f57d9b756df8
BLAKE2b-256 642fc071302640737e6c34e8f31e28064dfabdfaed96680cc42cb486fb522bd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp310-cp310-win_amd64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file inflate64-1.0.3-cp310-cp310-win32.whl.

File metadata

  • Download URL: inflate64-1.0.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 33.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for inflate64-1.0.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 8316c03d0d85de87bbff1641fb43a3367653beddaace3b50c35f49af5af8045c
MD5 54deb893372824416fff2e5baf929b6a
BLAKE2b-256 925dbf777333a4c720d9652a4f7882f2c9739e4c538762cd549c9f52dedfd7bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp310-cp310-win32.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for inflate64-1.0.3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c6df9b82179fc4616f315cd326a4d401649683b51314dcf59edac4cb5dcfc34d
MD5 8ea15a3d7501a38efae7ed90aa833fde
BLAKE2b-256 010db48bcc21a8107a03a3bcc7b709d61de0affaea2078a388ef513b2410ad1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp310-cp310-musllinux_1_1_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for inflate64-1.0.3-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a0302b10bfed4b741be6221f52e83eabc337baf784dd0ca8ab8ca56458291952
MD5 10d6a616e3c0c15cb11cd112bace52c2
BLAKE2b-256 d1507db3ba56956ae235f1582fd652788975ad8f2dc32aabedd702e95640a9b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp310-cp310-musllinux_1_1_aarch64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for inflate64-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8221b09edb0e94107b8c33da31f5e49ff9c49c96ab91956cc428891e39d2fd4e
MD5 7742621c9f8fcc92e875901e9ad66641
BLAKE2b-256 62343a0a3bbaf59d03323fc2860871847346855cae4affa8dd9bdb5ffc34668d

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for inflate64-1.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0efe4377c41a5b73f505d7ac613b85cd855d10b27e0e7e2ad3d7fceecfbb69a4
MD5 3aa12b18eef3408c70e11a0a3141afb5
BLAKE2b-256 7f55e60519847063cc7115b1a8988ee62d05df9932d8b3631ff2f2ef43e32678

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for inflate64-1.0.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dad8527cb556fa3fb96dcf1631ea7c295bdc31ff05f2fb54363f6878c4eca9fa
MD5 f639bcd56b8a13071796a9182173ae45
BLAKE2b-256 d92968c45e25848ebc6cc75f846e782b5fb4fd3a03ac5101fe1d4c0c7e3d7d95

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for inflate64-1.0.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 518af99243b6cb4834c52c35b2965f38cc97aacbeb63d3e9cf820a9533957d37
MD5 21896e8b6ba542d07c4695040f21b1b7
BLAKE2b-256 941f97d91ce622b13d7b80e68104ac4b454eba4f96e18bec90d6e8c93874d647

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for inflate64-1.0.3-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 35abad47221ac8cb4cf6a9ef784916ada3f95115bd4f09e0f5f146b4463dcc93
MD5 3e9c5d8e4072466b3362201ca242c9f7
BLAKE2b-256 f07bbf2950b18ddb087085767f8e9da0102115591ff61e50ff47baedb91994a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp310-cp310-macosx_10_9_universal2.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file inflate64-1.0.3-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: inflate64-1.0.3-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 33.2 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for inflate64-1.0.3-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 3352f3ca43c349df5b0217bc16c2d533b6344510e1e03acb9ed9a3c2a4db12b5
MD5 12be118da076148115e95f33bd7ded23
BLAKE2b-256 612715661d0d6b67835b1d31bc16f96bc760c99914392eb6f1cb8c3e36312f58

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp39-cp39-win_arm64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: inflate64-1.0.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 35.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for inflate64-1.0.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8b41c8824a5c5446459b07607cf02e90115242cb0f16fa8ae6a7c882e4ece0a9
MD5 29b28cc9432c6aa83780a5c79db9b15f
BLAKE2b-256 1e3194adc4197fefc5e1d04f22ba45705334e36aefd9ee4952d2e03c259de2b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp39-cp39-win_amd64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file inflate64-1.0.3-cp39-cp39-win32.whl.

File metadata

  • Download URL: inflate64-1.0.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 33.0 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for inflate64-1.0.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 3b35146f6d2680859cef3706cc205fe44c34e870613810baec56df0dc5786fde
MD5 37d1819f9187791816785c89e7fface4
BLAKE2b-256 f15401d5671627a6078afc48e2d208b46d63a8d77145291a59a6ca9614238223

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp39-cp39-win32.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for inflate64-1.0.3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 87101c97e7736eba8d3fccb364acc4efe77d977c6fbc048be11c5d99941f5651
MD5 d3ae94e937b6d0f7b526cf563f814f7a
BLAKE2b-256 f59ee49a6af44deee97f75c9ee5507de44523ad6524591926d148d9662c4d9f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp39-cp39-musllinux_1_1_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for inflate64-1.0.3-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 89460fbfbe383cb00291988343b5a4f0fb51aefaeacb1a5c01e9aa993a8ad17b
MD5 93152c971fb968388d29d73240d61218
BLAKE2b-256 82c9da0eb1ee8871b9a59f50b295d9ec49f6f3e912fdb232add1c98a32a03ce5

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp39-cp39-musllinux_1_1_aarch64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for inflate64-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 81387fff4b3c72c46ed636aab092c7dbe7cdaf57b1f8f559885f0f933a5794b9
MD5 83d58ebf26b69f69aa0f4fb7e50a86d8
BLAKE2b-256 a3cc7bdd8c25460ee4402680a0e27a2aa14f9d2d32b03f7740a580d409a2278d

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for inflate64-1.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2dbc7265c5f6459e00b3c7cdf9de7c12f6a60f00ea8b878744d0ef46dd23d3f9
MD5 d7e0064178515aef3c023e06b5e0125e
BLAKE2b-256 8d84dda13b882d7daf67f4a8bcd1875b9c0c67d82079d1516e86bbf2b1fca514

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for inflate64-1.0.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dc779457ccb74b425251e3de1dba6839f78f19e0c25ae2e6178f270a334eae78
MD5 a97e52d03ebbeaa9106ef0dbc0e63786
BLAKE2b-256 a01fb72b6001ba6a52b08625a8e9aab0721ae62f01ee921806bdc567f7764ca9

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for inflate64-1.0.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 368c84e67b70b58e64952a47b89bd9938a1a3abf1bf7ad82fcfc57b53c1a21ba
MD5 e5ecaae18f083d10311d419a73d21b67
BLAKE2b-256 56ee2387e72ec94bf7a741a48aac871fd95d649e139805d13d9caeb93596eab4

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for inflate64-1.0.3-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 cca6c49371d159d4c6613860429777228d274b22a3d12d51fdf6c4d4397f0715
MD5 b0f691f4084c1465cfce19cf6b5b789e
BLAKE2b-256 d5ed8dd4e8f5d5e3ee673a35a401bf5b022217f0e427c0d561b47d382ae3631b

See more details on using hashes here.

Provenance

The following attestation bundles were made for inflate64-1.0.3-cp39-cp39-macosx_10_9_universal2.whl:

Publisher: publish-to-pypi.yml on miurahr/inflate64

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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