Skip to main content

Multi-format archive library based on libarchive

Project description

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

Project details


Download files

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

Source Distribution

archi-3.8.7.0.tar.gz (86.3 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.7.0-cp314-cp314t-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.14tWindows x86-64

archi-3.8.7.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.7.0-cp314-cp314t-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

archi-3.8.7.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.7.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.7.0-cp314-cp314t-macosx_14_0_arm64.whl (755.4 kB view details)

Uploaded CPython 3.14tmacOS 14.0+ ARM64

archi-3.8.7.0-cp314-cp314-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.14Windows x86-64

archi-3.8.7.0-cp314-cp314-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

archi-3.8.7.0-cp314-cp314-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

archi-3.8.7.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

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

archi-3.8.7.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.7.0-cp314-cp314-macosx_14_0_arm64.whl (752.2 kB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

archi-3.8.7.0-cp313-cp313-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.13Windows x86-64

archi-3.8.7.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

archi-3.8.7.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

archi-3.8.7.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

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

archi-3.8.7.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.7.0-cp313-cp313-macosx_14_0_arm64.whl (752.1 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

archi-3.8.7.0-cp312-cp312-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.12Windows x86-64

archi-3.8.7.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.7.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

archi-3.8.7.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.7.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

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

archi-3.8.7.0-cp312-cp312-macosx_14_0_arm64.whl (752.9 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

archi-3.8.7.0-cp311-cp311-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.11Windows x86-64

archi-3.8.7.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

archi-3.8.7.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

archi-3.8.7.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

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

archi-3.8.7.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.7.0-cp311-cp311-macosx_14_0_arm64.whl (753.1 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

archi-3.8.7.0-cp310-cp310-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.10Windows x86-64

archi-3.8.7.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

archi-3.8.7.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.7.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.7.0-cp310-cp310-macosx_14_0_arm64.whl (753.2 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

archi-3.8.7.0-cp39-cp39-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.9Windows x86-64

archi-3.8.7.0-cp39-cp39-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

archi-3.8.7.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.7.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.7.0-cp39-cp39-macosx_14_0_arm64.whl (753.5 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

File details

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

File metadata

  • Download URL: archi-3.8.7.0.tar.gz
  • Upload date:
  • Size: 86.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for archi-3.8.7.0.tar.gz
Algorithm Hash digest
SHA256 cd5629caa82fa56240d095d82bca931a7ec0cf77322c85687060f7cc03f2f945
MD5 5110596011d165dd10f6546427a18dde
BLAKE2b-256 562540351f2b309606d428710afe6bd5c8d52a507de6d8eea59d9eea8761feab

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: archi-3.8.7.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for archi-3.8.7.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 47c4f765a8b42cb1aa1ba9ca231ced8a11c4a93938a527505f5b0766ae2fae8d
MD5 ca5c017214dc849a6ff3dd79f518790e
BLAKE2b-256 d473479858b0184a68e951ad270133e75e917925031590ee494077efbaf1f34d

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for archi-3.8.7.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5791c40564305b1867a766c3797d34f9145ff98cfac333e6f327135aac4c042c
MD5 c3ddbc9415ec6934dac36b4edb5c6ed0
BLAKE2b-256 8e6be481f5a370fe1507ec19ee50624743d05d699d33bd6a76af268100f1dc71

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for archi-3.8.7.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8ee16cfe25e380acf5222ba5578544f5ec5bf12475c8e3d5eab7b7a55a6cf088
MD5 4fbe40c120d9204b7f3a30de52ce3b6e
BLAKE2b-256 410d300454c8d052e844e1a761482f778c68fcc47889b1e0ece6fd4957a9fd46

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.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.7.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 836094e06c7e1f6665825a1053385ea9d5bf0efc2426c929edec7f08a512b069
MD5 1e96520a7f62149b253eb2a16479ae3f
BLAKE2b-256 275a450dc8d27f1a34417c98e280f49f81ec6621b24d5ab564ca21f481cef400

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for archi-3.8.7.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d2d61fe78701b6e3ce8922cc2e05ce6e28e0999b09d77babddd13582800f2df7
MD5 b12cfb04002ba89a913d3c926a0dccf3
BLAKE2b-256 4449246b1983eff750d10ab5373eb32532e8a99c1a7f398dd2c14152b9be5c81

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp314-cp314t-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for archi-3.8.7.0-cp314-cp314t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 512079ebbefd74edefb6a5a986f63524897b02fa16e7f1a66f26987fb44e169d
MD5 aedce9476dd17d3a4bab36b6c3b470ed
BLAKE2b-256 3e1a5a0bee7751d75a375eb1bd1d1bd27edf33dda5851eae7d1c988bbf8d5760

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: archi-3.8.7.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for archi-3.8.7.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 31d96a25c3532f564e653d7508d96f246de2595e7841fcdce26f041da63d8be4
MD5 a677bebd9b74d5b13b834fb71b7fe92c
BLAKE2b-256 602db2337c0668ac8b6e2321fbe386e920e8392a3ec6cbbe3c18283aa3c3d210

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for archi-3.8.7.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ca0d7b1ce1e608f8704cf692899c27cff16e268c1e849d486ac1780758df1664
MD5 e8a27abc20e01335980805fd9d8c9b58
BLAKE2b-256 5107fc6da5a899991732e457a7eea9adf5552eaa0f6bad283882e8faa7a0c035

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for archi-3.8.7.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e356faf6903f57d950147d39369a2fbfaa837bd7f5e915a479882179ee28e72f
MD5 cb87d1ebdefae9bb7b8d1b55e1240d04
BLAKE2b-256 f8dc0c9f8ae2b7aacd10a889c14b282d535dd563b98251f85b437f0aa19ae6b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.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.7.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1f53d8bada2006f0584e2a525ca5130c72a83595989841ff7268c387f336ed35
MD5 a9de43248fbd2aded3a6c78e5e2d6660
BLAKE2b-256 2e54f783de711f50448887fd22fe324f31ce87a9d1d66956dbc5ba828cdfa35e

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for archi-3.8.7.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 58a9c3a0580ce327217ecc41fde8b036e81213c5fee5645aec3af9610adcf522
MD5 b1070368b288ac663239dc40922405d5
BLAKE2b-256 1bf5f68e17234335c71cfae284f1a0b3d90494d0674304cc5de68c9514a50836

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for archi-3.8.7.0-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8e2d27f510611e1ceb0c8d6a88d244f22f7d1c39e976e6e7ea81af0a131c0ed6
MD5 fcb951d2493c4e4f9f1ae137afed0f6f
BLAKE2b-256 b1ba7af72a9e87d582e4f58ac8a6177ce2d9ffabd1fd6af9293f500cf8ecca4a

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: archi-3.8.7.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for archi-3.8.7.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d3776dcbe0f13c5a1f4cccc90a8246e8ed49e91d4571d82ee8a94aa590e869d3
MD5 217c7178201437500f28a7775d68493a
BLAKE2b-256 52ceb5ace0e9005f6a2b861fa70908ffdd450adc00a9852144cc47390c10c338

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for archi-3.8.7.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 778ae528ed198e85a7825eeff3bf225180ea65accb397b60ad2d3d2c318b887b
MD5 8df3acd1185f490f4ae880f6e82ff6a1
BLAKE2b-256 a000a2b22da7c6ee998ddea96af112e623e07f098d5c22d9b3e2415475efb637

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for archi-3.8.7.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4d0ca551ac3881cd448cc25271ccc50a3e3399505d67a221a050f95f01a1a738
MD5 f91c5043cdab757adcc6239915d787d4
BLAKE2b-256 f948972cf6303e55c021c15f10f8ffa42cac4914963b1099eb7dcfd06a1f62dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.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.7.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 159139548f7e3687807d406cac9f2b64320847f4ac2508d7a3e4c6e3a0d9721b
MD5 eb84898f92a5ecdc724397b4a66a30a2
BLAKE2b-256 2d61e9c1268c101a4ba76b1cac9fd45d942223291e9d88e6bf09e7d4c5e4ce67

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for archi-3.8.7.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9f3d71d1f38fba3689f26a639992eaa36ad8e241d0fe21c2f8d8b64a1a365f58
MD5 db7a49ed656fc06f7632b5a2212c5986
BLAKE2b-256 cff3db3c38432e12394372d9bb26d2b97dafc8343ea6109da1fbc38250d2a0b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for archi-3.8.7.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0191dbe5820330730cc6336cd30723ac3cb67c69f6a8b5f6279767dd9431169b
MD5 fad9ca2767a077c4429a88352d0ac130
BLAKE2b-256 da57d75ca25122efcbd0d5f6da3a47ac69778b3822bc32dacd2e47a94bf56ec5

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: archi-3.8.7.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for archi-3.8.7.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5cc37774f5d537ba450bf77bb511d24ff4b21f10b417dfbafe6c948b4592d3bd
MD5 65314f0fc5caf5009fd08b8ce9d1449c
BLAKE2b-256 c7dc3a104f3c172e1bdefbf68eea58268db47daab9ae34a0d4793574e2a102e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for archi-3.8.7.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 998cb14c97cfc83281af7359c063f41e20e7287258c864fc6760754212eb8073
MD5 31eca997cf7ddda774bb4000a9c71837
BLAKE2b-256 dc4af8a4819513a2b009738ec5fa20cf188232d3f7ff33dbf1e1d486cc89b46d

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for archi-3.8.7.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 639101f646e452c49c7b2b167ffd6792312c6dbe01a4d9a97c572f542ff9618d
MD5 0de45295aac99dfebb0ad385be1e9164
BLAKE2b-256 c4c23f7065ddff05b4f602daf8532a58173abef42bca0cece3dab82aa62d9797

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.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.7.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 49f95093799314c8f5adc449a5611187b8e6515f3061ba8d470bfd766e38d8a0
MD5 217c8ef5ad2658f97f496d82b1cb1a15
BLAKE2b-256 104a062c206428cc78754cf01d94ee252813e89c3d47c5c148bc62ce27699146

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for archi-3.8.7.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7c3c620e87b52e8c3c0c70fd2558a7eed0901c13bd454a57cd72d9ec79ce2781
MD5 589b80a7ad8f0cb62569790bc6d27469
BLAKE2b-256 b94e7481cb71989dda0b5831c2bdd2b8835bb5c7e6332b80011ab74570988b10

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for archi-3.8.7.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 447d2d323057e35791596a797013220899f7d5fbdc905949a27923608b23833e
MD5 4da92e1b6ba807827bd5960b0bb77486
BLAKE2b-256 44a6fc75d8b2ba10fb9a3ef607406d230fcaa0392bae65d1e42ad742bf72d417

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: archi-3.8.7.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for archi-3.8.7.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4dc96b92236bff95b5535fb19f7665c20893d63a086891b3f2a667c0f76c60ef
MD5 2d94c4b09b0bb09d5f0d41df9c1c6285
BLAKE2b-256 2d7535a2ecb3ec73be809911985d6f2158c9242d77a1d8ed7e26056607223c6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for archi-3.8.7.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a1799f999456a931a49c1d87d70d46b90f9b63959f3a198312cd3734e6bebbff
MD5 5d63727a129446138da82facbf1cfdcc
BLAKE2b-256 375fcd9181c4070dd8308a58ce5e4b0b419496324e69e97a36f41677fe2b2454

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for archi-3.8.7.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 473d8f5a93b3af180f11aaf319d88f71079b74ca02c1aa5044c41a82c5901474
MD5 8887e0b2d426901a6a11fc6cb2689f38
BLAKE2b-256 3e8517d0856b4ac34f42b966233fe83d53754baf832caedd858c5d4c6ea334e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.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.7.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 05f7e9ec03b3a041f2ea4f04b8acd0034af8f4cd4ae03da579b143a8efdce905
MD5 4c57c215eef5623d0f9dd48e70416809
BLAKE2b-256 783c8e850622b444607a249a2f0e69ea36f510ec1de8bdb85290eca0bb10b573

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for archi-3.8.7.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 09153ba35beb8f4ffbc36e54d13eedabf30bdeefcf685b192e998f8937b3a3a8
MD5 88378c4f0d69bb36f48e816538d04ca6
BLAKE2b-256 164cdbe6744a8bf3cbda94d7072f01ee05819ea32e7117fef0b1ecf1596f9ffe

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for archi-3.8.7.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 cd20b1daa47fd53d70bcb554473962a66bcaa2aa60713c810a83c427e537eac7
MD5 05bfcab59ce99f38ed984c788811a390
BLAKE2b-256 cc5c1e8239909402bd32ff26e68f8beb4fc57dc6078494326c0c2a9d35e9b1bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: archi-3.8.7.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for archi-3.8.7.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7b2293f0b540d0f7ff93c00d5f6daff4304a77df6ce43c407ba8d30e3c2e1c30
MD5 9570a9de1968c9fd65cacd401199f74b
BLAKE2b-256 b69272f35fcf062d4ac25a7a951eb177d896536a47a26e1eab2d1f700b3881b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for archi-3.8.7.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5194a26a29170badafe28527315ed69c1da163f1485bd8ff9fc23bf8e895b927
MD5 945e7f7bd842a5439995c64b552cef24
BLAKE2b-256 76caa5d814622bdb31de1d62f127ea62a9ecff23a6674a683c790ebbd93b1d4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for archi-3.8.7.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 247f992166a60eb7557d205d69a3adbe9dea8ea89d43c6ad4a4dcff63f3ad9db
MD5 a72bd3e9933ffd3aae1bc2cd84663552
BLAKE2b-256 6f8c20fe5ae4752b72e99b56f35c54d3d21916589789e839659ce8d2e20f7429

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.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.7.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1a861ef986d7869ffbdeb76cd7629e1cbf577f22e8099ad83bb33df8325caa7d
MD5 a1eb27ad12a42203dabf0f0b58d31c13
BLAKE2b-256 eb7d00ed052278268ff0025d591bd8a7e894d523ff1e05e881359b9f88fa0a5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for archi-3.8.7.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0977e70e411957ca3f0332c12cbed9537cbc40388444ae7da1d31383e7af8449
MD5 c663ebe32596272e84fad7b8ed63ea22
BLAKE2b-256 d84944d39e0880f6a7cb21a497057ed9d0d1c1f7666187f16242a227e00f3681

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for archi-3.8.7.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 beeb9823efbf0e145bc6e3202f8af833839a53ab757fd827ade0189a8307a9b0
MD5 f5722f9ef18b2a27c0296082f7175b13
BLAKE2b-256 6bc7bda5718384ff41d6c1582a7b95e361eeef8c94ee02a1d17868de20471b01

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: archi-3.8.7.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for archi-3.8.7.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cd82dcdc557db3f7cec2dcb20f0e324894d33f33221e88579a5e39dc1e6b5c9b
MD5 56855e71855e0b0f933d19f9530fcaa2
BLAKE2b-256 07a950ca438feea73d289d86eac870f8da89721baf37d0c40efa19e8f94b613f

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for archi-3.8.7.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ad60fae46ef7d81f9b4cbd9343095b5fd80ad4c26c07269c56f3ed14231fd75d
MD5 9a59f4227dd30770dcf6210f7b510e20
BLAKE2b-256 8b591bb821adb343dddb4bd46229241744e245bcda4454180bebd6fb42fcd724

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for archi-3.8.7.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0ba7cb4dfc5023ec62d73f794295680ae277ec4ec5baccd14d2fd04bd2c77ef0
MD5 1345605d2dfe65c0b07a19d64197a7c0
BLAKE2b-256 21b7174e17836df12dc916b13d675ce0a619276bcfb9477c1ddf780257518de3

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.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.7.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 07f26cd88b9244401e963932a2bec21c3403390a227e17e0325e0e2ba87ba07a
MD5 d6601af888aeb0e66127e3d7bc14db14
BLAKE2b-256 d2162e17f4dfcb97e6a130c22eb4e9ec1b3a2b33d9166d5eb1d0c7edac37e276

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for archi-3.8.7.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a91151318ee5e584344ef53f6ab1dfa466af752663d25757ec4aed835a227a4b
MD5 1fb8dba198ce6873f254167f98b2f0eb
BLAKE2b-256 05c3eed032ae6faab7d7a8ed945ce9d1bc6dd6c5c74b948ebee3b217ceb34ecd

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.7.0-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for archi-3.8.7.0-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b50dcb3ee3d159d75e57149cf38f6ab545974dce927364eb8c81a851af748d1d
MD5 115cec30e0a6f3b7c64e0036dc80191a
BLAKE2b-256 78cf0c2bccd3c202b3d4415d890f7ab3dd0d3c93b3dc33f87610e1a86943a8bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.8.7.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.

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