Skip to main content

Archi

CI

Multi-format archive library based on libarchive . Forked from pyarchive

Usage

import archi

with open("test.tgz", "rb") as f:
    archive = archi.Archive(f)
for file in archive:
    print(file.filename)
    print(file.read())

Keep in mind that you can't store Entrys, they're freed as soon as the loop moves on to the next or ends. So this won't do:

archi = archi.Archive('file.zip')
files = [f for f in archi]
files[0].filename # Address boundary error !

Changelog

TODO

  • compression

Download files

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

Source Distribution

archi-3.8.8.0.tar.gz (91.8 kB view details)

Uploaded Source

Built Distributions

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

archi-3.8.8.0-cp314-cp314t-win_amd64.whl (392.9 kB view details)

Uploaded CPython 3.14tWindows x86-64

archi-3.8.8.0-cp314-cp314t-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

archi-3.8.8.0-cp314-cp314t-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

archi-3.8.8.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

archi-3.8.8.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

archi-3.8.8.0-cp314-cp314t-macosx_14_0_arm64.whl (761.8 kB view details)

Uploaded CPython 3.14tmacOS 14.0+ ARM64

archi-3.8.8.0-cp314-cp314-win_amd64.whl (386.6 kB view details)

Uploaded CPython 3.14Windows x86-64

archi-3.8.8.0-cp314-cp314-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

archi-3.8.8.0-cp314-cp314-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

archi-3.8.8.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

archi-3.8.8.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

archi-3.8.8.0-cp314-cp314-macosx_14_0_arm64.whl (758.1 kB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

archi-3.8.8.0-cp313-cp313-win_amd64.whl (375.0 kB view details)

Uploaded CPython 3.13Windows x86-64

archi-3.8.8.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

archi-3.8.8.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

archi-3.8.8.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

archi-3.8.8.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

archi-3.8.8.0-cp313-cp313-macosx_14_0_arm64.whl (757.9 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

archi-3.8.8.0-cp312-cp312-win_amd64.whl (375.9 kB view details)

Uploaded CPython 3.12Windows x86-64

archi-3.8.8.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

archi-3.8.8.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

archi-3.8.8.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

archi-3.8.8.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

archi-3.8.8.0-cp312-cp312-macosx_14_0_arm64.whl (758.5 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

archi-3.8.8.0-cp311-cp311-win_amd64.whl (375.7 kB view details)

Uploaded CPython 3.11Windows x86-64

archi-3.8.8.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

archi-3.8.8.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

archi-3.8.8.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

archi-3.8.8.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

archi-3.8.8.0-cp311-cp311-macosx_14_0_arm64.whl (759.0 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

archi-3.8.8.0-cp310-cp310-win_amd64.whl (375.9 kB view details)

Uploaded CPython 3.10Windows x86-64

archi-3.8.8.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

archi-3.8.8.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

archi-3.8.8.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

archi-3.8.8.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

archi-3.8.8.0-cp310-cp310-macosx_14_0_arm64.whl (759.3 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

archi-3.8.8.0-cp39-cp39-win_amd64.whl (376.6 kB view details)

Uploaded CPython 3.9Windows x86-64

archi-3.8.8.0-cp39-cp39-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

archi-3.8.8.0-cp39-cp39-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

archi-3.8.8.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

archi-3.8.8.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

archi-3.8.8.0-cp39-cp39-macosx_14_0_arm64.whl (759.6 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

File details

Details for the file archi-3.8.8.0.tar.gz.

File metadata

  • Download URL: archi-3.8.8.0.tar.gz
  • Upload date:
  • Size: 91.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for archi-3.8.8.0.tar.gz
Algorithm Hash digest
SHA256 88fb44147e3a9b8a7c9093a173358b9d7db70be170e02908fb752c4fa6baa733
MD5 ea2a5294c4e86868c0a5eb86192d36b8
BLAKE2b-256 98518be8e2a4af4373a4417b92e58713085c780fe7bc288fd527490d71e1632b

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0.tar.gz:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: archi-3.8.8.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 392.9 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for archi-3.8.8.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 91a5793f337e46aab27f40c6b98d95247ad28f28f9a82aee9361554def35c30f
MD5 4ebcc4d29b7f21fa5fde5889bcff54d6
BLAKE2b-256 afd159188d5070ee22285811f7f4d2ce9fa3de43ae5891e87920a295deae66df

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp314-cp314t-win_amd64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 85d2f46916f5bc64d0841ab52f9b0b04bef6454ad4a96724bf9737837571fb01
MD5 82f1740290a96dc46528bf4c0b5ca069
BLAKE2b-256 a1c6db81c7bc94c762b6489f6873c1ccf1cd6079ccb3bf37192450db83be1c2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 26a34e5d19febe73ed82012a2fd6d2f537ce63d2918d2ad60ab692abe1eebab8
MD5 5a1676f50531da0b2bafc9b040888f5a
BLAKE2b-256 2c5c71451ed265bcb4f64976b173dbd91f3333e9cd4a410a18c4b5a9278b7604

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9557f725a4fec29d4715a9b1fba129a6ed17c0417f04ca765d0eb64acbdab9fd
MD5 9ad36b181ffb044de7b9ae4b5fdc812e
BLAKE2b-256 b99ab08158a120402cd25f945c75634f1c2844099ba03af4b90dc432a6945515

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3dd90955bc7c93b87ba936e1ff46a4e21e4decd244040546b251b320708868b9
MD5 991e70d2ef30bb7cc7dc407820416a47
BLAKE2b-256 af1c3cc8aa3b54fd04eb7083bd605875ea06fabb74796e6eaac105752284f8f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp314-cp314t-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp314-cp314t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 169384703efdef9e169eb3469098b10292067a6b94cba63ba8e53bd4a693d981
MD5 a4b1570d1e028f641332fec3a0363a1c
BLAKE2b-256 a82d7e40ac103863aaff5e8a45bd542a94474d82463afdc36c6c93a23bd82e08

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp314-cp314t-macosx_14_0_arm64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: archi-3.8.8.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 386.6 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for archi-3.8.8.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8a0cc10038ae6ca66302994b5a3734dff8b5f1b13b17efbcbaa074a2f03e8b03
MD5 1c35a2cd0664712effa65b05941f0ba8
BLAKE2b-256 bb70195153ca360921d0fdf05256fa8f10aae6e29345dad1b6cbfda31813362f

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp314-cp314-win_amd64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 487a3999b5c209eff57a2cae50a0d1f3aec6f1d19862aefe0b002744fa3cebfc
MD5 3e4b1ec1d3d1d42c7a347b7027a05660
BLAKE2b-256 312035af041a8c830c338b718bb08e20b2ff118f5bc708f565584c3f2b1b8596

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9fcee270f2bfabf2cb0c77aced2fe6217c1f7d0fb540e1ba8f0e493d3b21fef5
MD5 506e1774faa40dfcfcb8fca8153a4930
BLAKE2b-256 1c68e2d6de9512d5ca42fe2ea9cd799c1d0051061f5de80a4833a39b8b04bb59

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cc315f02ca87af751877137222445487e941c80f591f0d3039fcb3d52ead0c3c
MD5 e72150fcd47fcf076b790886e85f486a
BLAKE2b-256 3f41ab263cf345ec89796d8167446163887e7ab2a93f7f79497c93dd1317a703

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a92c1e4269dc7488e4bfc650e08184bcc1114ef471dfcc025db186cbdd5222fc
MD5 d7714133b205ac1dcde40036bd208355
BLAKE2b-256 554a9fb4b52fd72faf978e1681bb34a98276ae36a4df4a1a8697073336f35b45

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 33f4d52551cbcd95e881a3dbe5fd3b73a635f78a938b759032784c1ba30cf14f
MD5 d4f70d926e1cee77a2a3572730c2d875
BLAKE2b-256 4da7e9f711a9526ff27557351c4f75f158973d1f9f62253a6ab2f41fe226129d

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp314-cp314-macosx_14_0_arm64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: archi-3.8.8.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 375.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for archi-3.8.8.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3b80495e441740a5d56fedc0a70751f147accee56c1e35c556a795d34c9263ce
MD5 eca1a9cbcc7a39da9fc1c3b498197689
BLAKE2b-256 f20e108b3488803814ec8f134df2b4c42430b5ccb621d8323e27129d577b8b0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp313-cp313-win_amd64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a79395ea479ce1bc4e7100b33b0b641b2f65a9b8c3f36e4a035e6f0fc659e091
MD5 1a369d7890177593909be3fec75c7312
BLAKE2b-256 1d42268c0913d8b760b29587be06de3f5509d1a894619fec906260e3cd124031

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cb22c0ccd467d676f536d5e4d8f978d0c5ca06763fab3f001c8f192ef3ff9aff
MD5 4feb7fc59d17fc738b57977876baf78a
BLAKE2b-256 609aff102c211c2a05058ee128d2b20439c2e15584c4f493e1c51f4820f033b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 952c4fd34f493d3c276046d69678c918bf8867c8c07f754feed2c5478ba99944
MD5 df1b74a78bf37a48a5ddad29e83d3fdd
BLAKE2b-256 d3a1c9870864f7de8f722ddd5713ee7a5e57f89fd0973e1382aa650f1b014eb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 77cc6dcf441cf1ac43108de1a0dad81c9d6be9bfc7934097f69ee9a8f1716826
MD5 77e018b3e97a43d86b7da1ca10972fac
BLAKE2b-256 df0a68a545dbe3932df7b2566267b845dcc847557b042d02587aba3177b29ade

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 70e9a5b8834389dd7c166cc991e0821f27bcf6af997df9ef5fabf573a20e6dd3
MD5 4c48deb3bd52ebe5280e30b8e0b95bf4
BLAKE2b-256 34cd31ea812581bb9b0a44cc594cd092327890db529fb6d2a2c9e1947a2c84e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp313-cp313-macosx_14_0_arm64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: archi-3.8.8.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 375.9 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for archi-3.8.8.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2d9d9a67871daabcade4be8a39a5b82e0ababa2e3ecd1973cdee7f475826e442
MD5 c7d6cc60b9b2087be618bc58f45d791d
BLAKE2b-256 c4c210131cbd63bcf9ba4856f3f2248966f20d687b7c052ce3959a2a5263d10d

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp312-cp312-win_amd64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c174854905b2155618032c22c107ce200b6e3ef21a5dc664a22d50087b92312a
MD5 f754f46835e10d49524af3a4b79a5a81
BLAKE2b-256 5f4f8745a231e818a6f66f55d91b634a8fe25b674218966a06a8cc36207d4891

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 99d21840a972a4d6343eb75faf1600a7c753a46b837e02040db9348df6aaf51b
MD5 163f51577ff9ef41b319a424367357de
BLAKE2b-256 123281eca66b742c731ee2666354fe6f46d868160d12ce5920331d86161febfa

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8045ce049a321b7ac4968702a45dcb9fb36b85ee7f00f00b4c011f07f9a10eac
MD5 2fdca7fefefd44302bdbaf6f34f262d5
BLAKE2b-256 d09c8da72b69db908829b4a06faa59e0cbc1db520226a7af38521049469cbe56

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c752af022d776450adf1b4aa28526aca6da6e91a3ac9e5ef9eae54c9dfae03eb
MD5 236a23dc76f47b911f509f5f01ec22ae
BLAKE2b-256 0865682bf5f730be99544013289dd72a28067db270f7a820e13a324828963c2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 567ab0df47707ff4788aca36996b7c8dcb12c5ead722410f35ee015a54321906
MD5 c6052370ed7814f25cb72ccb4de99d76
BLAKE2b-256 1e5db6b22b69d1a0949d0ef1b07ed14652f4b48cf7dfdcaa4b55d0aec0f688da

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp312-cp312-macosx_14_0_arm64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: archi-3.8.8.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 375.7 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for archi-3.8.8.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8e536a657099e4be690781782ea8ce883e3e2be2c1b7b9d4ed52056014c4b212
MD5 9599e6f23b4e898e5ce6bc15790254f0
BLAKE2b-256 7a5a1444a4387f7de5aa840ea715586c3150e1020cb8550367d38a436cd5050d

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp311-cp311-win_amd64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a95d76ef0c7a6e83c71132b3273be6a7adc8984a0e8422d13a5ac36b8f42a6df
MD5 e65f787cd02d2f799576cff182d61820
BLAKE2b-256 e42c4493b72f8765b4d431776ebaf1e48f81147f84b30dffd5ca7b91f5b0306a

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 963acc49946ee54bf0e01afe92e778fce9b4cc835870a80423db7f7bb0b5a9e6
MD5 e974f8118c6f3c5e70543db6f94a7709
BLAKE2b-256 e5897a46d571a29a1a2db4012a7ae7dcdcb450c06b7b31b4f7b2bcf1a1ba1f87

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d5995baa09140f5eb463484542dd438739c56734f881b24b0d3cca12a98e0e16
MD5 8bf4f9cb7aa7a16187f2034b85e20e46
BLAKE2b-256 d1bafad3111da18af2b41431626ff03b57b337c7700b5deeab0484e5e3bc3dc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ee0a5799d4f69cae2e45b6b584200711ec4d3c9448b5830856b5f9ba74ed93ae
MD5 a3fb03b9b4ad844f8f74f74d5023cf1f
BLAKE2b-256 03bb9b02c8af0c420e6a1e85bcff869bf316cd7d2ebe292ef8e9b6415659188f

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 631c70e1b4de779be285b02da9b6176ce60825bcf3e19949708c6f574ea6b386
MD5 e4f41c05fa0408342bba842a61c67f90
BLAKE2b-256 bc0fc4dd5748521b90ed608ecca0d6c9e8ffce4ebb0b7fab195282555b7adac4

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp311-cp311-macosx_14_0_arm64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: archi-3.8.8.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 375.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for archi-3.8.8.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 01e9f2412fb273b75ab0d364d8440352ae7e5124bf7466c6bccd5225d741aa5d
MD5 643754ea12c798e47a23ad6d34c3d8b1
BLAKE2b-256 3255837e947b98ca47d51a1db68f25bf72cf28bc4018b224536c649b54bfa8b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp310-cp310-win_amd64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 75826f9b91bb784b1dbe32ddb504ddfc49e83b82aa6221d2c0324f72037e708e
MD5 6f5325658b624a2bd6cacaa91f85da88
BLAKE2b-256 86f81f98db8f8e802382f7fba98c93cd4bdbbdbf9852a9ef19079952ea13cef6

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 77f1db164839ae136a86a982eb1af2b6a01d216cd7b1bb28a9601c670366acbb
MD5 735be301f712e2aa6b6755106c10a086
BLAKE2b-256 62f31971a0ae8b6df95be2f87ca12a91a2bea77aa376a4a92396e2304bcb92ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6dd212bb6d07e0985f2d607681cfd5c54851c15e2695b7690f1eff9b8e88cb16
MD5 93e66220b8f53e4c2cfbe5ddbe4f4655
BLAKE2b-256 630027f6bfa304c46f996c71652a2f5a1f0763b36b23be68cef8c7e0160b98fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0f43d78eea1199f18a3dd93739c2d01a175ee9762d19f8d8e99cc55a437fe54e
MD5 8c4efb160819fa2565ddb835890b1b77
BLAKE2b-256 2f0fc26cbe72bc1e91dffe86cd1227d4970aa5aea7fa35f24f641d042cfcd405

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c913f2ac0bdc9e6b2438b0f543d46f03a0eeb71bab6ccbe20098908f2823e8c2
MD5 73fd9cd7c621051023363c25fa7c279a
BLAKE2b-256 76781f6252296d64506203fcea3d793fc331f3d169d68a297051644392c65f8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp310-cp310-macosx_14_0_arm64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: archi-3.8.8.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 376.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for archi-3.8.8.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 977d9766db3eb206df9a2794131c9c59decd6f7fd650e106c1bee584bf9327fe
MD5 0af32ee5277377f317c1a0beb11293e9
BLAKE2b-256 a1584fd0a5b65a7f914ca28e222041bf80fea9f87a2d5a86814a2100d9635d76

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp39-cp39-win_amd64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 191438575867909a2e4f4dc843de2b27d6aff9d55672d1cce73568d74d01c1f1
MD5 ca30b3277e30215b2d542aba2f90bfd9
BLAKE2b-256 cc8d6c15de383a26d53bb046a0d59a9afc1b92cafc4dfd3d05a16364c0bfe800

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ae37f73c6a286d663fe7f51196c08146e4b7bf5a8e5f137112cbca92b555185d
MD5 dce3ae9f9624237fd4f455d61eb1a7f0
BLAKE2b-256 ea4dc6155fbaf864a7d754ed148b7bee9c44be9d43495b8f7115f04e8a23745b

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 709a7aabd2a3ade6d2ff75128f8f58033233e57e6bdcc959c4333124bbc544a9
MD5 bc75f14159764fbfdc7650cc288c7d7d
BLAKE2b-256 dd84ff10877ea7ab9bdb56eab6b2bc4aa2193579e1d9183975a7652bc05556ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 723615a094eacbb20ec747651e7eed76f0c352a03768a762f6ea1d71bf8745a3
MD5 9991345b95f91767c6dcbefaa7fe14f6
BLAKE2b-256 e3943ae0f3af80ef57cd75773b2a403b1b26f4d96661d1afd123c4739928505c

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on whtsky/archi

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

File details

Details for the file archi-3.8.8.0-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for archi-3.8.8.0-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 6df67a952286c0c38f01a113aea53d0e74cf458a78c8cd34a0677eef5715506e
MD5 8f0ee17553a4428d12a2a82d9993e6c9
BLAKE2b-256 c137fd49c662f3df1493e22406c7d06bbbe0465c432a147d48a606643f20077e

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.8.0-cp39-cp39-macosx_14_0_arm64.whl:

Publisher: ci.yml on whtsky/archi

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

Release history Release notifications | RSS feed

This release

3.8.8.0 This release

43 files

3.8.7.0

43 files

3.6.1

43 files

0.2.3

13 files

0.2.2

12 files

0.2.1

13 files

0.2.0

13 files

0.1.1

13 files

0.1.0

9 files

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