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. The 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.99.tar.gz (176.5 kB view details)

Uploaded Source

Built Distributions

stream_unzip-0.0.99-cp313-none-win_amd64.whl (132.1 kB view details)

Uploaded CPython 3.13 Windows x86-64

stream_unzip-0.0.99-cp313-cp313-musllinux_1_2_armv7l.whl (259.6 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARMv7l

stream_unzip-0.0.99-cp313-cp313-musllinux_1_1_x86_64.whl (291.7 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.1+ x86-64

stream_unzip-0.0.99-cp313-cp313-musllinux_1_1_aarch64.whl (291.8 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.1+ ARM64

stream_unzip-0.0.99-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (258.4 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

stream_unzip-0.0.99-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (256.5 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

stream_unzip-0.0.99-cp313-cp313-macosx_11_0_arm64.whl (228.6 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

stream_unzip-0.0.99-cp313-cp313-macosx_10_12_x86_64.whl (229.9 kB view details)

Uploaded CPython 3.13 macOS 10.12+ x86-64

stream_unzip-0.0.99-cp312-none-win_amd64.whl (131.9 kB view details)

Uploaded CPython 3.12 Windows x86-64

stream_unzip-0.0.99-cp312-cp312-musllinux_1_2_armv7l.whl (260.1 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

stream_unzip-0.0.99-cp312-cp312-musllinux_1_1_x86_64.whl (291.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

stream_unzip-0.0.99-cp312-cp312-musllinux_1_1_aarch64.whl (291.5 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

stream_unzip-0.0.99-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (258.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

stream_unzip-0.0.99-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (257.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

stream_unzip-0.0.99-cp312-cp312-macosx_11_0_arm64.whl (228.3 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

stream_unzip-0.0.99-cp312-cp312-macosx_10_12_x86_64.whl (230.1 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

stream_unzip-0.0.99-cp311-none-win_amd64.whl (132.1 kB view details)

Uploaded CPython 3.11 Windows x86-64

stream_unzip-0.0.99-cp311-cp311-musllinux_1_2_armv7l.whl (259.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

stream_unzip-0.0.99-cp311-cp311-musllinux_1_1_x86_64.whl (291.8 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

stream_unzip-0.0.99-cp311-cp311-musllinux_1_1_aarch64.whl (291.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

stream_unzip-0.0.99-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (259.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

stream_unzip-0.0.99-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (257.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

stream_unzip-0.0.99-cp311-cp311-macosx_11_0_arm64.whl (227.9 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

stream_unzip-0.0.99-cp311-cp311-macosx_10_12_x86_64.whl (231.8 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

stream_unzip-0.0.99-cp310-none-win_amd64.whl (132.5 kB view details)

Uploaded CPython 3.10 Windows x86-64

stream_unzip-0.0.99-cp310-cp310-musllinux_1_2_armv7l.whl (259.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

stream_unzip-0.0.99-cp310-cp310-musllinux_1_1_x86_64.whl (292.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

stream_unzip-0.0.99-cp310-cp310-musllinux_1_1_aarch64.whl (291.8 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

stream_unzip-0.0.99-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (260.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

stream_unzip-0.0.99-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (258.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

stream_unzip-0.0.99-cp310-cp310-macosx_11_0_arm64.whl (228.3 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

stream_unzip-0.0.99-cp310-cp310-macosx_10_12_x86_64.whl (231.7 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

stream_unzip-0.0.99-cp39-none-win_amd64.whl (132.9 kB view details)

Uploaded CPython 3.9 Windows x86-64

stream_unzip-0.0.99-cp39-cp39-musllinux_1_2_armv7l.whl (260.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

stream_unzip-0.0.99-cp39-cp39-musllinux_1_1_x86_64.whl (292.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

stream_unzip-0.0.99-cp39-cp39-musllinux_1_1_aarch64.whl (292.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

stream_unzip-0.0.99-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (259.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

stream_unzip-0.0.99-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (258.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

stream_unzip-0.0.99-cp39-cp39-macosx_11_0_arm64.whl (229.3 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

stream_unzip-0.0.99-cp39-cp39-macosx_10_12_x86_64.whl (233.1 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

stream_unzip-0.0.99-cp38-none-win_amd64.whl (132.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

stream_unzip-0.0.99-cp38-cp38-musllinux_1_2_armv7l.whl (260.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARMv7l

stream_unzip-0.0.99-cp38-cp38-musllinux_1_1_x86_64.whl (292.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

stream_unzip-0.0.99-cp38-cp38-musllinux_1_1_aarch64.whl (292.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

stream_unzip-0.0.99-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (259.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

stream_unzip-0.0.99-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (258.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

stream_unzip-0.0.99-cp38-cp38-macosx_11_0_arm64.whl (228.8 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

stream_unzip-0.0.99-cp38-cp38-macosx_10_12_x86_64.whl (232.6 kB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

stream_unzip-0.0.99-cp37-none-win_amd64.whl (132.9 kB view details)

Uploaded CPython 3.7 Windows x86-64

stream_unzip-0.0.99-cp37-cp37m-musllinux_1_2_armv7l.whl (261.0 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARMv7l

stream_unzip-0.0.99-cp37-cp37m-musllinux_1_1_x86_64.whl (292.4 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

stream_unzip-0.0.99-cp37-cp37m-musllinux_1_1_aarch64.whl (292.2 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

stream_unzip-0.0.99-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (259.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

stream_unzip-0.0.99-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (258.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

stream_unzip-0.0.99-cp37-cp37m-macosx_10_12_x86_64.whl (232.7 kB view details)

Uploaded CPython 3.7m macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: stream_unzip-0.0.99.tar.gz
  • Upload date:
  • Size: 176.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for stream_unzip-0.0.99.tar.gz
Algorithm Hash digest
SHA256 a5ffaf4ddb5cf0d8af6876a76964c0d575946775b330e6a01052c28208ea8040
MD5 a081a62ebe0b7b1355df80b75f2acb3d
BLAKE2b-256 0ed21b139a88bc97666e52f77160a8ebf2d8fdea8927fff6b6c7fa09bad664e0

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

Details for the file stream_unzip-0.0.99-cp313-none-win_amd64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp313-none-win_amd64.whl
Algorithm Hash digest
SHA256 16dc38c93c5a684d9f81a705e5bb8b5ae914aa7ff752ad362b5a792e1fc4db4d
MD5 92849908790781d36068b2c53c4bd6f3
BLAKE2b-256 c28f2011d1c6e313257860ee22361fc8c162ffbb789af5ad91b842266077e55f

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5a79b00d8896317ec6bca36c29eabf55456323df2dfb22a91f5514dfdedec52f
MD5 f56d58be7be4e87a3552d4d2c1e7f565
BLAKE2b-256 8e5ca0ab6411acc9e1f50e152e8ad99c7f5b25ad587d01b2b1cb6c188b8b2b24

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 274c011949dfb6b5d04a44eaba01bdbd76d8118ad404d40261f552e2c912830f
MD5 13c345af6dda5e22cfc486b38d401822
BLAKE2b-256 719b6a8eb8f5dd0aec33f55fd697f3117ece4ea71a8ca5e0e7dea3570a4b9ab5

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 55abd832f8b1ee6224339c3dfb87bf5df9457aec42a99cde59bf390107740340
MD5 e96f008ad63764a9be252d254f41057b
BLAKE2b-256 793094453b370f576e424058a522114b333c92748c2717d0703ff1cd734db679

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 08ea19c99e7dadc4bc877eee56654ff9cc0836fd03852958a961d7be94328bcf
MD5 ab4cabe01da8bbb9046e28c534a395a2
BLAKE2b-256 ac9f64148be7b850d9bac8766b7805b4a7eb8305c8bdabd6c704f4d706cae9f7

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f8a98767be2953a5b1981c42d9a3b896c18482a8de4282a10b111fe6c3670c13
MD5 c8632ddad01f99e8ef84d0362bbd6016
BLAKE2b-256 a3a760b89407674b8ab524065005eae83fa28cb4ab961583e0e5c2b06eb9ae19

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0b4e388d49e21df45e9a19ecf76a9f506654ff8a9fc68de06c830d437322aebd
MD5 3bea363f6ec0e115b2e272663a04a563
BLAKE2b-256 d8426bd982c32ee5fabdddf75670770fcdf9cc7746cc59131ae4351f6ad67614

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

Details for the file stream_unzip-0.0.99-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 40e74b3192203df7105963fd53c6484cf2d394ab04046459bddab1173434eb56
MD5 0fc4d0abe5ee1af2929afee04f8c9ead
BLAKE2b-256 4c7bf8898da27bf555f708c209c3b7407d5c708921b9504993287a0fb869d7fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.99-cp313-cp313-macosx_10_12_x86_64.whl:

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

Attestations:

File details

Details for the file stream_unzip-0.0.99-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 420509df7adaf024adfa61b52b36ed9483b6f1d05684f2f19df9e39f4610adc1
MD5 96bdc6e512fe7d48755793dba8b2458b
BLAKE2b-256 6d4bc9eaf7cb123cca17f1d68555b7ce7051c0482d063efbf5e51b6714ac0ddc

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ba2ddeb9e3dde0e27c643f3968f09c51d560161d1211a0aa1e3ec9476f09c204
MD5 2f5203318de82588c6a1d02126daa872
BLAKE2b-256 cc6a8146345a77784d8147f1e85ffe0267a315780ac7e1a71007af95f3f6f06d

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 84e6d6ad3b46056fc521456a58702a746f88a9084fe3ab60dacd061122a2106a
MD5 c0b4175b0b0b18f021938af56ef7cb46
BLAKE2b-256 2452de962a0d30a9b389fbb670f7d0c8385e335add64c380e54421d0d3d7504f

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 67e4a74f82b8256b6f0eee7d7e74ba706424842c511ceda15922625697833821
MD5 caee2d5a60281b4303a1fc7cafaa1e24
BLAKE2b-256 eee1046e779682878771cb6431f56727491da8c99ab0a1ecdf06aa867777b445

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c9cede6bfaa4252f9264e015ca7edbe263cdec5af7be44316096cdeafaf81c64
MD5 b22a49dccc1969ed3db172837440028e
BLAKE2b-256 1da2afe0672ef417077df8257431f4f85006425664e2108be79bec521a32930f

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 334e0c895075439274035817babd8485ecc199b3c0a47c67d088b4d747c7b55b
MD5 c2209911571eb4a30d56636224a256d9
BLAKE2b-256 b851d6ca82ce6d861e7be3b2bc8b0920ea839201feffa7808dbfaff533988221

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c486761d38a4c183a8d674f21650a893752e3d68aab9d7f0558469b6d43a11bf
MD5 797599ce9e6ee4461461c8c49550daac
BLAKE2b-256 c5e4376d443e7e9e7c786c4a72b0d7abb19b9b2a7f40465aed72297cffb2915a

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

Details for the file stream_unzip-0.0.99-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 967a3ba51e8db7cce7808f6b0198363db5d710a6b41afaa5da2d450524be3f04
MD5 b515de30d8f18b17c359f7d198c02beb
BLAKE2b-256 a46c006867179f33ef140be9311b5a8d1b3f2d09db71f2518c6bb43c1457cbb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.99-cp312-cp312-macosx_10_12_x86_64.whl:

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

Attestations:

File details

Details for the file stream_unzip-0.0.99-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 6e934812f7cfab868209b40be2c3da898f1a548a70faaed095a84ab7dbe18b14
MD5 32cf52f08de04aca0ce0f307a585dd1a
BLAKE2b-256 7bdff7e5c0f0fe5fdecf52d7b42fbb0d749b6abd5fd718d1a3ceac1991e1bb0e

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ad4baa36a099f5ee90d15f4d37ca164892fc5d1f15eac389200cd52ebb437a9c
MD5 1f6f4376f70b9855fe6010f58ffad4be
BLAKE2b-256 89fc6c9a2fc5868597b3d0e56a9b22a0c23f5c0f55e0688816bdf2f5ed8dbc6b

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f6df0b5741dc900d00f8fdf4e9137fd148ed76f0c2f6df74b72a6e6acc33442e
MD5 7fef795db3d6ea89026a7ace2379102f
BLAKE2b-256 4f4c6344990479e9f456c06bcda2b9f78a66bddcdc772414a738fdf7c8b770be

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 802d74f565c9c7f456b564d67d53561c4bce62e10920174843cb8a5aadeeb4a9
MD5 1a096b9de842c9d72113357b6671a80f
BLAKE2b-256 ccbc85cac10f48d569d89ad3376aa88f772309d218b918b43bf2105f530bdefc

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 260951be74df2feb42b5dbd5cbc222aae2abf90bd65cc4d1b59f81d58e266671
MD5 1d35e7c3430b6f0bb96229248d24c8fa
BLAKE2b-256 2e9ae003f829f175b5b1a1ff2e88f7f5f6d7d35af24c99f2f64a8ea1ca542556

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 90a868d02788e837c53fc83cb60d2b0bfb5d40137cce8565d8420e18d20ff279
MD5 27af02668c988c7a1bc0e737bf61f056
BLAKE2b-256 5f0e0738630c6b029778e6ca391f3768140a0088a9f287cd375f4035c03e1275

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f3c029c722847e1cd80585265a78ed7f5ba5188bfeca1c480ef2a8c3bb2f1ab4
MD5 8ed2faf2c43711f86d4b8d0c9c2a3a12
BLAKE2b-256 05bc52aaef501613423ec03346d5ff0df836f983e62678b8155a1694d560d7fc

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

Details for the file stream_unzip-0.0.99-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4b18805c42746c20b8acc9d38227a66432f8704a2d84de5ae336b6220da35705
MD5 f287c7f9d651f128799bbeba92ca0073
BLAKE2b-256 a0c6e66df121e53d3a614a7457bcbdcf8aaa2e28b46ffd91b28a2556220d61ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.99-cp311-cp311-macosx_10_12_x86_64.whl:

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

Attestations:

File details

Details for the file stream_unzip-0.0.99-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 eb0c820bc14646687f1d963ffed12af99bce4e1cff70e72ed456595b113d9426
MD5 c7476148254bde01119c53b1d01218ee
BLAKE2b-256 39914565b9949a629e989797c5cb1543716b7ef362cdd1fa290b08f0d1b02da2

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 da8592611b39f8d48b2fea08f4a8a41ae536b53c52e2c0746c00ae6a159e91b3
MD5 e2a0e9e0436a650662c3cfe7cc084bd7
BLAKE2b-256 30fac72b6dd4c2284da4a1d2c308e528a556efc864eb7cb183aed7d357f60bdb

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3e7c4f867ab3dc24f7d7824bc95bb84bc705072bae722af9525bfd3a362e2583
MD5 a98bddf3a3db7ec253f2bfd1ce7e1211
BLAKE2b-256 cd48f4383c2ce4e354c8c8d4d8d717cb01ca414378d2b66c4415d2b5400ce805

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0e4aea2a3b5a5dc300c2c86a8b6f0b862e1fbfbefa467eff6c014914ce2d504f
MD5 dfaf4df89bfe02e85d4865631a6c192a
BLAKE2b-256 cb3f6e1a09c5c994f2548fb6dae8690161d052fcc870bd32a5431c2148413aa2

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5fb34ee5dc8bd63d09d79e155b05c3674373dab5a5fd47c74d37721f0dab3636
MD5 4849ff38630ea555c9719a10174a0bd6
BLAKE2b-256 cf0dbdf43b382c45ede4091ead437ac12f7f6f2fa8fc742f8fe1005db6bd8a78

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 57ba77a2fcf3bc1df558ed664a96f2eeee0c4e24273ed9a7ba1e49832b6ce59b
MD5 38c6665301247d923d6f864bbac476cd
BLAKE2b-256 204698bfa74c13c863047959caaeeb4f495510806930b27c2dfbf2c74e61a8dd

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 481e1d0d31aa04fc1f5ca10e6833e7b71af493b7d4424dbc9a7252c589e5bc1b
MD5 8bd46d4ed5ac2711caa05dfbe18e076f
BLAKE2b-256 ea5a9370253ff39fce55fcdebc16a85e11413dd7b3ebbe0d1220812d731e5e60

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

Details for the file stream_unzip-0.0.99-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 54751a984e5865cc1a43cedfcdbfa8560e275cf59ac3c6a239a38b2cd8247b2a
MD5 c41ea262136ce5b52e1371b6c5865fb6
BLAKE2b-256 bc7470f50c77ee6149369ca21af42f670cdede983c96fbadfb36a79302d0e1be

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.99-cp310-cp310-macosx_10_12_x86_64.whl:

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

Attestations:

File details

Details for the file stream_unzip-0.0.99-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 0d02fd2d9780861d614f0e714319b2034700eb5b49006a24d661e4556d372e09
MD5 52b86d496c48347522b6a8dc7238787b
BLAKE2b-256 14f9779db1d3500f4fd56fde1973d66179ba59c8fef0de0402dbb1cb066176c3

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c36a5b4d48a09bf4dc294746995ba15673d05b78d11bc5105b9de93fb6119f4f
MD5 487a1096cc7aebd615b1f65a755e5c3a
BLAKE2b-256 2744f6425317b7dc727c5edeca53f68f0109e0961ada983312f9335c26b5a549

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e22665004c5b0978bcf33aea12415b82697753e59fb9ae9aa6d0e7ba59dc6537
MD5 8a21f5bd5c42c3ad71969c91adfade34
BLAKE2b-256 62909a84a32ae43cc539bd53763b058ff370c7df34af18c0a8fe30db55400ddd

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9f68e0f88287ed0431ccbf4980905dca9cae13d40c866a00a77b60e54b25c540
MD5 d55bd39916dfa5445da20acdd46145f5
BLAKE2b-256 f058b3eea3d0f94283cbb7a08c3db74c879b4c3293480b4c19caacbd2d78767c

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2898d3767c5533526270bc8b839fdc085af941f2d3dadb2e9b18344097e472a3
MD5 fbe5fef3307649345435172d9b6ab715
BLAKE2b-256 2ba43f7abbc450901e364e949b364040b357d344d94eb60cd0d9fe89585764a1

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 db80fef454cc20419d85f1b92de43a4199d43095dc2158414ed68ab3b72bcc76
MD5 1c61debdf4c08e46f61d1838a286117e
BLAKE2b-256 b2986ce410dd9273bc33683ad85089f1a016b073aaac144dd581758fe685716a

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fdf2475e85c3ece82b10b700139052d55b5bdb7ea4f245a70e5b39c5c0354e60
MD5 ff47f7d58920efbc6e776479220ac57e
BLAKE2b-256 7bbf032958410c342b106bdac2f8cab116150a37e2dc1aa313705e7f13ee0436

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

Details for the file stream_unzip-0.0.99-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 875ea49a79e6f92ac9c8cfea640962cc01937ff1552224d86534f3cb53366394
MD5 ad9c8677a3c03f16be2efb8de53a9e31
BLAKE2b-256 1cd27dc77f624ccd01b469a5bfacc0622b5fe5da8f4e05a1c5bf7b0a7a3e83b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.99-cp39-cp39-macosx_10_12_x86_64.whl:

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

Attestations:

File details

Details for the file stream_unzip-0.0.99-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 c025ea1fe4f8654c815decfe5c72accf03aa65ce3a87f37e88dd7b5926448d99
MD5 bb902394953fad9cd83bb150cc3ccd03
BLAKE2b-256 03691052e80cbcdfc90f1d02e0f293538fc2cf908fc3e11644575800030f29ac

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4d4de006d8aa51b1ea1ac7a9900d44be1ef0b11d2bd4cb2050bbcc84b6ef9ca4
MD5 809ee1074642139a2310632a2950d658
BLAKE2b-256 c51c38d7ef9047dff0a089aa1deefdc560414ccd7f9c79685de5d78e29e0604b

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 98f5ae5ecba185725c51e9b287a6b6f5af01fbd88248cd9231c5ac7951930868
MD5 0ddc8b969a5938f1867acb6e7a859991
BLAKE2b-256 1284eb0c63cb612c1b7a6c48515593f8f140ce64deb36876e5981216d1881457

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 59a7c1a4ed0150aad96e00f786df6102cd6eabc61945b9e022641bf325562303
MD5 4998313f2ac8e9cdb3328ceb92c6073c
BLAKE2b-256 52a3a8e9906763ca4410572504ce04d6275b3e8b654ab50199bc689adf3d6c7a

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c5e0857cf2f6ea72c614f3b5e21a74862f2f002effedb5720b94241dc555880a
MD5 895d11164c1ff98bdd047b14319c4ebb
BLAKE2b-256 02b11500e3ea89ea0bd8016a2649f75d4e525c698b597237868e5af885a06ffd

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9ee8b2bdbb407058ddfebe7a1ce1674d78f29d41a3cc19d529bddaaed9d42e20
MD5 79b768fd4ace0a80602ac03b7c92c789
BLAKE2b-256 23475d0da6870c7b1ac7f8bc2ee796d694c8defb9c14f48b53fc95921e733893

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bbd450e68f80515187004d3b950a22901be81f7f3d75ebb501c2861760bd0f70
MD5 8d423bbee38f5d09d7f1f60259b64de7
BLAKE2b-256 7e0dcf31419a63de35818af5688a137eba621452e666ef71f3a0f0721530b9ae

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

Details for the file stream_unzip-0.0.99-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 23219e52a9165de12b205b9029b2f8fa59f742ddff69e5367a0c382804c4ec0a
MD5 3f9bccb194456d3dc66798f508617020
BLAKE2b-256 675fc7bec35e3ea816ac0eebfafcb6e17f5e0531f490954aefeeb16608aced5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.99-cp38-cp38-macosx_10_12_x86_64.whl:

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

Attestations:

File details

Details for the file stream_unzip-0.0.99-cp37-none-win_amd64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 6897acaed1f4147daa326c6dd8c47336938e974fdafabe00193fc14a742fda54
MD5 a56fd0ed242111f174e31a5eccf4d8b1
BLAKE2b-256 14f21bc3f02105e4f00269c30f3fe3ade2f7f24794d4bca8893dbc042007ba5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.99-cp37-none-win_amd64.whl:

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp37-cp37m-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7cd5be5c534c2880522eff873c963ec111c8952e370887a61ca46c0223a15c10
MD5 781234d1d6386ddbcd8bfe39dc16ffd6
BLAKE2b-256 18e9d095cdf6a1f69136b8f18ae175b7c957530d358a8b599082e11d3c96e127

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f64c145317a286f8a6f2fd95d4bac0bada767f0bbec65cf2b17e3f64d50a9a1b
MD5 23ad9cb8aea58c4cc62c1bdfbe44827a
BLAKE2b-256 6ac67c7e545ac8c7b010179db7fad63e87d9f22691203d4dc51fdc543ed5ce61

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e9f81e4b8d8379ef4943fa3399467f371dc69f8caab16d8f76824423caa86a02
MD5 eb7c4846ca6d0b6436a1f59a29adf4e7
BLAKE2b-256 4736a84b414a98f5c63c69365cdd82b57e13a448b60e57d39f85be00cdf85b5c

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9501d497ea4bd42d2974f96b684d93575ca66677ce64bb4330bc0b07498f26ff
MD5 db876d12111b1c01ed61c6ff23f0335a
BLAKE2b-256 25c77814de93c41109d2d6352af947ac06033c838dcc4b4284c0c067cd4cd8c4

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

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

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8fe8d4045e06d09230b720f0e155fe48740426ba978234ad1cc89496d6f694b9
MD5 4101357588d9f729cbca0405886460ea
BLAKE2b-256 1f406f548d1245bedaeb0bb062a6370ec1142e457be3c2a2c82ea3d2583b5bac

See more details on using hashes here.

Provenance

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

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

Attestations:

File details

Details for the file stream_unzip-0.0.99-cp37-cp37m-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for stream_unzip-0.0.99-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d48cb644f2918a656345a9111c6be002edebf3aa6f243fbf40318d13fed89937
MD5 02f88120e799a56caa8efb3d44505854
BLAKE2b-256 726735232704ca3b849da62ef0707f0a58d4dff45c86f207d64c2de2331715aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for stream_unzip-0.0.99-cp37-cp37m-macosx_10_12_x86_64.whl:

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

Attestations:

Supported by

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