Skip to main content
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

Release files for inflate64 1.0.4

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for inflate64 1.0.4
File Size Uploaded
inflate64-1.0.4.tar.gz 902.5 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for inflate64 1.0.4
File
inflate64-1.0.4-cp314-cp314t-win_arm64.whl CPython 3.14 CPython 3.14 free-threading Windows ARM64 Details
inflate64-1.0.4-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
inflate64-1.0.4-cp314-cp314t-win32.whl CPython 3.14 CPython 3.14 free-threading Windows x86-32 Details
inflate64-1.0.4-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
inflate64-1.0.4-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
inflate64-1.0.4-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
inflate64-1.0.4-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
inflate64-1.0.4-cp314-cp314t-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 Details
inflate64-1.0.4-cp314-cp314t-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64 Details
inflate64-1.0.4-cp314-cp314t-macosx_10_15_universal2.whl CPython 3.14 CPython 3.14 free-threading macOS 10.15+ universal2 (ARM64, x86-64) Details
inflate64-1.0.4-cp314-cp314-win_arm64.whl CPython 3.14 CPython 3.14 Windows ARM64 Details
inflate64-1.0.4-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
inflate64-1.0.4-cp314-cp314-win32.whl CPython 3.14 CPython 3.14 Windows x86-32 Details
inflate64-1.0.4-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
inflate64-1.0.4-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
inflate64-1.0.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
inflate64-1.0.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
inflate64-1.0.4-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
inflate64-1.0.4-cp314-cp314-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.15+ x86-64 Details
inflate64-1.0.4-cp314-cp314-macosx_10_15_universal2.whl CPython 3.14 CPython 3.14 macOS 10.15+ universal2 (ARM64, x86-64) Details
inflate64-1.0.4-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
inflate64-1.0.4-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
inflate64-1.0.4-cp313-cp313-win32.whl CPython 3.13 CPython 3.13 Windows x86-32 Details
inflate64-1.0.4-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
inflate64-1.0.4-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
inflate64-1.0.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
inflate64-1.0.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
inflate64-1.0.4-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
inflate64-1.0.4-cp313-cp313-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.13+ x86-64 Details
inflate64-1.0.4-cp313-cp313-macosx_10_13_universal2.whl CPython 3.13 CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64) Details
inflate64-1.0.4-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
inflate64-1.0.4-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
inflate64-1.0.4-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
inflate64-1.0.4-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
inflate64-1.0.4-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
inflate64-1.0.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
inflate64-1.0.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
inflate64-1.0.4-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
inflate64-1.0.4-cp312-cp312-macosx_10_13_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.13+ x86-64 Details
inflate64-1.0.4-cp312-cp312-macosx_10_13_universal2.whl CPython 3.12 CPython 3.12 macOS 10.13+ universal2 (ARM64, x86-64) Details
inflate64-1.0.4-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
inflate64-1.0.4-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
inflate64-1.0.4-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
inflate64-1.0.4-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
inflate64-1.0.4-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
inflate64-1.0.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
inflate64-1.0.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
inflate64-1.0.4-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
inflate64-1.0.4-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
inflate64-1.0.4-cp311-cp311-macosx_10_9_universal2.whl CPython 3.11 CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64) Details
inflate64-1.0.4-cp310-cp310-win_arm64.whl CPython 3.10 CPython 3.10 Windows ARM64 Details
inflate64-1.0.4-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
inflate64-1.0.4-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
inflate64-1.0.4-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
inflate64-1.0.4-cp310-cp310-musllinux_1_2_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARM64 Details
inflate64-1.0.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
inflate64-1.0.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
inflate64-1.0.4-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
inflate64-1.0.4-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
inflate64-1.0.4-cp310-cp310-macosx_10_9_universal2.whl CPython 3.10 CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64) Details
inflate64-1.0.4-cp39-cp39-win_arm64.whl CPython 3.9 CPython 3.9 Windows ARM64 Details
inflate64-1.0.4-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
inflate64-1.0.4-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
inflate64-1.0.4-cp39-cp39-musllinux_1_2_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-64 Details
inflate64-1.0.4-cp39-cp39-musllinux_1_2_aarch64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ ARM64 Details
inflate64-1.0.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
inflate64-1.0.4-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
inflate64-1.0.4-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
inflate64-1.0.4-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
inflate64-1.0.4-cp39-cp39-macosx_10_9_universal2.whl CPython 3.9 CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64) Details

Total release size: 5.3 MB

Release files / inflate64-1.0.4.tar.gz

Download URL inflate64-1.0.4.tar.gz
Size 902.5 kB
Tags Source
SHA-256 checksum
How to use checksums
b398c686960c029777afc0ed281a86f66adb956cfc3fbf6667cc6453f7b407ce
BLAKE2b-256 checksum
How to use checksums
3ef341bb2901543abe7aad0b0b0284ae5854bb75f848cf406bf8a046bf525f67
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp314-cp314t-win_arm64.whl

Download URL inflate64-1.0.4-cp314-cp314t-win_arm64.whl
Size 34.8 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
9ae3ee727235a06dc3cd353ee5761fdd8e3b56ad119c711f61680528972a6ced
BLAKE2b-256 checksum
How to use checksums
7d8533447bb3c4e3c0ae7b1fde3aadc52a18b2b0193cfcf4f585977e924c6463
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp314-cp314t-win_amd64.whl

Download URL inflate64-1.0.4-cp314-cp314t-win_amd64.whl
Size 36.9 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
7d13b04cba65c12d21e65eaa77da9484e265e8e821b26e0761d1455ad3a878d9
BLAKE2b-256 checksum
How to use checksums
91878bf6f412f93c8b6dc14866a021b83321331fbdd17f6ab902a24dbf88773d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp314-cp314t-win32.whl

Download URL inflate64-1.0.4-cp314-cp314t-win32.whl
Size 33.9 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-32
SHA-256 checksum
How to use checksums
f8964ceaabea294bc20abc9ef408c6aae978a75c25c83168a76cd87a37c38938
BLAKE2b-256 checksum
How to use checksums
8e308bbc587bb2ad09ab7edf1f9215b2c5faf4fa7ee7c071daefe9ed55e28814
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL inflate64-1.0.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 106.6 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
8ca9a2985afd5a14fb48cd126a67e5944ccb7a0a6bdec58c4f796c8c88a84539
BLAKE2b-256 checksum
How to use checksums
f994c17de2f55b9fb1269bca4657f9089efe4ba0f3d4b652f07b34dfc69f69a2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL inflate64-1.0.4-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 104.2 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
172b51da7bbfa66b33f0a5405e944807b9949e92cf4cd9f983c07af8152766df
BLAKE2b-256 checksum
How to use checksums
60ae65d88109b63611c9b6c29008201107127cf2603d186ab99beec39d85f38e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL inflate64-1.0.4-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 108.0 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
61f51f80fa6f367288343c1a2cd20a42af454883087064e9274fd2a8c3a5a200
BLAKE2b-256 checksum
How to use checksums
9cddb653f9962497cf4d3520d69272894c37fd76f86a0e04bb3bd9f32827dc2f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL inflate64-1.0.4-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 106.8 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
938ebc6b28578bfd365d1a9fdb18b7faab08321babeb2198e8025d07d8dc7fb5
BLAKE2b-256 checksum
How to use checksums
39f1cf6121926e405020e9e7bccb78ec7781fbc87500ec67368e7d9e866758be
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp314-cp314t-macosx_11_0_arm64.whl

Download URL inflate64-1.0.4-cp314-cp314t-macosx_11_0_arm64.whl
Size 36.3 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
d6a4136752aa2a544301059d8f13780aeb88c34d60770258436a87dacd3fc304
BLAKE2b-256 checksum
How to use checksums
2542c463b42fd8a7947b4445fbaf57c265bb7f3114362fb7aee6884ffd8b5341
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp314-cp314t-macosx_10_15_x86_64.whl

Download URL inflate64-1.0.4-cp314-cp314t-macosx_10_15_x86_64.whl
Size 36.3 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
6751758301936fbb38fa38eb5312e14e27b6a1abf568f83c17557fab2694373d
BLAKE2b-256 checksum
How to use checksums
c9ad16e1168ac80f39894e6cb18b439eec63fec42cbced239aebfe12081b6ec7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp314-cp314t-macosx_10_15_universal2.whl

Download URL inflate64-1.0.4-cp314-cp314t-macosx_10_15_universal2.whl
Size 59.3 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
b17bf665d948dc4edeea0cd17752415d0cd7240c882b9c7e136ad4cc4321e9d4
BLAKE2b-256 checksum
How to use checksums
c079b466ec7666c40912ea81a305a8a2b75f5998e6cec1d3d75e067d76203731
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp314-cp314-win_arm64.whl

Download URL inflate64-1.0.4-cp314-cp314-win_arm64.whl
Size 34.5 kB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
2e129669a0243ac7816fd526946ee01c25688fe81623a6d6bc95b3156d80f4fb
BLAKE2b-256 checksum
How to use checksums
297716200aced67215119fb30ec9a5889b48289ee2fa5ce5137623a9ad41b2c4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp314-cp314-win_amd64.whl

Download URL inflate64-1.0.4-cp314-cp314-win_amd64.whl
Size 36.3 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
fb2fdd63ef3933b67af98b3f2ee2f57e7787278041d7ba4821382fedd729b68a
BLAKE2b-256 checksum
How to use checksums
dd51f2972df8cceecc9bf3afa3353d517ffc7125285198c844588e9aaf98f5d0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp314-cp314-win32.whl

Download URL inflate64-1.0.4-cp314-cp314-win32.whl
Size 33.7 kB
Tags CPython 3.14 Windows x86-32
SHA-256 checksum
How to use checksums
eef87908c780439393d577a155868317f0a275b47b417db9f47d8633ec791745
BLAKE2b-256 checksum
How to use checksums
b87f700ede7474e72a1c0e2e8fe36624cd0225ca8b2875eca33d64aa2de75f4d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL inflate64-1.0.4-cp314-cp314-musllinux_1_2_x86_64.whl
Size 100.0 kB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
a846ce1f38845b20bef2625af1b512be83416d97824539524c5a34e7a729aec7
BLAKE2b-256 checksum
How to use checksums
4e9ac1482718c717c49c67490c42b4fdced9476e894eaebd52193e488c12e188
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL inflate64-1.0.4-cp314-cp314-musllinux_1_2_aarch64.whl
Size 97.0 kB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
a6baedc3288d7a4ff588951d3a9a97a5391dceed6255ff5b16e42cae7274bfa9
BLAKE2b-256 checksum
How to use checksums
2b055f383c615ec0f01bcbbc699a71da167623e494083ab7ed0df86b4bddf125
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL inflate64-1.0.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 100.8 kB
Tags CPython 3.14 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
6f0993214dea0738c557fa56c13cd9083aef0097a201d726c21984ad7f577514
BLAKE2b-256 checksum
How to use checksums
90720b6035302e9c33f004240a50cb6e2e1fc7bb1f2b415b02d939c551bdd06b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL inflate64-1.0.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 99.0 kB
Tags CPython 3.14 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
b303132cc562a906543a56f35c4e164e3880da6ff041cb4a7b1df9f9d2b4bb69
BLAKE2b-256 checksum
How to use checksums
4cf087d3c317ed0acd94f5e9b3b1b9e9000228ea2af0cb4618c62cbfc816da34
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp314-cp314-macosx_11_0_arm64.whl

Download URL inflate64-1.0.4-cp314-cp314-macosx_11_0_arm64.whl
Size 36.1 kB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
abddae8920b2eaef824254e14b8d4ff54afbe6194a1bbe9816584859f0c1244d
BLAKE2b-256 checksum
How to use checksums
70b8073a79716e093db973b8823bdfb02e10fbdf65642dbe1fa3cda24832aeb2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp314-cp314-macosx_10_15_x86_64.whl

Download URL inflate64-1.0.4-cp314-cp314-macosx_10_15_x86_64.whl
Size 35.9 kB
Tags CPython 3.14 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
c1acf18b08b32981a4a11ec5a112b8ad5d7c7a5b15cb5bdbdb5b19201e9aa180
BLAKE2b-256 checksum
How to use checksums
818024ba0d2ee14e07e275e9c5b058e59a8a58f8ef42dd51a78ebbfd7c857ac4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp314-cp314-macosx_10_15_universal2.whl

Download URL inflate64-1.0.4-cp314-cp314-macosx_10_15_universal2.whl
Size 58.7 kB
Tags CPython 3.14 macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
4f61925b2d4248eac2ebb15350a80aaa0d1f7f1dc770bd5ebbbb3b0db4a6a416
BLAKE2b-256 checksum
How to use checksums
5bfbec9d10f44f2fc7666ad5d70acae2b8a1941e8e08ccae1fad0820f7796be3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp313-cp313-win_arm64.whl

Download URL inflate64-1.0.4-cp313-cp313-win_arm64.whl
Size 33.5 kB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
118d8286f085e99a14341c76ef9fbffd56619ccc80318a9a204aea3dbfa71470
BLAKE2b-256 checksum
How to use checksums
39e88d927770ce25dc9764c8104207a80653d65471d0a6a8f9ead350016e4586
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp313-cp313-win_amd64.whl

Download URL inflate64-1.0.4-cp313-cp313-win_amd64.whl
Size 35.6 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
3983f53b590ff7d0ba243f664ce852aca882482f30f7a8eab33e10d769336d0c
BLAKE2b-256 checksum
How to use checksums
e74f5784ee1eb8260f2310e24ef2883f1f494f9332bcfde4ed14ee780372149e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp313-cp313-win32.whl

Download URL inflate64-1.0.4-cp313-cp313-win32.whl
Size 33.0 kB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
332051a9d7e50579b90a3f555d68f53414b06f636c9ffe82e97c0baae3c8fbcc
BLAKE2b-256 checksum
How to use checksums
39598256b3e802e203c8645e0b32b25e6bd94508ad572593f0cdf8234db3879a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL inflate64-1.0.4-cp313-cp313-musllinux_1_2_x86_64.whl
Size 100.0 kB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
84ce3a97272ba745fce52b38363855c7201968f6402a794bbade774e64c657b9
BLAKE2b-256 checksum
How to use checksums
26ef7ab3bde4e176609ae0e607a8a9bb38d201885275664a6d574299f5bf7850
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL inflate64-1.0.4-cp313-cp313-musllinux_1_2_aarch64.whl
Size 97.0 kB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
513201336fb3b0b7e2aee5dbbbe30a9f1b23291738b5ceb80076fc285f2ec2f1
BLAKE2b-256 checksum
How to use checksums
744af6d3031dd3578510894a41bfe1ac149228970ce1629a43f20e0c5abbe8d1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL inflate64-1.0.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 100.8 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
f62a13d0327631778fa2a47c308ae2b07b2659b7bb8564783259ac65949f8c0c
BLAKE2b-256 checksum
How to use checksums
c0c5038dc2593bbc4272d87eac8c9f75692267d47f834ced888f6d81995df606
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL inflate64-1.0.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 99.0 kB
Tags CPython 3.13 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
a984b9287ff0fb596eb058d66a9e94530556afd2b7c054b44f2e0aeeff894e8f
BLAKE2b-256 checksum
How to use checksums
ca04399e82d8f5003dd92c8a0c5c1a9a8ce0919114710a496cbe88848bff3a72
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp313-cp313-macosx_11_0_arm64.whl

Download URL inflate64-1.0.4-cp313-cp313-macosx_11_0_arm64.whl
Size 36.0 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
5c098dab17821f466fc6e6a3d78fc6e0295bb51458015f03416b1d58d6a8df4f
BLAKE2b-256 checksum
How to use checksums
7d149eadd59244b38cf85ccd0ca43d1296c50b3a33aa37be4fb68a1928efa58c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp313-cp313-macosx_10_13_x86_64.whl

Download URL inflate64-1.0.4-cp313-cp313-macosx_10_13_x86_64.whl
Size 35.9 kB
Tags CPython 3.13 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
4d24112180c95d12f279cade9a1e21f8be7f4790c4109c293292edf87d061992
BLAKE2b-256 checksum
How to use checksums
b85f6f89c8524503fd7a9ca2bd91fe60d7291b3f684e9d41edb38ef49e10fc3d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp313-cp313-macosx_10_13_universal2.whl

Download URL inflate64-1.0.4-cp313-cp313-macosx_10_13_universal2.whl
Size 58.6 kB
Tags CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
c3f37540d0e64884a935fd62a7d17e40ab69f05ec63e815483b6513675d01bef
BLAKE2b-256 checksum
How to use checksums
c255b7de7ae318a4f233f892c4f7c8b7e0e8643abe3fdcc53ed35020a9fe3f47
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp312-cp312-win_arm64.whl

Download URL inflate64-1.0.4-cp312-cp312-win_arm64.whl
Size 33.5 kB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
2b263c619469f90a75f29c421c53d31b208ad494a078235a8f6db2bc96583fdc
BLAKE2b-256 checksum
How to use checksums
800703a5ef74ad3869b3c5af3b09216321f5a1a5a45265f7bd6d5abc669c7622
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp312-cp312-win_amd64.whl

Download URL inflate64-1.0.4-cp312-cp312-win_amd64.whl
Size 35.6 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
2c6befdf83d088a6e0d10d0873a9d4bfde2ce00ad7a52c8189cf303306f98030
BLAKE2b-256 checksum
How to use checksums
33c4c0de4e9bdf12e449360b710e9ab5b5248804610f382b538773cbd07b72bb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp312-cp312-win32.whl

Download URL inflate64-1.0.4-cp312-cp312-win32.whl
Size 33.0 kB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
ad4fa490bb7dc2a4640a3adaa2d5950f4a465ba034bbcf184c2103646e58ad97
BLAKE2b-256 checksum
How to use checksums
cfecd4caa4bf3c9e520c15e900fee5a00fc523953843e14aa378ca1abfb2b4ea
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL inflate64-1.0.4-cp312-cp312-musllinux_1_2_x86_64.whl
Size 99.8 kB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
94a95f32087d223d2e119ff5c7c264109e8d4cb7e421e7a688a899a6fe021b38
BLAKE2b-256 checksum
How to use checksums
84ff306d5d6aca1e04e596d2a504a59ff9a900623a6ec852f38aab99f384562d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL inflate64-1.0.4-cp312-cp312-musllinux_1_2_aarch64.whl
Size 96.7 kB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
8065166f355122484f004225b379d403346bdae69ec624786a9334f025580675
BLAKE2b-256 checksum
How to use checksums
f73e5d18ff5b86aaaf54117e1bb6ce15cb17163f56035f9c480e609d35f258ab
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL inflate64-1.0.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 100.6 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
62d1aac3aba094ae42e27ce7581b414c90f218248be0953b6aeb11a127225e5d
BLAKE2b-256 checksum
How to use checksums
37001a2351a85d36b26c5b2b8cfbb37ad86084c98f592dd7590f8577d8b33993
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL inflate64-1.0.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 98.8 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
6bfcf806912ced77a21394f7363805ecacd626b79f93cba87d505a48e88ede78
BLAKE2b-256 checksum
How to use checksums
7f66c0c3d3b4b863aab2c2ce631d219a8eb3b95b78acd5f40d3212f071e693db
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp312-cp312-macosx_11_0_arm64.whl

Download URL inflate64-1.0.4-cp312-cp312-macosx_11_0_arm64.whl
Size 36.0 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
8bad992f2d034f5f7e36208e54502d1b0829ce772c898e5dc59109833420148a
BLAKE2b-256 checksum
How to use checksums
724b9c6acfbe900e5c8698132244c68036b0455bd2169f46e356c83dc0366f11
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp312-cp312-macosx_10_13_x86_64.whl

Download URL inflate64-1.0.4-cp312-cp312-macosx_10_13_x86_64.whl
Size 35.9 kB
Tags CPython 3.12 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
0d173a7a0e865bb7d19685c5b1ad2994712b8361b24136d7e94abeff58505647
BLAKE2b-256 checksum
How to use checksums
cd0a583c7c2832da36e986c5758d0afb6f5944599e55c5b798b066a9ef63e581
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp312-cp312-macosx_10_13_universal2.whl

Download URL inflate64-1.0.4-cp312-cp312-macosx_10_13_universal2.whl
Size 58.6 kB
Tags CPython 3.12 macOS 10.13+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
c8009e4a4918ee6c8cbc49e58fe159464895064cfdf0565fed3f49ca81e45272
BLAKE2b-256 checksum
How to use checksums
ed335cfa7468960de1be0833e7e41adf5b7804a0aef2fb46f3679df3876bf3ab
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp311-cp311-win_arm64.whl

Download URL inflate64-1.0.4-cp311-cp311-win_arm64.whl
Size 33.5 kB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
2ea7bdcad65e255b4596f84880f6e0c1756d6336d620e302653257defa407742
BLAKE2b-256 checksum
How to use checksums
13369b130e45299d587f306178d65e950e1c8f60a09db8bb55c7cdce8fdda3b6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp311-cp311-win_amd64.whl

Download URL inflate64-1.0.4-cp311-cp311-win_amd64.whl
Size 35.5 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
7056148548c1f25dcb38251f88c19b4635a5f32af4c7bad00621c85509e3d8c0
BLAKE2b-256 checksum
How to use checksums
8c32be5cac018960157d33d61278377d590d5cc34922222cb0c4dc3284ce6eeb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp311-cp311-win32.whl

Download URL inflate64-1.0.4-cp311-cp311-win32.whl
Size 32.9 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
2725ccc14b138f0ad622d0322b769f177f9edfe016ee9ed3404102935d39e7de
BLAKE2b-256 checksum
How to use checksums
79b820cad309ded1d97195c5ad50e341b38ddc2e82f5c44ee7d000c4372c8b56
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL inflate64-1.0.4-cp311-cp311-musllinux_1_2_x86_64.whl
Size 98.8 kB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
bf4e34e32a37a42e9cf8bd9681f89e3e37b218f97d8b8cc95bd065419bc8db13
BLAKE2b-256 checksum
How to use checksums
6b3e8165ff4051dff08b2cc8448dafd15a697564e84cf40f3ee0dc0df16eed16
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL inflate64-1.0.4-cp311-cp311-musllinux_1_2_aarch64.whl
Size 95.9 kB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
5b01539fea372c6078b9707d9121c12cb321e587e193f50e257ce06cf5b15e41
BLAKE2b-256 checksum
How to use checksums
e3cee98577e0771b857b491a64a3f7495eb507e0752b80093068b69813088df1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL inflate64-1.0.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 99.5 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
ec40c0383cbd84d845dcb785a48ae76eef43246c923f84fda380fdd5ea653d3c
BLAKE2b-256 checksum
How to use checksums
5b6e6443ea6c42f6b244c4e59cb43f16e6b903669f718a96e3f1985acf473dea
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL inflate64-1.0.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 98.1 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
7912927a509ca58d1a445ce4ff6e6e9f276dc1d72687386cdf7103bf590e785c
BLAKE2b-256 checksum
How to use checksums
86a35b67ef7fd5e7546d4c2be8a9a869c70d9fd525de1cfb2b4dc4b0855eeee8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp311-cp311-macosx_11_0_arm64.whl

Download URL inflate64-1.0.4-cp311-cp311-macosx_11_0_arm64.whl
Size 36.0 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
e42def03ace8c58fd50b0df4f40241c45a2314c3876d020cce24acf958323c98
BLAKE2b-256 checksum
How to use checksums
de408b028a731f6fabbb49069a58f1aa5c3332688b57dcb8726f9e596661ce5b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp311-cp311-macosx_10_9_x86_64.whl

Download URL inflate64-1.0.4-cp311-cp311-macosx_10_9_x86_64.whl
Size 35.9 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
c11e2a3cb9d9b49620c9b0c806dd0c55daec3b6bb665299b770a68f01bfc5432
BLAKE2b-256 checksum
How to use checksums
53771119bb53e8f4c9c77f2a5e3ab7d8c3e905fcfc9912073962b9b4cbf72118
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp311-cp311-macosx_10_9_universal2.whl

Download URL inflate64-1.0.4-cp311-cp311-macosx_10_9_universal2.whl
Size 58.6 kB
Tags CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
bccda9815b27623e805a34ee3ee4f46c93f0cc7ac621f9834d75f033fd79c27a
BLAKE2b-256 checksum
How to use checksums
39e42fc07d71cf863ed4167e7d3eb7f89de0341ffe3ed3a62ff6cc4123bdbda6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp310-cp310-win_arm64.whl

Download URL inflate64-1.0.4-cp310-cp310-win_arm64.whl
Size 33.5 kB
Tags CPython 3.10 Windows ARM64
SHA-256 checksum
How to use checksums
bad20de249d6336793f6267880668dbb286ca5c6e6991795aa6344c817588068
BLAKE2b-256 checksum
How to use checksums
7213d964fbfceeee6752c36c45645e5e9a9ef0dd70d4ce64e5e7316822e43382
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp310-cp310-win_amd64.whl

Download URL inflate64-1.0.4-cp310-cp310-win_amd64.whl
Size 35.5 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
950dd7fe53474df5f4699b8f099980027e812d55fd82d8e167d599822c3d27d6
BLAKE2b-256 checksum
How to use checksums
a359cef1b3505dc33d8cb9d115481923dec1de1372d29ac278622feecf9c03a1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp310-cp310-win32.whl

Download URL inflate64-1.0.4-cp310-cp310-win32.whl
Size 32.9 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
d08cdda33341b4f992af60c12dc60e370e9993b80a936c17244a602711eeb727
BLAKE2b-256 checksum
How to use checksums
bd855879fa47122c7d5b563c6dacbd4a782bd9464405f69d46af01e02d4a3907
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL inflate64-1.0.4-cp310-cp310-musllinux_1_2_x86_64.whl
Size 95.9 kB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
f70e6692617ec82500b203eefac8765302298ce7e73584fcf995bb9e23184530
BLAKE2b-256 checksum
How to use checksums
c51bc9a2d84fc117dddee0749dc1b3ab9ed725bf92e866ef0ede0945a5128ef0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp310-cp310-musllinux_1_2_aarch64.whl

Download URL inflate64-1.0.4-cp310-cp310-musllinux_1_2_aarch64.whl
Size 92.9 kB
Tags CPython 3.10 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
89126ceb4d96e76842f4697017a9a3e750c34e029ddb360b3d8ca79a648d47f6
BLAKE2b-256 checksum
How to use checksums
8c2a78ab2fcb02c13e3c8c93c2d82bf5eec1862b428bc6177dcc76ac4044408d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL inflate64-1.0.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 96.6 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
cb93159cb60aee8cab62541aa70e4c460f13359660a27a1a486518bba0153535
BLAKE2b-256 checksum
How to use checksums
95d34f760f095ce8a9494d441b96a8735346141dd24f52fa573c971c0da1c958
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL inflate64-1.0.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 95.1 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
dcfafc572a642215894af1ec8d05949fa35eb7cb36d053aa97b11eccf1ae579e
BLAKE2b-256 checksum
How to use checksums
248390f7086f8078057a090db43459e478dc45e2d5ce2509f9c6a6a08100efa0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp310-cp310-macosx_11_0_arm64.whl

Download URL inflate64-1.0.4-cp310-cp310-macosx_11_0_arm64.whl
Size 36.0 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
fb2b5a62579d074f38352a3494c3c6ac1a90516b75c5793c39303547f1fea925
BLAKE2b-256 checksum
How to use checksums
17cdec3c058283706a43ab790e8d611a3a787a4f4cc4ae3faeafba6e2e216e36
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp310-cp310-macosx_10_9_x86_64.whl

Download URL inflate64-1.0.4-cp310-cp310-macosx_10_9_x86_64.whl
Size 35.9 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
8600478542e2354d1ee7b5c57c957006cabacd8b787b4046951f487a2216e5c0
BLAKE2b-256 checksum
How to use checksums
33574d740b677cda81ec6f47c05b502ed15103c8a7d9c3e91ee93352d46fe69c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp310-cp310-macosx_10_9_universal2.whl

Download URL inflate64-1.0.4-cp310-cp310-macosx_10_9_universal2.whl
Size 58.6 kB
Tags CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
f1a47837d4322e0684824f91eb635aa6fd1967584140c478b0a1aca7b11740d6
BLAKE2b-256 checksum
How to use checksums
efd55c13cfc7954ed716ae0e5e64c4f54be43f8c145b546472b67803feaa18a4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp39-cp39-win_arm64.whl

Download URL inflate64-1.0.4-cp39-cp39-win_arm64.whl
Size 33.5 kB
Tags CPython 3.9 Windows ARM64
SHA-256 checksum
How to use checksums
f5bb6c58c642859ecf5e23178b1e7e4724f3ce968fc49090919d59a5e186f3e6
BLAKE2b-256 checksum
How to use checksums
6968c7c56cfdd9dd1db47e9a29c190e4da8941730748163997e4480e3af903f3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp39-cp39-win_amd64.whl

Download URL inflate64-1.0.4-cp39-cp39-win_amd64.whl
Size 35.5 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
4662b2a4bba73bd64f803c97ec5134d6fd19227c3b3d3785e1babb359f1b4c33
BLAKE2b-256 checksum
How to use checksums
f2b8b772f9db43c5f19632c22009756bf3742c9debb06650cae9395cfc09b12f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp39-cp39-win32.whl

Download URL inflate64-1.0.4-cp39-cp39-win32.whl
Size 32.9 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
dd8fdb7350728aa488edabeb9d2afbac5273522b50665e8dc99844a7eb99925b
BLAKE2b-256 checksum
How to use checksums
7b90faa0868dbef82a752c7fe6cbe8d66947d96b8c6b4b43f1690a9fbd6898ab
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp39-cp39-musllinux_1_2_x86_64.whl

Download URL inflate64-1.0.4-cp39-cp39-musllinux_1_2_x86_64.whl
Size 95.7 kB
Tags CPython 3.9 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
19ffca993315ce7a4439efc388ffebdd395a20dbea2942b2445d87ec15373737
BLAKE2b-256 checksum
How to use checksums
402172f4d835597d1254a1901b13a9fde019f23b1e7a16575abec10ee82412ad
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp39-cp39-musllinux_1_2_aarch64.whl

Download URL inflate64-1.0.4-cp39-cp39-musllinux_1_2_aarch64.whl
Size 92.7 kB
Tags CPython 3.9 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
e107d1d6e6d9b94409a68d1ac20522815996ad44269cc05a69c93d0f1c450f95
BLAKE2b-256 checksum
How to use checksums
2f2fb6270ec5692bf91625ec6c24e194907a8d7e85c9037742c56e52df47ab89
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL inflate64-1.0.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 96.5 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
2a55295f493a40d7e68929f0ba54e489ab9b623b6aa968dc5d1389ba77a63eff
BLAKE2b-256 checksum
How to use checksums
520cb5cfb7ecef3b5fbdf4987d4f183c79b782e4a2f43b45abb09d5558ba0869
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL inflate64-1.0.4-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 94.8 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
5b5aa704141c9bad08b4e57bd722f68dd3a8cff62490b16a1605d2698e268fbd
BLAKE2b-256 checksum
How to use checksums
c4efe29010e6987c1e9a33197b86fb9a4ac50242b35e7edf4c41c3ee8a34fa13
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp39-cp39-macosx_11_0_arm64.whl

Download URL inflate64-1.0.4-cp39-cp39-macosx_11_0_arm64.whl
Size 36.0 kB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
e408d3b667fb693d45448327dc8cab8c684c6627d4fd8e71819f212ab1435e81
BLAKE2b-256 checksum
How to use checksums
dc25d708b395ff359db0dbef59e80d0580091d1a4e374070ad4172530f6c4742
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp39-cp39-macosx_10_9_x86_64.whl

Download URL inflate64-1.0.4-cp39-cp39-macosx_10_9_x86_64.whl
Size 35.9 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
067af498c34a8b69b2957d20dbce4d72affda23aed37ea231b1ea5ad9aab5731
BLAKE2b-256 checksum
How to use checksums
ceda34c088a41a7a306e860ed59db1004c1340f89d314f65e969b10753c9c7d0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log

Release files / inflate64-1.0.4-cp39-cp39-macosx_10_9_universal2.whl

Download URL inflate64-1.0.4-cp39-cp39-macosx_10_9_universal2.whl
Size 58.6 kB
Tags CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
179e39069c56a69c37d3b939505254cf7e495a06fcbc0c4bd5a61fa8fc43c678
BLAKE2b-256 checksum
How to use checksums
56ca227be262a608b03431a3ef59df3a1812e1e1da125c9130cbbe149d5f23b8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Nov 28, 2025.

Transparency log
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page