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.6.1.tar.gz (86.2 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.6.1-cp314-cp314t-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

archi-3.6.1-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.6.1-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.6.1-cp314-cp314t-macosx_14_0_arm64.whl (742.9 kB view details)

Uploaded CPython 3.14tmacOS 14.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

archi-3.6.1-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.6.1-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.6.1-cp314-cp314-macosx_14_0_arm64.whl (739.6 kB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

archi-3.6.1-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.6.1-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.6.1-cp313-cp313-macosx_14_0_arm64.whl (739.6 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

archi-3.6.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

archi-3.6.1-cp312-cp312-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

archi-3.6.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

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

archi-3.6.1-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.6.1-cp312-cp312-macosx_14_0_arm64.whl (740.4 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

archi-3.6.1-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.6.1-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.6.1-cp311-cp311-macosx_14_0_arm64.whl (740.6 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

archi-3.6.1-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.6.1-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.6.1-cp310-cp310-macosx_14_0_arm64.whl (740.6 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

archi-3.6.1-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.6.1-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.6.1-cp39-cp39-macosx_14_0_arm64.whl (740.9 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for archi-3.6.1.tar.gz
Algorithm Hash digest
SHA256 3a0aad76d96a9891722defc242deb8ee55bc7f17746b5a60fc1a01a5c8802502
MD5 f830695d5f90bcf8a81885918c4f8e1e
BLAKE2b-256 a577a24a9f5c6eb31367b753f9e8b9c4945d739b3f33256db9e4e510bd39bf55

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: archi-3.6.1-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.6.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 22627f1d977e5954a686729703644504763401efa8706edb3b429f3ac4f18d46
MD5 00bb60c1fc31534132573e586e8b7eca
BLAKE2b-256 cecbb2648ecdaf0e8c0482cb5bfdee33122a238592a159c27f62e4c376f46176

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for archi-3.6.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c76059837719cb364f7084eed0bbb130ff5f0fabd1706d9e422a3c1e312c7403
MD5 7e8b2b772b0e064090c392eba2ff65cd
BLAKE2b-256 9ccb34b5e6e78131208d6e2febb3b272734a8e1d027200ce9162d1e3515629d3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for archi-3.6.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 649dbe334fc14081cc6d3f88c7adbfe8222df40e7155cea529c20c9dbbfcbada
MD5 239656c5c805cb942dd39abff8cdba9e
BLAKE2b-256 8354c8286ff39574f1bf5829fedbd0569fcb9e98cb9b26ac78af4cdeff057226

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.6.1-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.6.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for archi-3.6.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 183a0b6c04438922e0b23cb2ee157770994d958ecd97022e912e729159b2b022
MD5 05f43898a465c9a531e22662c73a3559
BLAKE2b-256 9045b3e25ba2e9adcbd5cd4d791312b5925370d39442bc6236fcbcb15061caba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for archi-3.6.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dc06b031168c64d86a60e555f7d2a8a0a028c4edc13e900b53e68a83cc9cd21b
MD5 fbe9784997ce979aa2bdac94d5e670bd
BLAKE2b-256 23658ff45ed1ab798aa633fbc6c837c56e408072be91da5ba9147cbe2dcc4b37

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for archi-3.6.1-cp314-cp314t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 1083e2a4935cfdf2a777bb54235c00f68dee989e6c5df86201ece900bbd0820d
MD5 858e3d96e197fc2f603160e6dbf8b362
BLAKE2b-256 fc6e91f739da1ffe04a951edb162b9bb091ce6c4ecf9ef0d450d49390e71bef0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: archi-3.6.1-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.6.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a83ac70d9d0f4e93e485f520a2cdd4b83de6f26f89c6c6c3a2ada0aca742e315
MD5 b28ca01aaa0c6d894507054000075f71
BLAKE2b-256 e1ac1938ea5b0130913f3158f79facdc9e1c094df4cec64fc0813bacadaeb71a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for archi-3.6.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4d7504300a4f35bcb8e0a61628b35e26d154e45804bb2612fe88b8038cd24e6c
MD5 f689fe6a9876e7a7f031c5428a6666e7
BLAKE2b-256 c686789d4bcbb0b0f2afcd4ca8183a9baff7de774ee4974fc4f419d61ca15ce9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for archi-3.6.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 db4ba2e2d30541813cb88053a51d1357ca8c457ea4410e08292ac81dfaeea9cc
MD5 875d3b4eb9381633389c80aa975832fc
BLAKE2b-256 ed4e4c7b9d049ecd6438441d87e72d597c77bdc0f5db5c1268895f44099023e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.6.1-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.6.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for archi-3.6.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b6a688f37af5618ac8ff94dcf7c1dae1fe225cc4477137f92cefd3c9e65908fa
MD5 404f0122d23086ef90a84e07daa73dca
BLAKE2b-256 dca9221aa0ce203d00a0cacc2a13af864d9c2409dd52a57401af1530b17f02ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for archi-3.6.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 af537feb6f4a31224f282c69cbe38129a3d153557c36cb7b0c0ccf0d76f0c53d
MD5 a821dcdc879799e8be411ff023bb62a2
BLAKE2b-256 199bcb20653bde0fc4df6e8c0fae5b519a06a118ba01a88dc6d083bc6fea5a83

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for archi-3.6.1-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 1b701d45d6cf2b2fdf1a23ba437c39686d29af9127834cf50a2cf2559dc200f9
MD5 e52023f8d6088a20ca132530712e7c7f
BLAKE2b-256 c9e1b1b07ba940b100436b4e3be314f217370fb1e9bd0b1435a069840a144c29

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: archi-3.6.1-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.6.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 bd878e380853ae8b2cde0429296c8a66224b5dbae0ed979e3fdebacfb2bacf0d
MD5 4310a6c2115a208acb8309f0e6f2d546
BLAKE2b-256 3f0887c1976f60f4ca174e06d07251df254cc771f5f2222a32a0c3664d52ff4d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for archi-3.6.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b2c82bf5d29cee160ccc0295066d9066970bd8611830be1764cdc6eaa99254aa
MD5 5dbd3b07a9eb4bd7f2f1dcb8c249f03c
BLAKE2b-256 2207e8172aff9ce839817555a1fcdd7719dd93be1fad66b3b978ec9a3bd7a48f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for archi-3.6.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 53474cdcd12d22564a2b90716c35af47faf23c64148dbe91fba3f0d14733fa4c
MD5 d6c71ca68bd5cd0ee317c69d748e76ad
BLAKE2b-256 b942f477b67dd13f5197be4c2c0a7ab996e7b4b7e04ed8e6950d91c2ebf85510

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.6.1-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.6.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for archi-3.6.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 25ac52fc192b337fa9299502c970dbefcf26e48c06e48dc8f6f9d703fc5666d3
MD5 2a4c0a59187c7198e45edef1f95f51eb
BLAKE2b-256 c2b831878cbb6a026df4d31b07dda492a049cd8e8e6a1df852ac64cbdc1b79dc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for archi-3.6.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 33367cc11e6c3dc7f4cb7b78f9c5aca48a3777ba3db095647744b7756f2d70dd
MD5 188ec4d51b5ea459d656820f5f0e9807
BLAKE2b-256 cdc8b521ec95658fcf2f6be9b1396c5f59fd08f71275b9ae627dc7270cf83aea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for archi-3.6.1-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3a75ce8eb9b4ee4bb19bc371a95cc2fb90abfd784d888cbfc28ac924968aec05
MD5 2c621dcc5f0e6d0c5b1ca29d03eccb33
BLAKE2b-256 ede35fe44d388271a13698a504b2d5f5f89e94daeb2861e316083468c833d327

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: archi-3.6.1-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.6.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d9a9c0903b0beeb62800c93aa55f072db3f6dbe0c6563ac3e34ee5e0032a85d1
MD5 e48189c4fa64829b3f5fc93ae39780eb
BLAKE2b-256 98116978c2a17bc38690b823894cb3164c4b221d4e2c026f7ed51d81c78a70ed

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for archi-3.6.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c8b3a7bb009b41e2a276dd4666de6d15058f7a8e815d3c2899969ee217320198
MD5 3c4170b5d3dffcf502bab941e04796c4
BLAKE2b-256 65c0facca9c1f2c2e6109ca4d79f515fb4921e0437605ace9603037062c9fa96

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for archi-3.6.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2efae27f1030ee5ca16a814122879e68c151133593d4b117d575c0622feb219e
MD5 3e560179b2c80be390427c72eab27701
BLAKE2b-256 48aaf8d8c55e556e7b5d9a12f4dd6989bf7bde0e6465fed45fd5563f43e21eb0

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.6.1-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.6.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for archi-3.6.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fde2183caf6784d12a48a3d0d17941148fc12755133265ac6df59eb04516258f
MD5 7e9390c01bb2b2213abddad22f44b239
BLAKE2b-256 74e463272ed39e061627d18f3b7679d4632b35dc120c51d290f76bb6cb715567

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for archi-3.6.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a5400eab1e6cdbb1f2057a01926dbe81b4230304e13b8960a099b3b88a36f39e
MD5 705d8a6ffd15a8c61b15d193619b29bb
BLAKE2b-256 06879935a97a1ceb0a8dce4dbb564bb8e83b51caf12d6f9fd8051eaa8b622277

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for archi-3.6.1-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a1e2635894c650fbd877ba8302986b0c65baa0b7e2a8e617915cadb3663d7a11
MD5 1028e4bc80596093621151f936134885
BLAKE2b-256 fabe5bb676ec9fef9f58314a7c301d2e14a1d6afd5d51e386f212943e70815c8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: archi-3.6.1-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.6.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6d8f8cd562254f2bf8e8b7d166a6fad7bcf4b708a36c7537d0ba61797431db90
MD5 18d89b3b16b4ef560f284df0d001dc40
BLAKE2b-256 e233a44625f25e3ef5257cd0966e936fc95758afd154e5df72f0135bcc0dcbda

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for archi-3.6.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ef807b370a0ad1af165f919664ebd69e5c794bc0a5a66da8725116ae8bc0779b
MD5 12176609020d5c5cf4526fb86485aa28
BLAKE2b-256 f2cc0b7faa0a595fe656da52be388050bf82f3454c2e9e51170a86f459fc57e3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for archi-3.6.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 95234485041c8a7d07f9365bf86d8c30ac2fb1df2f04c3a5749bf7b4cd68b493
MD5 488749a831527c95523f17b300acc381
BLAKE2b-256 e58b87ccfe4fa6dbe44e7781c2ac1cefceda4df9af3e09cf10d63c44b5610772

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.6.1-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.6.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for archi-3.6.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 74dde71eccb4ebbb6a1e9e779947a71e315e7476409bf3ddeb49a33242a25fbe
MD5 546d0a4307297928ff1d1a648f8a628f
BLAKE2b-256 af1b924e41f26badf64a46375ef306837525306c88b12a914ebfd0a4defd92f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for archi-3.6.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5b11af43b4e5c6d828fb655ca6f2ae2bd1671837b5806f5a8a70c4022a13d33a
MD5 999f1ff878d9e10106ad0721e9ba9f69
BLAKE2b-256 7e83056d7ba09773c6a378b0cc4b8eeb4752eec1e7f7fac192784c6aef7aad36

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for archi-3.6.1-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 56b284c172170101cac4f450b2092a95d75dc53edff2910359d2808eefa19e85
MD5 d416b7a199e0ab33f68e898fc56b7a0c
BLAKE2b-256 6cb9abb2b771a51c952598ee40dd44609c97bd736890d2c3a211a006e9a71442

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: archi-3.6.1-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.6.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9e4418e67e503917a7de8619e8bf5e7d6780dc3363dfa798bd292714959ed76a
MD5 f907a30406bec9d7035bf59ee87cb126
BLAKE2b-256 dd00bbe5f9cda18fa6eb4183a8dda45dc0a7b3acb0a099079e89b41ea69a63f3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for archi-3.6.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d004f1107c254e320c6abd3672661a44a55a5855d7971ee487c33993d15a8c9b
MD5 ce718368f6c3c0f2e1f0b4480aa709f6
BLAKE2b-256 40d66dbcc4dbeda5c44822dbeeb590976b41294f04412789eafebde6598dcc2b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for archi-3.6.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ab839e11e1d858f8ba245f710e7752e5190da27c613c14ee507d7bf41862a9f2
MD5 d1e7082bda983a5f0fe3f238340bb754
BLAKE2b-256 f08aeb943fd12925afd1105f124140fecbe41bef33f21918228107051ad4fa0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.6.1-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.6.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for archi-3.6.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d88c84028fca4cdab173e169fafdfcd1a872f1a0c6dacfd65baf57ebde9c4802
MD5 118d52fc44094bbc939cb53e5592119c
BLAKE2b-256 9b0fab84dd26fae26f4f949901672afe2d42143f487c6d6ff816e30a63729e0b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for archi-3.6.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f7c83b5399fbcdaec7957cc2bc2e388cf41e049d133fac408a53218c5eda70e3
MD5 fb2a424f1df21bcea6d32c765ef22da8
BLAKE2b-256 081d2e2253218d6aa772f872631abcbc34d2af73596963e1e3702b541b8af2b1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for archi-3.6.1-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 bbeddb7a040dc15a323770574978ab3aab274dabd963f4ded092937c4d162f0a
MD5 65ea1a7b7295dda4107b044b12ab0c84
BLAKE2b-256 68740797cf0f0cadb484eb1db27fde1df47226bc2fedb64881dfea78ab23bfb5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: archi-3.6.1-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.6.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 281cf0f8efefa79f578926b02d5313389c9afab8f8521a6767d2ab8f1e65a8f7
MD5 9d63ee93dc66149e052a3043f6f0fb6c
BLAKE2b-256 10d4cecea104b6a619fd38d2395d6ad9b0b6d0860dd4a3a8aa8f1140837ae911

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for archi-3.6.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f79f0cb95fffb3046639fc8ad118b1a23ec044739338ddecfb7a9ef3789a89f0
MD5 758b9293a145ce6d9f33f6dc3385f93c
BLAKE2b-256 3cb4b408cd983349397c00e16f12ad29058860d31a0446f56b89b77398115eaf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for archi-3.6.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e187ddefa9a775836341abf3c096c9a4539bd3e9fe3aea072ed7fae572389512
MD5 a441d9ca273be977a4be23d244d010d7
BLAKE2b-256 909a9c559718961ebde1d25e88e8a1e2b0117a28222b7349696c1c7b977cff9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for archi-3.6.1-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.6.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for archi-3.6.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 313db1c8071d6d5c968ef51e6785efd4b0237e147f7ebcd9d5997055814f5d34
MD5 3cfb5bd174ed7852960e7b52bd5565c5
BLAKE2b-256 4c8580d0b24b5e868b7b42773e929cc4e33a050f7eaafbf1d52bd9231659affd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for archi-3.6.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 72d060273c7b39469eca7344499193d03a3f5ce7811cef0a90dbd50683ac1e63
MD5 e3b40f2387df8ee2b5bde2a6e38a0230
BLAKE2b-256 d9f146a5b3f6b0ca7d82bc7b0ce9e585af2871cada1dc528873c7da2bb78dd89

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: archi-3.6.1-cp39-cp39-macosx_14_0_arm64.whl
  • Upload date:
  • Size: 740.9 kB
  • Tags: CPython 3.9, macOS 14.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for archi-3.6.1-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c4ae82369fc782a6a076db0a3a3cac83416fb7b408fbd50be3cafba10b75a9c9
MD5 ba4687451ad99b90fbed3b99eff4f45b
BLAKE2b-256 b86b2cf9a91656849c9961c726714f37e44b8f1a83adc322f7084f4c57157a0b

See more details on using hashes here.

Provenance

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