Skip to main content

Python function to stream unzip all the files in a ZIP archive, without loading the entire ZIP file into memory or any of its uncompressed files

Project description

stream-unzip

conda-forge package PyPI package Test suite Code coverage

Python function to stream unzip all the files in a ZIP archive, without loading the entire ZIP file into memory or any of its uncompressed files.

To create ZIP files on the fly try stream-zip.

Features

In addition to being memory efficient, stream-unzip supports:

  • Deflate-compressed ZIPs. This is the historical standard for ZIP files.

  • Deflate64-compressed ZIPs. These are created by certain versions of Windows Explorer in some circumstances. Python's zipfile module cannot open Deflate64-compressed ZIPs.

  • Zip64 ZIP files. These are ZIP files that allow sizes far beyond the approximate 4GiB limit of the original ZIP format.

  • WinZip-style AES-encrypted / password-protected ZIPs. Python's zipfile module cannot open AES-encrypted ZIPs.

  • Legacy-encrypted / password-protected ZIP files. This is also known as ZipCrypto/Zip 2.0. Decrypting ZipCrypto with stream-unzip is approximately 10 times faster than Python's zipfile module.

  • ZIP files created by Java's ZipOutputStream that are larger than 4GiB. At the time of writing libarchive-based stream readers cannot read these without error.

  • BZip2-compressed ZIPs.

  • An async interface that supports both asyncio and trio (which uses threads under the hood).


Visit the stream-unzip documentation for usage instructions.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

stream_unzip-0.0.101.tar.gz (265.3 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

stream_unzip-0.0.101-cp314-cp314-win_amd64.whl (133.0 kB view details)

Uploaded CPython 3.14Windows x86-64

stream_unzip-0.0.101-cp314-cp314-musllinux_1_2_x86_64.whl (344.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

stream_unzip-0.0.101-cp314-cp314-musllinux_1_2_armv7l.whl (271.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

stream_unzip-0.0.101-cp314-cp314-musllinux_1_2_aarch64.whl (329.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

stream_unzip-0.0.101-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (271.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

stream_unzip-0.0.101-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (262.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

stream_unzip-0.0.101-cp314-cp314-macosx_11_0_arm64.whl (240.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

stream_unzip-0.0.101-cp313-cp313-win_amd64.whl (132.6 kB view details)

Uploaded CPython 3.13Windows x86-64

stream_unzip-0.0.101-cp313-cp313-musllinux_1_2_x86_64.whl (343.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

stream_unzip-0.0.101-cp313-cp313-musllinux_1_2_armv7l.whl (265.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

stream_unzip-0.0.101-cp313-cp313-musllinux_1_2_aarch64.whl (328.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

stream_unzip-0.0.101-cp313-cp313-musllinux_1_1_x86_64.whl (296.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

stream_unzip-0.0.101-cp313-cp313-musllinux_1_1_aarch64.whl (298.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

stream_unzip-0.0.101-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (271.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

stream_unzip-0.0.101-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (262.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

stream_unzip-0.0.101-cp313-cp313-macosx_11_0_arm64.whl (239.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

stream_unzip-0.0.101-cp312-cp312-win_amd64.whl (132.5 kB view details)

Uploaded CPython 3.12Windows x86-64

stream_unzip-0.0.101-cp312-cp312-musllinux_1_2_x86_64.whl (343.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

stream_unzip-0.0.101-cp312-cp312-musllinux_1_2_armv7l.whl (264.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

stream_unzip-0.0.101-cp312-cp312-musllinux_1_2_aarch64.whl (328.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

stream_unzip-0.0.101-cp312-cp312-musllinux_1_1_x86_64.whl (297.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

stream_unzip-0.0.101-cp312-cp312-musllinux_1_1_aarch64.whl (298.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

stream_unzip-0.0.101-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (271.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

stream_unzip-0.0.101-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (262.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

stream_unzip-0.0.101-cp312-cp312-macosx_11_0_arm64.whl (239.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

stream_unzip-0.0.101-cp311-cp311-win_amd64.whl (134.5 kB view details)

Uploaded CPython 3.11Windows x86-64

stream_unzip-0.0.101-cp311-cp311-musllinux_1_2_x86_64.whl (345.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

stream_unzip-0.0.101-cp311-cp311-musllinux_1_2_armv7l.whl (266.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

stream_unzip-0.0.101-cp311-cp311-musllinux_1_2_aarch64.whl (330.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

stream_unzip-0.0.101-cp311-cp311-musllinux_1_1_x86_64.whl (299.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

stream_unzip-0.0.101-cp311-cp311-musllinux_1_1_aarch64.whl (300.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

stream_unzip-0.0.101-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (274.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

stream_unzip-0.0.101-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (265.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

stream_unzip-0.0.101-cp311-cp311-macosx_11_0_arm64.whl (242.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

stream_unzip-0.0.101-cp310-cp310-win_amd64.whl (134.5 kB view details)

Uploaded CPython 3.10Windows x86-64

stream_unzip-0.0.101-cp310-cp310-musllinux_1_2_x86_64.whl (346.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

stream_unzip-0.0.101-cp310-cp310-musllinux_1_2_armv7l.whl (266.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

stream_unzip-0.0.101-cp310-cp310-musllinux_1_2_aarch64.whl (331.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

stream_unzip-0.0.101-cp310-cp310-musllinux_1_1_x86_64.whl (299.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

stream_unzip-0.0.101-cp310-cp310-musllinux_1_1_aarch64.whl (300.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

stream_unzip-0.0.101-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (274.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

stream_unzip-0.0.101-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (265.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

stream_unzip-0.0.101-cp310-cp310-macosx_11_0_arm64.whl (242.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

stream_unzip-0.0.101-cp39-cp39-win_amd64.whl (137.2 kB view details)

Uploaded CPython 3.9Windows x86-64

stream_unzip-0.0.101-cp39-cp39-musllinux_1_2_x86_64.whl (348.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

stream_unzip-0.0.101-cp39-cp39-musllinux_1_2_armv7l.whl (269.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

stream_unzip-0.0.101-cp39-cp39-musllinux_1_2_aarch64.whl (333.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

stream_unzip-0.0.101-cp39-cp39-musllinux_1_1_x86_64.whl (302.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

stream_unzip-0.0.101-cp39-cp39-musllinux_1_1_aarch64.whl (302.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

stream_unzip-0.0.101-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (276.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

stream_unzip-0.0.101-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (268.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

stream_unzip-0.0.101-cp39-cp39-macosx_11_0_arm64.whl (244.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

stream_unzip-0.0.101-cp38-cp38-win_amd64.whl (137.3 kB view details)

Uploaded CPython 3.8Windows x86-64

stream_unzip-0.0.101-cp38-cp38-musllinux_1_2_x86_64.whl (349.1 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

stream_unzip-0.0.101-cp38-cp38-musllinux_1_2_armv7l.whl (268.6 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

stream_unzip-0.0.101-cp38-cp38-musllinux_1_2_aarch64.whl (333.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

stream_unzip-0.0.101-cp38-cp38-musllinux_1_1_x86_64.whl (302.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

stream_unzip-0.0.101-cp38-cp38-musllinux_1_1_aarch64.whl (303.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

stream_unzip-0.0.101-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

stream_unzip-0.0.101-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (269.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

stream_unzip-0.0.101-cp38-cp38-macosx_11_0_arm64.whl (245.2 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

stream_unzip-0.0.101-cp37-cp37m-win_amd64.whl (137.3 kB view details)

Uploaded CPython 3.7mWindows x86-64

stream_unzip-0.0.101-cp37-cp37m-musllinux_1_2_x86_64.whl (349.2 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

stream_unzip-0.0.101-cp37-cp37m-musllinux_1_2_armv7l.whl (268.8 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARMv7l

stream_unzip-0.0.101-cp37-cp37m-musllinux_1_2_aarch64.whl (333.9 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

stream_unzip-0.0.101-cp37-cp37m-musllinux_1_1_x86_64.whl (302.9 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

stream_unzip-0.0.101-cp37-cp37m-musllinux_1_1_aarch64.whl (303.4 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

stream_unzip-0.0.101-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

stream_unzip-0.0.101-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (269.2 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

File details

Details for the file stream_unzip-0.0.101.tar.gz.

File metadata

  • Download URL: stream_unzip-0.0.101.tar.gz
  • Upload date:
  • Size: 265.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for stream_unzip-0.0.101.tar.gz
Algorithm Hash digest
SHA256 4ba9dbc4e1558f0450c38480ec045254a935d0c63c6a9bde22ae8f37e66f7ef5
MD5 e2bad6b5da469db7ffa53dd369bb9065
BLAKE2b-256 21bce5d2c9b1fd1d5eeb37351a65279898a48b2cce72ba3efc2ebd1ce3df8f81

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101.tar.gz:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 07ef1ee12417dfae182a72dfa6b3658edab5eeb1f6fe79fcf6f08005b97ebfb0
MD5 3486495283ab072040ed50a191003ac5
BLAKE2b-256 236c0b00655bf7a8f34338d12bcf7d0a4e0b28febeff9c75ea191a13496bcb95

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp314-cp314-win_amd64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 96fb9ca570e761178bf08e3c080b4a34ef83c34112fd72bd5fc43b552182e0b4
MD5 a80556519ccd10660732cd825b38340c
BLAKE2b-256 2283176686b32f3cdf634beb0f5e4cbb846da6e5005ff3f5b1bc8c0ac0dd8b04

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 098407a85cf42405f140f176aa6ce651fc4446d7c184997af168044c37a458f7
MD5 36ea0c327e69ad6961ccaf85c0d348e0
BLAKE2b-256 90b7f72e759ce9e0a9036101122541f5c9609bb9f7bd28d0fdbba4ff900ee8ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp314-cp314-musllinux_1_2_armv7l.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fc1584ce9bca286eece04d2bf4660a915a87fabe445c0ec40578418a88532042
MD5 6d97229408cb50561890b3be72ce02f9
BLAKE2b-256 6e54ccdbf329dfa1c06ced214d37aebc9bdf14043c3a825c4e0311ee695b66cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 3618c85233de561f0725b39f907e4d831fd25445181dde7b539ed9927d1e8348
MD5 96ecc55dd460b7c8922f68a7ab2609cc
BLAKE2b-256 b9fc91499e81d33c60319671b5165afd6659a3e517acc8058605ba5c90b7b458

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 496e660e6b961fefae901d8245d5c796ab425918f9602b8c0366d7bc29ceaadd
MD5 db67a1e56e3e276c50d76fc9d190e175
BLAKE2b-256 b342d56ecbe0c119a671a9f79bdc80126ab590af343bd7a2f4dd38de8e691033

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a198e53f68a401e9b3fc95933037aee3a238026dc3f68656286fa72a7eb71378
MD5 687afa85e159a31d9d285f1ea7ef6bc7
BLAKE2b-256 c1d192c0f7c4e24f315e00c44f74bd622468c04f65bad8e2a0a0713389c9941c

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 02ccb8ab75338f8fa6a8b462c4a3dfe142ccc042e0172cf38b5d08d8a41bcd57
MD5 11d32a2481d883e6f2a7836a375c0ae2
BLAKE2b-256 c1377ca8582a6a185155df18dd72a9ad857ad57b30a426aac5e4e7f13ca256d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp313-cp313-win_amd64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9d215b99a400851b585f989b4ce9d4605837e446afed694901ca5c4a7230c033
MD5 3a15e00abe651222193ab6531ea43d17
BLAKE2b-256 b4d62e61c7d0fc2fd4cc17c90dd67b17f5ecb3cbfa8fc803d6c3a9be3a556e38

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 24cd48f19d6ff45df59c1ef0e370de348b3e5f068158899843ecfbda0bbd3d88
MD5 f4072974a9aedef486c7f286152c9a79
BLAKE2b-256 69231cc617b86702e2fb4d8fb47e86bd856a1117e81edd2585e24d931c755f2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp313-cp313-musllinux_1_2_armv7l.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 be8096be645260f7aa9df4e3fc59436c82843d5d6ddae1ee9f676edcbed2e241
MD5 2739a612b30cf81a0c9e0199cbd6395e
BLAKE2b-256 864bda580089c2e01d6c028ab3bfe0a42325649b3cf11dcdab175db45df1c400

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp313-cp313-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8eae9888db91ab80a11eae69326a95538d0fb551c9209382db73858f99f9a7f9
MD5 85f9186ef554fb34bad8827da7f91871
BLAKE2b-256 009baba2f3a10f37ad7f55c0fc78691157aea39eb1989ea803b6629f4b21beea

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp313-cp313-musllinux_1_1_x86_64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp313-cp313-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b2e28de1cb2b6d57327df1901d03e2622b36c939cb250fa020679558fcec206e
MD5 5946f56a7fe013dc42aab3d1f25ef258
BLAKE2b-256 e90d5ac9b2f6ed7b21072313b91075a5b9e272b9711ef962dba7bf79498f2f48

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp313-cp313-musllinux_1_1_aarch64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b6d9ae3132c75bc1f7cfcdf776f20764a47a0e03e9083a1268d746a80348f0ec
MD5 38f37dd9d71600130fc5d7e7bfc944b4
BLAKE2b-256 2e7dbebed31a14aeff51bbe39885a7d225b69622df72330541a1f73a196ef342

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0b5bbd3565e01e0dfa58b9129c8c7d34b6387ede310f358a5b2374573a2352d7
MD5 9e65eb92fce279b237d461fc12ac4a55
BLAKE2b-256 da66874a9eaca267274b3aa6a09306e90a31b43b8dff66c26a400423c125427d

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0ddc25ce57e5422aad442f4e89ba3a077449bbda8e31672e70443e8d68fe6a1a
MD5 266b2e4aee50fc40f99f5aed7b8e6427
BLAKE2b-256 83813fd1a483ddcabd159c525f36cae41698f85261b675deb21fbc76ab7247f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bfaa6db57f0869716035fa6cc1c4457edc7d5b54868ad97132d1389b42d1dbd7
MD5 ebbd794898c09a9f987623aca5157f58
BLAKE2b-256 060b0b53ca3cf204c07c9ad7a7b6ee560750661c2378ddb32c7bda680ec2cb0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp312-cp312-win_amd64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2ed305eb8255c3395b5e541f481985eeb8b7c0717f45acfc5a3362d6abe00177
MD5 d4160209e35cf5492202a309f454a1fe
BLAKE2b-256 546964073b82eb892473a30d3fc19d9e35349a6f5fd4c07cb9a9d749a483af59

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8d517989be1b03ab125e3f88906ec9948bdcc2178f757a38bfa8545c6b694ed6
MD5 347338baafadfa4a9f59a885efdfb60d
BLAKE2b-256 02e5e451a68a09009e5353d968490be811d42ab7b2716a19b24ca6bff68d10f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp312-cp312-musllinux_1_2_armv7l.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d4a08ae77da0935bae6faa5375e93e8b2993bbc37eeda818a4f3cea9f12daaf2
MD5 42319347ac3d659a46af94bcab27a6b6
BLAKE2b-256 bda4d2e3ea3e84fa8dacf40d243cfbfb357a457e62b1bec4077123dbce6b013f

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ca5cd7fc35bb09add4808912a9d31db68b8f12a4cd8fcfa6ca6b8b406559ce1a
MD5 90b6833a6bab275a3258e357c6588ad0
BLAKE2b-256 e92fa46573b565b02cbc8e7b03ea578239a0a640c85953a4bcdfaccdd58b0df9

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp312-cp312-musllinux_1_1_x86_64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 08dd78e0c7458ea96c85c896c372a55e286df8bc6e6a3a0664d66ddf6d540e0c
MD5 598acd2a6baa97743349bc5e813eb84e
BLAKE2b-256 31957a843bd9566770a2f8a407026d783b1dce0a82031e549a2cb64bee6b6dcb

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp312-cp312-musllinux_1_1_aarch64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9006a8125041f37587980f1a9c2e1541b8597d1e3e29aefffb61b90095915dc
MD5 2671b9bc6105971ee00dd2fdec258719
BLAKE2b-256 a60881a8a896fec2b7e7a5bddc8fbc2d8e32186bd216f6aaac453a64e6a20413

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c9d99eaa952433467d02505cf13769a3278f685f56dea230764788c2fbaca921
MD5 124c5198a0fb9b2001a2abbdbde6f363
BLAKE2b-256 5fea872558de9d91ac0bf591b9382dfffeb25bdc8528cbe93785966bf68f2e8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 02b72fdb4e90a79eb45709936349e9d6a1346fb33cb837943818cf19464676fe
MD5 1e69efef22c50a552d75cfe8c7cebce7
BLAKE2b-256 7d3984e63c7f2c4af7e2755abb3982b5403da947effa88087cb51331b9c06528

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1b48315e7a23eb97e71741ca2c4cf122cd3685416aa853b66ac6cf18d8fa5156
MD5 cec29fac105987d12f73d08dd521d43d
BLAKE2b-256 9f53be387086695a4c6c3173241bbcc8e1af5336c6cafe3ec2e6122874533854

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp311-cp311-win_amd64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6804fb4ec37edf4c41a57082222bcda4b5ea825b04819c56a88bc3cefa98de91
MD5 4d76b77942c78ecd1d43d810e6a574a2
BLAKE2b-256 6ee77dfed67f3ec5f2687f2e3ab6a96e124aef3bc692d905e7612b927a5f07e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 664b0eb89337686191bf2ed1b8789984e296f69fa579504fed1ca57e87d6baed
MD5 cf037674a0a0ea596f26f370aa8a1d9e
BLAKE2b-256 1185a6207ad89e71e36b07be0e84b1e16590341a7fa6c69d5a9d82a25e5d2749

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp311-cp311-musllinux_1_2_armv7l.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3272e7013523d583e3f7aa28b3eb3ad1f1d2fee2c9c077022221bc60799fe945
MD5 becb1e1dcae7eb86cebd481b46cca6b8
BLAKE2b-256 e7352061d1191818db75e944ba0af9e3c461f341cd16d8807666ab5f4087d4de

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7877ead9ea20ec87ec00b3ae08589d58c4cf5d760532303029b46acc36a32574
MD5 08ffe8bb6db24d490fe448cbdae9ad71
BLAKE2b-256 4df55e3c796a54b405df43082cab1ca54ea63d782e2ec09242609ec54634b640

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp311-cp311-musllinux_1_1_x86_64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 dab878b8acba8e2018d1efe21e20e04f319d2a80af310c739f02483db574cf55
MD5 67c0ad4ef4bc91d25d101457e60fbf4b
BLAKE2b-256 1a6f9a12f094de174b1d72b8bbae32f298a469046c591991b00f4b9517d30b34

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp311-cp311-musllinux_1_1_aarch64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b476394fc4fd012e1daf2ccf00d369796ae38b1062ad8ebe8e3e977eb231df75
MD5 b4233cbc5410c132178dd9d321b568a0
BLAKE2b-256 bcdcd994b439a3147b7bf2010bf88bcdf7a8c1a57f55b3985f907787c904a179

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e2a0551531bb25ac5e1f076dc6ecefc8d8c8e9ab3b2d6653168f03387513624c
MD5 94fe7ee1aa6d93e73bdc03be8e28e414
BLAKE2b-256 aaafc70e089b9476d6c3ece58e7ba902826ab04948614dbf7bff366e95d14903

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 58c5a0d7f04c8d79bcb3c054fe795657644c3e7fd4a827cdfebf15a6e01583d2
MD5 3c0e43c5e3cd70b5397d91fdc4da08e7
BLAKE2b-256 8574120a32520b44a4374346e83cfc75631d6abb3907b105a5c7806a61cbf1e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 429faec26c207f2067ebaec7b393c2a8c76fb027219dfc24a935e12325e1bfb4
MD5 06021234ee25465538a909c3bc982e00
BLAKE2b-256 460e8ff9b3faf8d6e511b0e7622e759db08b10147c268f15d56b699af1f4e14b

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp310-cp310-win_amd64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 75c9c987943d9480a9ca56190fdfef8448bff6b18ada187949d084155b4fc29e
MD5 2034d3e61a9e64da57b9cb872577ebe3
BLAKE2b-256 0011a7bc57ec10a72ef689529ba397d1fee46e6f8fe21661060a97dd438b7773

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3d14216f150af908cc1e1a27b21d26e8753c548f35c54645a5b1efade0c09825
MD5 6de779d4a850077bfb389ba5b1ee71d4
BLAKE2b-256 c63f934f3722f684df20c659ec832771294ba77debb47dc2a76fffb37957a34b

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp310-cp310-musllinux_1_2_armv7l.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a2620ec7574b0702b0a3f2b1e30cf98773df85b456e3fcf361b9fb01965497cd
MD5 07527cd514650c0f9f860846dc43e7ac
BLAKE2b-256 3772d70a78644d86e4eb549b7b06b92f9ca831d171f83c36d2626ab4fe8ac892

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7ee5da2e8a8e7d1515fb4ffd9d910fe9b2158f69dce35dee4f65b34d1f646fd0
MD5 11dac7361b81ab0ced6255c2e4d1e829
BLAKE2b-256 bba43ed7d3c8c5a9e09a1ebaa179a1944d99bc82cad11c5ab489d9a1677f89eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp310-cp310-musllinux_1_1_x86_64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 797abf241dc7374eb0b933e5e31fb7b5aa837d48f8f0a0e27e85fc615ddae1cd
MD5 65b1a2efc5d53483ee47d6b64b10a3f6
BLAKE2b-256 631d99bb7aaf02b8288c840d4cd5e645237758b8361d9d00619a9962554f4d38

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp310-cp310-musllinux_1_1_aarch64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 07989db84666071fed067988c3437a27535706b129467eebe0f1bba66bce5e4a
MD5 ecbd2176a0d341d1776c717079c0835a
BLAKE2b-256 dd9799cb76f15b1105114726e1c36f0a308702dab026df684358f4826cf4c541

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7459bdc078d566f5b4904fc82f2db2adb25fa29399b51e0490050a893ca01acb
MD5 83892eaed2977ef5695adf835df8c00c
BLAKE2b-256 48f0a877970380e2fe1c83e93a6c8207a7f6446a66f4d98c08f996920f151f5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 76406c7b047c40a7d8375a89b3471c202dbdd197352ec1d0b57c280e78c90732
MD5 ca66faf36f7e31848012ff04707d992f
BLAKE2b-256 90cb3763589dfe5440ec56fae646bbfb2c48d4ca1e47f217123191ddc425e7d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0458e8b63177a6f04fca33020ad36a1b263aef8653e10f13e385bcba2b8ca023
MD5 6b0c8315467774179cf3b1cb5f3c82cc
BLAKE2b-256 67a81f552a91c94a9fb12f9898d0e480c60ed8a0b38b95ee4fc668a46f2e2d08

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp39-cp39-win_amd64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 36e0e53308b538c99cd9b3352b3fbef0ac1b497c6b4760005c8c00ea1f3681e8
MD5 f993a9057ab9a0810becdfc56bafd0a2
BLAKE2b-256 59e66e89248a939d7bc5f0239cedd3c133a1f58b7f127e7bfe2b7c773f263f21

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 387c1d98b43377e561aa99cfb950ad9fbca784bec1a5b6e71ab1d89859b62ad9
MD5 6113b716a8ab2dcb214115e7fde8fa97
BLAKE2b-256 a79f800dcc8c2a48b366e632967c883643f84239a9008911a8b8b8d39104ace5

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp39-cp39-musllinux_1_2_armv7l.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1b02065458ceb0e23f05ae35cf19fcc64f78d976dddc7a09d941d3ad50023ab0
MD5 35d186d7c02e349b5be7704ff8909151
BLAKE2b-256 963a26671671587f74638ce58139a24f915cbaeb3f5333a3323c1e9ad85af565

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7897f431d0849be92aa3c346e2b5c5a02fb18965d4e109ed8df04e01de3d8f0e
MD5 0a8b7dd3457f69d56aaaa0cfcc6b6aca
BLAKE2b-256 5c3f1ac32b62b4877af0cccd4381d23b63ab1cc3fc348cd58454f4102af43100

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp39-cp39-musllinux_1_1_x86_64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0e8c5df2908c4f65384d25484880b99ba05b899d0df4a69a00918b50089e6850
MD5 9dca73bcc1a1779d9ac827fead71bf5d
BLAKE2b-256 f58cc299d52f46d663a5b160d9864872b47eda82a252c5fc3c71d8b9f3f1d7f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp39-cp39-musllinux_1_1_aarch64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b8029ffdf271b93c0124c4b27a5a8a52278e9bade722143f3461d365f36b4385
MD5 aa87390fab5d88affcda9d939311fa18
BLAKE2b-256 4d50d6326a46a4dde0a7bbdcddb7a09208efe6ce8076963d5ba459b4f1b1b12d

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 72da533187e9b20f5a0dfd71631e6fa5e9db4b74998a7a10c39e545141aba9e7
MD5 d6eea8cdacea54e0c4f7481e8319792e
BLAKE2b-256 bf06d6ad3037ff91d14a65bcf0248905bd90d502a5768eac613d20a96a36943b

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 34e214a4fa5761507f0035847ddbf84d71ef1d8ff28d72be0d69531488a8347c
MD5 da20f054966573fcbbd0b52e2687b248
BLAKE2b-256 fed462a45e777a715975fcf9827f20732cde7e313c14a2038e7f3235369493ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 90756f37d29b647b5e4e5a43dcc81db81f22fceb1db63ad9819b60907a28a7d7
MD5 61ab4f931e2e22ff15908070e178e2fe
BLAKE2b-256 18a50ba6e6c4433b063382815ed859b37f6f50a5698419c75aa854637efe1faf

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp38-cp38-win_amd64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 24da4c09dfa080ce146752bf251e56771fcfbdf7c0fafa93ac6d7434849f3781
MD5 e1ddbb4d886aeb2c2f91fb129c7f828a
BLAKE2b-256 03d69d86756d0bf25e0fe049026221aab57425392f39dc036b493b87bd3779c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5945cebd6f0c608e8baa5e4e6f7aee2f05ca232b4f7118316c8fdcde40a3ae3f
MD5 73dbc39bbd33c3a259e1773061ca9fb7
BLAKE2b-256 29f4c9d0aa88002f41080b757c4181711c7c122c27858bc65d82e8607f32468e

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp38-cp38-musllinux_1_2_armv7l.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 40b0c92b21b1a95547e8522970f8885ed109cdc2818f1e82852e0b5e34423274
MD5 bf67f0f2d27a9767d28cff183de0de9b
BLAKE2b-256 351c22fb03e755e4c9b28b245a3ec5d6b904e381f2a5157eb7985974cbe1d55a

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp38-cp38-musllinux_1_2_aarch64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e57f9c127c672ca6e5a469d8c467868dca6808c501676b7d690d114d2e036bf5
MD5 c1801f052d475df14fbc548969579f8f
BLAKE2b-256 4ce3870402d495c63e32b98e335c730058e05894f5417b99af801f87d035035c

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp38-cp38-musllinux_1_1_x86_64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f71dde7a24346c140b048525e814aa7dd21869daf8fc0edad3427039910dd303
MD5 ca01f7f4ce86114ebfdb5fe7c0c30e59
BLAKE2b-256 6fc3210c77793d5bb8df51b5874eea11d150e8fe81fb6f0c7556d48fb9c94da6

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp38-cp38-musllinux_1_1_aarch64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c5640969ce906140b179e3f71ac5a9a928bc09a9e132df6521f3b17178807fc2
MD5 ed8472809a0220acd3364b2e3760661d
BLAKE2b-256 264e240243da1f9dbd9a62e7ae4c85dc584ad55700e74fba0d2086925b7ea879

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 04a480da976339e0b114c1e4dc88aa6a0294e85e4a52e583c184d4dd2054098d
MD5 b6081560dce14c7aeeb24c3d01c078d4
BLAKE2b-256 8fd780384eba9a4eaf5563a0dfc6d79226b4425bdd6bc2d5dbd81f28d62e8349

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec31d11c6e43b20e0735721c01484b625aa5caa014dcc45a48d6224b1965b0c0
MD5 13ff6ae7f1124e6dcb3d36c08c828813
BLAKE2b-256 ceb2a611780f0b334234da555b8f07a90e009c72acf78ac3cb7eeb74b47057af

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 768727a2d258c5a39f3445f796c7d70eab6971297730e0d48204a62ad25f625f
MD5 6b3339d6e7b9f4be0f750191b22904e7
BLAKE2b-256 73c2721695b688e824c6b68551dd981a30b80e040236eeb0869886dab5842302

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp37-cp37m-win_amd64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 da0822212743d1e353fde19b729e4b1ec001f43a3bdfb8ef20ae8e03359977f7
MD5 c2078b8d27329fc5652a9b26fc593857
BLAKE2b-256 f7df95481d2345a7b2e792fb23cb1e01f80f46c57e93804bd3cd095c7ac8510d

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp37-cp37m-musllinux_1_2_x86_64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp37-cp37m-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp37-cp37m-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d492620482912a49a28a2f9a366216630a06e9f66d1c007b1ecea720b62059e8
MD5 56898f0cb9c6a3bd265e51774c49d857
BLAKE2b-256 12d88f6653423cc540190938b5530aa58178242eb416b039872379443a7f8b5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp37-cp37m-musllinux_1_2_armv7l.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 79d4081cbd799180783d1f60430a3d3d0201b9f2b975df5a38f1ecb23bd1583e
MD5 7adeeeb4c494ace619733f8790bcc85e
BLAKE2b-256 c47c978a3feed67c5c6727ddb19d5a390657040a69e91a55f142cdc47fa4836c

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp37-cp37m-musllinux_1_2_aarch64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 24073fb7949b63b749f13c1d141b8f144d8150c631b309d80dbfed39d68be092
MD5 80c2336e4c1fc4451f24b48a60653a53
BLAKE2b-256 4e9dbae4d9464b33a0c7aa6d6a408235215dbbb738653b9fef7018ad8b824c44

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp37-cp37m-musllinux_1_1_x86_64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7d31ab8c95c67f9e5f0b7eb8b60f7fe2395e6ce5cf8b6dceee4c54deb7edde0c
MD5 1bb98c41b9111fd0f716c944b6b4dc71
BLAKE2b-256 00a180511b28a2a98d696ed66e10c11724dd331853955deedaba44f1fc94d796

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp37-cp37m-musllinux_1_1_aarch64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c97ffd9c3b75ee9c6f752768815add7787c3ab24209d3578614f5976828b6b8d
MD5 c1592f14b51ae404da297b98b10bfc12
BLAKE2b-256 9b0f602792492acdcff96f5a8314de02b1e6bfce142fb84192c9b35fb87dbfc1

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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

File details

Details for the file stream_unzip-0.0.101-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.101-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c1569ea82dfe33a863e3b70aec159bcde1535b5ed13ecf4dd14ff2e0da9a7236
MD5 0cecb0be59adce8829d8d5b8a871acf9
BLAKE2b-256 0bec44e74ffd0d513573ac854aee3a826dbab13a96d18df246d8ac8c68eddcaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.101-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: deploy-package-to-pypi.yml on uktrade/stream-unzip

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 Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page