multidict 6.7.1
pip install multidict
Released:
multidict implementation
Navigation
Verified details
These details have been verified by PyPIProject links
Owner
GitHub Statistics
Maintainers
๐ Avatar for Andrew.Svetlov from gravatar.comAndrew.Svetlov ๐ Avatar for webknjaz from gravatar.com
webknjaz
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache License 2.0
- Author: Andrew Svetlov
- Requires: Python >=3.9
Classifiers
- Development Status
- Intended Audience
- Programming Language
Project description
๐ Coverage metrics
๐ PyPI
๐ Read The Docs build status badge
๐ CodSpeed
๐ Python versions
๐ Matrix Room โ #aio-libs:matrix.org
๐ Matrix Space โ #aio-libs-space:matrix.org
Multidict is dict-like collection of key-value pairs where key might occur more than once in the container.
Introduction
HTTP Headers and URL query string require specific data structure: multidict. It behaves mostly like a regular dict but it may have several values for the same key and preserves insertion ordering.
The key is str (or istr for case-insensitive dictionaries).
multidict has four multidict classes: MultiDict, MultiDictProxy, CIMultiDict and CIMultiDictProxy.
Immutable proxies (MultiDictProxy and CIMultiDictProxy) provide a dynamic view for the proxied multidict, the view reflects underlying collection changes. They implement the collections.abc.Mapping interface.
Regular mutable (MultiDict and CIMultiDict) classes implement collections.abc.MutableMapping and allows them to change their own content.
Case insensitive (CIMultiDict and CIMultiDictProxy) assume the keys are case insensitive, e.g.:
>>> dct = CIMultiDict(key='val') >>> 'Key' in dct True >>> dct['Key'] 'val'
Keys should be str or istr instances.
The library has optional C Extensions for speed.
License
Apache 2
Library Installation
$pipinstallmultidict
The library is Python 3 only!
PyPI contains binary wheels for Linux, Windows and MacOS. If you want to install multidict on another operating system (or Alpine Linux inside a Docker) the tarball will be used to compile the library from source. It requires a C compiler and Python headers to be installed.
To skip the compilation, please use the MULTIDICT_NO_EXTENSIONS environment variable, e.g.:
$MULTIDICT_NO_EXTENSIONS=1pipinstallmultidict
Please note, the pure Python (uncompiled) version is about 20-50 times slower depending on the usage scenario!!!
For extension development, set the MULTIDICT_DEBUG_BUILD environment variable to compile the extensions in debug mode:
$ MULTIDICT_DEBUG_BUILD=1pipinstallmultidict
Changelog
See RTD page.
Project details
Verified details
These details have been verified by PyPIProject links
Owner
GitHub Statistics
Maintainers
๐ Avatar for Andrew.Svetlov from gravatar.comAndrew.Svetlov ๐ Avatar for webknjaz from gravatar.com
webknjaz
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache License 2.0
- Author: Andrew Svetlov
- Requires: Python >=3.9
Classifiers
- Development Status
- Intended Audience
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
Uploaded
CPython 3.14tWindows ARM64
Uploaded
CPython 3.14tWindows x86-64
Uploaded
CPython 3.14tmusllinux: musl 1.2+ x86-64
Uploaded
CPython 3.14tmusllinux: musl 1.2+ s390x
Uploaded
CPython 3.14tmusllinux: musl 1.2+ ppc64le
Uploaded
CPython 3.14tmusllinux: musl 1.2+ i686
Uploaded
CPython 3.14tmusllinux: musl 1.2+ ARMv7l
Uploaded
CPython 3.14tmusllinux: musl 1.2+ ARM64
Uploaded
CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64
Uploaded
CPython 3.14tmanylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x
Uploaded
CPython 3.14tmanylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le
Uploaded
CPython 3.14tmanylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l
Uploaded
CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64
Uploaded
CPython 3.14tmanylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686
Uploaded
CPython 3.14tmacOS 11.0+ ARM64
Uploaded
CPython 3.14tmacOS 10.15+ x86-64
Uploaded
CPython 3.14tmacOS 10.15+ universal2 (ARM64, x86-64)
Uploaded
CPython 3.14Windows x86-64
Uploaded
CPython 3.14musllinux: musl 1.2+ x86-64
Uploaded
CPython 3.14musllinux: musl 1.2+ s390x
Uploaded
CPython 3.14musllinux: musl 1.2+ ppc64le
Uploaded
CPython 3.14musllinux: musl 1.2+ i686
Uploaded
CPython 3.14musllinux: musl 1.2+ ARMv7l
Uploaded
CPython 3.14musllinux: musl 1.2+ ARM64
Uploaded
CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64
Uploaded
CPython 3.14manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x
Uploaded
CPython 3.14manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le
Uploaded
CPython 3.14manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l
Uploaded
CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64
Uploaded
CPython 3.14manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686
Uploaded
CPython 3.14macOS 11.0+ ARM64
Uploaded
CPython 3.14macOS 10.15+ x86-64
Uploaded
CPython 3.14macOS 10.15+ universal2 (ARM64, x86-64)
Uploaded
CPython 3.13tWindows ARM64
Uploaded
CPython 3.13tWindows x86-64
Uploaded
CPython 3.13tmusllinux: musl 1.2+ x86-64
Uploaded
CPython 3.13tmusllinux: musl 1.2+ s390x
Uploaded
CPython 3.13tmusllinux: musl 1.2+ ppc64le
Uploaded
CPython 3.13tmusllinux: musl 1.2+ i686
Uploaded
CPython 3.13tmusllinux: musl 1.2+ ARMv7l
Uploaded
CPython 3.13tmusllinux: musl 1.2+ ARM64
Uploaded
CPython 3.13tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64
Uploaded
CPython 3.13tmanylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x
Uploaded
CPython 3.13tmanylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le
Uploaded
CPython 3.13tmanylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l
Uploaded
CPython 3.13tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64
Uploaded
CPython 3.13tmanylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686
Uploaded
CPython 3.13tmacOS 11.0+ ARM64
Uploaded
CPython 3.13tmacOS 10.13+ x86-64
Uploaded
CPython 3.13tmacOS 10.13+ universal2 (ARM64, x86-64)
Uploaded
CPython 3.13Windows x86-64
Uploaded
CPython 3.13musllinux: musl 1.2+ x86-64
Uploaded
CPython 3.13musllinux: musl 1.2+ s390x
Uploaded
CPython 3.13musllinux: musl 1.2+ ppc64le
Uploaded
CPython 3.13musllinux: musl 1.2+ i686
Uploaded
CPython 3.13musllinux: musl 1.2+ ARMv7l
Uploaded
CPython 3.13musllinux: musl 1.2+ ARM64
Uploaded
CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64
Uploaded
CPython 3.13manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x
Uploaded
CPython 3.13manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le
Uploaded
CPython 3.13manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l
Uploaded
CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64
Uploaded
CPython 3.13manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686
Uploaded
CPython 3.13macOS 11.0+ ARM64
Uploaded
CPython 3.13macOS 10.13+ x86-64
Uploaded
CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)
Uploaded
CPython 3.12Windows x86-64
Uploaded
CPython 3.12musllinux: musl 1.2+ x86-64
Uploaded
CPython 3.12musllinux: musl 1.2+ s390x
Uploaded
CPython 3.12musllinux: musl 1.2+ ppc64le
Uploaded
CPython 3.12musllinux: musl 1.2+ i686
Uploaded
CPython 3.12musllinux: musl 1.2+ ARMv7l
Uploaded
CPython 3.12musllinux: musl 1.2+ ARM64
Uploaded
CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64
Uploaded
CPython 3.12manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x
Uploaded
CPython 3.12manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le
Uploaded
CPython 3.12manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l
Uploaded
CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64
Uploaded
CPython 3.12manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686
Uploaded
CPython 3.12macOS 11.0+ ARM64
Uploaded
CPython 3.12macOS 10.13+ x86-64
Uploaded
CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)
Uploaded
CPython 3.11Windows x86-64
Uploaded
CPython 3.11musllinux: musl 1.2+ x86-64
Uploaded
CPython 3.11musllinux: musl 1.2+ s390x
Uploaded
CPython 3.11musllinux: musl 1.2+ ppc64le
Uploaded
CPython 3.11musllinux: musl 1.2+ i686
Uploaded
CPython 3.11musllinux: musl 1.2+ ARMv7l
Uploaded
CPython 3.11musllinux: musl 1.2+ ARM64
Uploaded
CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64
Uploaded
CPython 3.11manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x
Uploaded
CPython 3.11manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le
Uploaded
CPython 3.11manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l
Uploaded
CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64
Uploaded
CPython 3.11manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686
Uploaded
CPython 3.11macOS 11.0+ ARM64
Uploaded
CPython 3.11macOS 10.9+ x86-64
Uploaded
CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)
Uploaded
CPython 3.10Windows x86-64
Uploaded
CPython 3.10musllinux: musl 1.2+ x86-64
Uploaded
CPython 3.10musllinux: musl 1.2+ s390x
Uploaded
CPython 3.10musllinux: musl 1.2+ ppc64le
Uploaded
CPython 3.10musllinux: musl 1.2+ i686
Uploaded
CPython 3.10musllinux: musl 1.2+ ARMv7l
Uploaded
CPython 3.10musllinux: musl 1.2+ ARM64
Uploaded
CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64
Uploaded
CPython 3.10manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x
Uploaded
CPython 3.10manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le
Uploaded
CPython 3.10manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l
Uploaded
CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64
Uploaded
CPython 3.10manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686
Uploaded
CPython 3.10macOS 11.0+ ARM64
Uploaded
CPython 3.10macOS 10.9+ x86-64
Uploaded
CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)
Uploaded
CPython 3.9musllinux: musl 1.2+ x86-64
Uploaded
CPython 3.9musllinux: musl 1.2+ s390x
Uploaded
CPython 3.9musllinux: musl 1.2+ ppc64le
Uploaded
CPython 3.9musllinux: musl 1.2+ i686
Uploaded
CPython 3.9musllinux: musl 1.2+ ARMv7l
Uploaded
CPython 3.9musllinux: musl 1.2+ ARM64
Uploaded
CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64
Uploaded
CPython 3.9manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x
Uploaded
CPython 3.9manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le
Uploaded
CPython 3.9manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l
Uploaded
CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64
Uploaded
CPython 3.9manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686
Uploaded
CPython 3.9macOS 11.0+ ARM64
Uploaded
CPython 3.9macOS 10.9+ x86-64
Uploaded
CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)
File details
Details for the file multidict-6.7.1.tar.gz.
File metadata
- Download URL: multidict-6.7.1.tar.gz
- Upload date:
- Size: 102.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec6652a1bee61c53a3e5776b6049172c53b6aaba34f18c9ad04f82712bac623d
|
|
| MD5 |
aed0d99fa532a2b6570b88c900d60b99
|
|
| BLAKE2b-256 |
1ac2c2d94cbe6ac1753f3fc980da97b3d930efe1da3af3c9f5125354436c073d
|
Provenance
The following attestation bundles were made for multidict-6.7.1.tar.gz:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1.tar.gz -
Subject digest:
ec6652a1bee61c53a3e5776b6049172c53b6aaba34f18c9ad04f82712bac623d - Sigstore transparency entry: 854878278
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-py3-none-any.whl.
File metadata
- Download URL: multidict-6.7.1-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55d97cc6dae627efa6a6e548885712d4864b81110ac76fa4e534c03819fa4a56
|
|
| MD5 |
0de8fdce42e923e3cfcb32e8e502c799
|
|
| BLAKE2b-256 |
81087036c080d7117f28a4af526d794aab6a84463126db031b007717c1a6676e
|
Provenance
The following attestation bundles were made for multidict-6.7.1-py3-none-any.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-py3-none-any.whl -
Subject digest:
55d97cc6dae627efa6a6e548885712d4864b81110ac76fa4e534c03819fa4a56 - Sigstore transparency entry: 854878398
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314t-win_arm64.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314t-win_arm64.whl
- Upload date:
- Size: 44.7 kB
- Tags: CPython 3.14t, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bbd113e0d4af5db41d5ebfe9ccaff89de2120578164f86a5d17d5a576d1e5b2
|
|
| MD5 |
9c0b72c963036a813ef70720b6c61fe2
|
|
| BLAKE2b-256 |
4c814629d0aa32302ef7b2ec65c75a728cc5ff4fa410c50096174c1632e70b3e
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314t-win_arm64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314t-win_arm64.whl -
Subject digest:
2bbd113e0d4af5db41d5ebfe9ccaff89de2120578164f86a5d17d5a576d1e5b2 - Sigstore transparency entry: 854878378
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314t-win_amd64.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314t-win_amd64.whl
- Upload date:
- Size: 53.5 kB
- Tags: CPython 3.14t, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
497bde6223c212ba11d462853cfa4f0ae6ef97465033e7dc9940cdb3ab5b48e5
|
|
| MD5 |
441865c399bb8ed6857a1b8ed7c588ce
|
|
| BLAKE2b-256 |
0cf7addf1087b860ac60e6f382240f64fb99f8bfb532bb06f7c542b83c29ca61
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314t-win_amd64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314t-win_amd64.whl -
Subject digest:
497bde6223c212ba11d462853cfa4f0ae6ef97465033e7dc9940cdb3ab5b48e5 - Sigstore transparency entry: 854878604
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314t-win32.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314t-win32.whl
- Upload date:
- Size: 48.0 kB
- Tags: CPython 3.14t, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98655c737850c064a65e006a3df7c997cd3b220be4ec8fe26215760b9697d4d7
|
|
| MD5 |
d4643b8fcf276bd26d36e42e1aa414e9
|
|
| BLAKE2b-256 |
5f60c3a5187bf66f6fb546ff4ab8fb5a077cbdd832d7b1908d4365c7f74a1917
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314t-win32.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314t-win32.whl -
Subject digest:
98655c737850c064a65e006a3df7c997cd3b220be4ec8fe26215760b9697d4d7 - Sigstore transparency entry: 854878306
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 240.2 kB
- Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4938326284c4f1224178a560987b6cf8b4d38458b113d9b8c1db1a836e640a2
|
|
| MD5 |
936b180a05e4d345f5df6f185ba70118
|
|
| BLAKE2b-256 |
415f604ae839e64a4a6efc80db94465348d3b328ee955e37acb24badbcd24d83
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314t-musllinux_1_2_x86_64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314t-musllinux_1_2_x86_64.whl -
Subject digest:
b4938326284c4f1224178a560987b6cf8b4d38458b113d9b8c1db1a836e640a2 - Sigstore transparency entry: 854878560
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314t-musllinux_1_2_s390x.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314t-musllinux_1_2_s390x.whl
- Upload date:
- Size: 242.8 kB
- Tags: CPython 3.14t, musllinux: musl 1.2+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f9af11306994335398293f9958071019e3ab95e9a707dc1383a35613f6abcb9
|
|
| MD5 |
5cf240ce272115114ed5d7b4cf2ee512
|
|
| BLAKE2b-256 |
a914a153a06101323e4cf086ecee3faadba52ff71633d471f9685c42e3736163
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314t-musllinux_1_2_s390x.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314t-musllinux_1_2_s390x.whl -
Subject digest:
9f9af11306994335398293f9958071019e3ab95e9a707dc1383a35613f6abcb9 - Sigstore transparency entry: 854878440
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314t-musllinux_1_2_ppc64le.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314t-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 248.8 kB
- Tags: CPython 3.14t, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b26684587228afed0d50cf804cc71062cc9c1cdf55051c4c6345d372947b268c
|
|
| MD5 |
520c8c15b99cce138248de02eeafaa47
|
|
| BLAKE2b-256 |
a129fdc6a43c203890dc2ae9249971ecd0c41deaedfe00d25cb6564b2edd99eb
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314t-musllinux_1_2_ppc64le.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314t-musllinux_1_2_ppc64le.whl -
Subject digest:
b26684587228afed0d50cf804cc71062cc9c1cdf55051c4c6345d372947b268c - Sigstore transparency entry: 854878432
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314t-musllinux_1_2_i686.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314t-musllinux_1_2_i686.whl
- Upload date:
- Size: 240.3 kB
- Tags: CPython 3.14t, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce1bbd7d780bb5a0da032e095c951f7014d6b0a205f8318308140f1a6aba159e
|
|
| MD5 |
0da6d3eb765f89005246432a11d924db
|
|
| BLAKE2b-256 |
d8596f61039d2aa9261871e03ab9dc058a550d240f25859b05b67fd70f80d4b3
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314t-musllinux_1_2_i686.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314t-musllinux_1_2_i686.whl -
Subject digest:
ce1bbd7d780bb5a0da032e095c951f7014d6b0a205f8318308140f1a6aba159e - Sigstore transparency entry: 854878598
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314t-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314t-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 232.4 kB
- Tags: CPython 3.14t, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
841189848ba629c3552035a6a7f5bf3b02eb304e9fea7492ca220a8eda6b0e5c
|
|
| MD5 |
f6165961d1fe56203080b2ec111aea89
|
|
| BLAKE2b-256 |
c5bb1609558ad8b456b4827d3c5a5b775c93b87878fd3117ed3db3423dfbce1b
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314t-musllinux_1_2_armv7l.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314t-musllinux_1_2_armv7l.whl -
Subject digest:
841189848ba629c3552035a6a7f5bf3b02eb304e9fea7492ca220a8eda6b0e5c - Sigstore transparency entry: 854878296
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 242.0 kB
- Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e628ef0e6859ffd8273c69412a2465c4be4a9517d07261b33334b5ec6f3c7489
|
|
| MD5 |
f16d1623333ec20ddb06a10db0c58a83
|
|
| BLAKE2b-256 |
7ea9a50d2669e506dad33cfc45b5d574a205587b7b8a5f426f2fbb2e90882588
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314t-musllinux_1_2_aarch64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314t-musllinux_1_2_aarch64.whl -
Subject digest:
e628ef0e6859ffd8273c69412a2465c4be4a9517d07261b33334b5ec6f3c7489 - Sigstore transparency entry: 854878495
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 244.9 kB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9004d8386d133b7e6135679424c91b0b854d2d164af6ea3f289f8f2761064609
|
|
| MD5 |
5d22823f1265b238a1ac7995ec2223d5
|
|
| BLAKE2b-256 |
a276b9669547afa5a1a25cd93eaca91c0da1c095b06b6d2d8ec25b713588d3a1
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
9004d8386d133b7e6135679424c91b0b854d2d164af6ea3f289f8f2761064609 - Sigstore transparency entry: 854878419
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
- Upload date:
- Size: 252.4 kB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ s390x, manylinux: glibc 2.28+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f99fe611c312b3c1c0ace793f92464d8cd263cc3b26b5721950d977b006b6c4d
|
|
| MD5 |
92aca695b6c2d158d20cade1ea1e25ba
|
|
| BLAKE2b-256 |
c06bf69da15289e384ecf2a68837ec8b5ad8c33e973aa18b266f50fe55f24b8c
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl -
Subject digest:
f99fe611c312b3c1c0ace793f92464d8cd263cc3b26b5721950d977b006b6c4d - Sigstore transparency entry: 854878511
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
- Upload date:
- Size: 253.5 kB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ ppc64le, manylinux: glibc 2.28+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0543217a6a017692aa6ae5cc39adb75e587af0f3a82288b1492eb73dd6cc2a4
|
|
| MD5 |
a7118d29697eff33e5cfc10409ac9775
|
|
| BLAKE2b-256 |
07d0c0a72000243756e8f5a277b6b514fa005f2c73d481b7d9e47cd4568aa2e4
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl -
Subject digest:
a0543217a6a017692aa6ae5cc39adb75e587af0f3a82288b1492eb73dd6cc2a4 - Sigstore transparency entry: 854878520
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
- Upload date:
- Size: 225.9 kB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ ARMv7l, manylinux: glibc 2.31+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5fa6a95dfee63893d80a34758cd0e0c118a30b8dcb46372bf75106c591b77889
|
|
| MD5 |
6b250fed3d7b784852fcf2704fc2bf0f
|
|
| BLAKE2b-256 |
c39c095bb28b5da139bd41fb9a5d5caff412584f377914bd8787c2aa98717130
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl -
Subject digest:
5fa6a95dfee63893d80a34758cd0e0c118a30b8dcb46372bf75106c591b77889 - Sigstore transparency entry: 854878420
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 246.9 kB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a7e590ff876a3eaf1c02a4dfe0724b6e69a9e9de6d8f556816f29c496046e59
|
|
| MD5 |
4118219bcea6b5271ded5c423954ea20
|
|
| BLAKE2b-256 |
41754ad0973179361cdf3a113905e6e088173198349131be2b390f9fa4da5fc6
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
7a7e590ff876a3eaf1c02a4dfe0724b6e69a9e9de6d8f556816f29c496046e59 - Sigstore transparency entry: 854878337
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
- Upload date:
- Size: 239.4 kB
- Tags: CPython 3.14t, manylinux: glibc 2.28+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17307b22c217b4cf05033dabefe68255a534d637c6c9b0cc8382718f87be4262
|
|
| MD5 |
ccb9e167c717906c86e0d49e769727f1
|
|
| BLAKE2b-256 |
e4fc6800d0e5b3875568b4083ecf5f310dcf91d86d52573160834fb4bfcf5e4f
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl -
Subject digest:
17307b22c217b4cf05033dabefe68255a534d637c6c9b0cc8382718f87be4262 - Sigstore transparency entry: 854878482
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314t-macosx_11_0_arm64.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314t-macosx_11_0_arm64.whl
- Upload date:
- Size: 46.5 kB
- Tags: CPython 3.14t, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14525a5f61d7d0c94b368a42cff4c9a4e7ba2d52e2672a7b23d84dc86fb02b0c
|
|
| MD5 |
9c4b97c9afc689bed48264d49db88da1
|
|
| BLAKE2b-256 |
37e85284c53310dcdc99ce5d66563f6e5773531a9b9fe9ec7a615e9bc306b05f
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314t-macosx_11_0_arm64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314t-macosx_11_0_arm64.whl -
Subject digest:
14525a5f61d7d0c94b368a42cff4c9a4e7ba2d52e2672a7b23d84dc86fb02b0c - Sigstore transparency entry: 854878356
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314t-macosx_10_15_x86_64.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314t-macosx_10_15_x86_64.whl
- Upload date:
- Size: 48.1 kB
- Tags: CPython 3.14t, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0abd12629b0af3cf590982c0b413b1e7395cd4ec026f30986818ab95bfaa94a
|
|
| MD5 |
482da370fc7f58833861dce895c8bc50
|
|
| BLAKE2b-256 |
7a6853b5494738d83558d87c3c71a486504d8373421c3e0dbb6d0db48ad42ee0
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314t-macosx_10_15_x86_64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314t-macosx_10_15_x86_64.whl -
Subject digest:
c0abd12629b0af3cf590982c0b413b1e7395cd4ec026f30986818ab95bfaa94a - Sigstore transparency entry: 854878390
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314t-macosx_10_15_universal2.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314t-macosx_10_15_universal2.whl
- Upload date:
- Size: 82.4 kB
- Tags: CPython 3.14t, macOS 10.15+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0458c978acd8e6ea53c81eefaddbbee9c6c5e591f41b3f5e8e194780fe026581
|
|
| MD5 |
306540205882bfb5b19b054ed759b60e
|
|
| BLAKE2b-256 |
e06df9293baa6146ba9507e360ea0292b6422b016907c393e2f63fc40ab7b7b5
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314t-macosx_10_15_universal2.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314t-macosx_10_15_universal2.whl -
Subject digest:
0458c978acd8e6ea53c81eefaddbbee9c6c5e591f41b3f5e8e194780fe026581 - Sigstore transparency entry: 854878334
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314-win_arm64.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314-win_arm64.whl
- Upload date:
- Size: 42.5 kB
- Tags: CPython 3.14, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4885cb0e817aef5d00a2e8451d4665c1808378dc27c2705f1bf4ef8505c0d2e5
|
|
| MD5 |
f13f3f12a8b80c700e63207bb7d4b68d
|
|
| BLAKE2b-256 |
97ab22803b03285fa3a525f48217963da3a65ae40f6a1b6f6cf2768879e208f9
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314-win_arm64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314-win_arm64.whl -
Subject digest:
4885cb0e817aef5d00a2e8451d4665c1808378dc27c2705f1bf4ef8505c0d2e5 - Sigstore transparency entry: 854878383
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 45.1 kB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e01429a929600e7dab7b166062d9bb54a5eed752384c7384c968c2afab8f50f
|
|
| MD5 |
5084f137581be6f63dde132130fb112f
|
|
| BLAKE2b-256 |
e0bf52f25716bbe93745595800f36fb17b73711f14da59ed0bb2eba141bc9f0f
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314-win_amd64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314-win_amd64.whl -
Subject digest:
5e01429a929600e7dab7b166062d9bb54a5eed752384c7384c968c2afab8f50f - Sigstore transparency entry: 854878573
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314-win32.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314-win32.whl
- Upload date:
- Size: 40.9 kB
- Tags: CPython 3.14, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ab8b9d8b75aef9df299595d5388b14530839f6422333357af1339443cff777d
|
|
| MD5 |
5e0d20b35ca9be34de22eec8928829e3
|
|
| BLAKE2b-256 |
9ae750bf7b004cc8525d80dbbbedfdc7aed3e4c323810890be4413e589074032
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314-win32.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314-win32.whl -
Subject digest:
3ab8b9d8b75aef9df299595d5388b14530839f6422333357af1339443cff777d - Sigstore transparency entry: 854878343
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 243.6 kB
- Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f33dc2a3abe9249ea5d8360f969ec7f4142e7ac45ee7014d8f8d5acddf178b7b
|
|
| MD5 |
cf1473ccaf4a97830acd14f88ab3fb36
|
|
| BLAKE2b-256 |
e19f75a9ac888121d0c5bbd4ecf4eead45668b1766f6baabfb3b7f66a410e231
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314-musllinux_1_2_x86_64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314-musllinux_1_2_x86_64.whl -
Subject digest:
f33dc2a3abe9249ea5d8360f969ec7f4142e7ac45ee7014d8f8d5acddf178b7b - Sigstore transparency entry: 854878328
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314-musllinux_1_2_s390x.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314-musllinux_1_2_s390x.whl
- Upload date:
- Size: 252.0 kB
- Tags: CPython 3.14, musllinux: musl 1.2+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93b1818e4a6e0930454f0f2af7dfce69307ca03cdcfb3739bf4d91241967b6c1
|
|
| MD5 |
cf7eab7ebeba629add700a8fcb06654f
|
|
| BLAKE2b-256 |
4dc111f664f14d525e4a1b5327a82d4de61a1db604ab34c6603bb3c2cc63ad34
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314-musllinux_1_2_s390x.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314-musllinux_1_2_s390x.whl -
Subject digest:
93b1818e4a6e0930454f0f2af7dfce69307ca03cdcfb3739bf4d91241967b6c1 - Sigstore transparency entry: 854878302
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314-musllinux_1_2_ppc64le.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 258.8 kB
- Tags: CPython 3.14, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
233b398c29d3f1b9676b4b6f75c518a06fcb2ea0b925119fb2c1bc35c05e1601
|
|
| MD5 |
f31b32bf1a8539bbaf36c4790f21dfb0
|
|
| BLAKE2b-256 |
64f26e1107d226278c876c783056b7db43d800bb64c6131cec9c8dfb6903698e
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314-musllinux_1_2_ppc64le.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314-musllinux_1_2_ppc64le.whl -
Subject digest:
233b398c29d3f1b9676b4b6f75c518a06fcb2ea0b925119fb2c1bc35c05e1601 - Sigstore transparency entry: 854878562
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314-musllinux_1_2_i686.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314-musllinux_1_2_i686.whl
- Upload date:
- Size: 245.5 kB
- Tags: CPython 3.14, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
497394b3239fc6f0e13a78a3e1b61296e72bf1c5f94b4c4eb80b265c37a131cd
|
|
| MD5 |
d9621e16ecd69771ad3bd8554882abf1
|
|
| BLAKE2b-256 |
94331cd210229559cb90b6786c30676bb0c58249ff42f942765f88793b41fdce
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314-musllinux_1_2_i686.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314-musllinux_1_2_i686.whl -
Subject digest:
497394b3239fc6f0e13a78a3e1b61296e72bf1c5f94b4c4eb80b265c37a131cd - Sigstore transparency entry: 854878359
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 240.3 kB
- Tags: CPython 3.14, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e1425e2f99ec5bd36c15a01b690a1a2456209c5deed58f95469ffb46039ccbb
|
|
| MD5 |
501d167e2664bb7d6152a6b1b48442e8
|
|
| BLAKE2b-256 |
3548e58cd31f6c7d5102f2a4bf89f96b9cf7e00b6c6f3d04ecc44417c00a5a3c
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314-musllinux_1_2_armv7l.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314-musllinux_1_2_armv7l.whl -
Subject digest:
2e1425e2f99ec5bd36c15a01b690a1a2456209c5deed58f95469ffb46039ccbb - Sigstore transparency entry: 854878549
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 248.4 kB
- Tags: CPython 3.14, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa263a02f4f2dd2d11a7b1bb4362aa7cb1049f84a9235d31adf63f30143469a0
|
|
| MD5 |
1c6fb49a67a363c531287fb4bb273f5a
|
|
| BLAKE2b-256 |
485ad5a99e3acbca0e29c5d9cba8f92ceb15dce78bab963b308ae692981e3a5d
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314-musllinux_1_2_aarch64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314-musllinux_1_2_aarch64.whl -
Subject digest:
fa263a02f4f2dd2d11a7b1bb4362aa7cb1049f84a9235d31adf63f30143469a0 - Sigstore transparency entry: 854878578
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 248.5 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7eee46ccb30ff48a1e35bb818cc90846c6be2b68240e42a78599166722cea709
|
|
| MD5 |
5f69a05bfaa3476d02747d61a2f66b53
|
|
| BLAKE2b-256 |
fe3b8ec5074bcfc450fe84273713b4b0a0dd47c0249358f5d82eb8104ffe2520
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
7eee46ccb30ff48a1e35bb818cc90846c6be2b68240e42a78599166722cea709 - Sigstore transparency entry: 854878325
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
- Upload date:
- Size: 260.8 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ s390x, manylinux: glibc 2.28+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
538cec1e18c067d0e6103aa9a74f9e832904c957adc260e61cd9d8cf0c3b3d37
|
|
| MD5 |
4c2d498acd4c6860f29620b964415d0e
|
|
| BLAKE2b-256 |
a1e769a3a83b7b030cf283fb06ce074a05a02322359783424d7edf0f15fe5022
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl -
Subject digest:
538cec1e18c067d0e6103aa9a74f9e832904c957adc260e61cd9d8cf0c3b3d37 - Sigstore transparency entry: 854878491
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
- Upload date:
- Size: 264.1 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ppc64le, manylinux: glibc 2.28+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
283ddac99f7ac25a4acadbf004cb5ae34480bbeb063520f70ce397b281859362
|
|
| MD5 |
fce145ea9a8d8629bba18dad2b21cb17
|
|
| BLAKE2b-256 |
4b258167187f62ae3cbd52da7893f58cb036b47ea3fb67138787c76800158982
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl -
Subject digest:
283ddac99f7ac25a4acadbf004cb5ae34480bbeb063520f70ce397b281859362 - Sigstore transparency entry: 854878559
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
- Upload date:
- Size: 233.5 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARMv7l, manylinux: glibc 2.31+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b10359683bd8806a200fd2909e7c8ca3a7b24ec1d8132e483d58e791d881048
|
|
| MD5 |
e01221441552465d911baccdfec2cc86
|
|
| BLAKE2b-256 |
8b1378f7275e73fa17b24c9a51b0bd9d73ba64bb32d0ed51b02a746eb876abe7
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl -
Subject digest:
6b10359683bd8806a200fd2909e7c8ca3a7b24ec1d8132e483d58e791d881048 - Sigstore transparency entry: 854878368
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 252.4 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97231140a50f5d447d3164f994b86a0bed7cd016e2682f8650d6a9158e14fd31
|
|
| MD5 |
3e418691b7e86ba790aa42677877f5cf
|
|
| BLAKE2b-256 |
a7f944d4b3064c65079d2467888794dea218d1601898ac50222ab8a9a8094460
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
97231140a50f5d447d3164f994b86a0bed7cd016e2682f8650d6a9158e14fd31 - Sigstore transparency entry: 854878387
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
- Upload date:
- Size: 245.1 kB
- Tags: CPython 3.14, manylinux: glibc 2.28+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e3a8bb24342a8201d178c3b4984c26ba81a577c80d4d525727427460a50c22d
|
|
| MD5 |
1555bfb311191765507f4f937c8002ce
|
|
| BLAKE2b-256 |
24bb2c0c2287963f4259c85e8bcbba9182ced8d7fca65c780c38e99e61629d11
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl -
Subject digest:
1e3a8bb24342a8201d178c3b4984c26ba81a577c80d4d525727427460a50c22d - Sigstore transparency entry: 854878508
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 43.2 kB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e161ddf326db5577c3a4cc2d8648f81456e8a20d40415541587a71620d7a7d1
|
|
| MD5 |
161aa763573ae68978dfe9b7845a32ad
|
|
| BLAKE2b-256 |
f14f733c48f270565d78b4544f2baddc2fb2a245e5a8640254b12c36ac7ac68e
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314-macosx_11_0_arm64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314-macosx_11_0_arm64.whl -
Subject digest:
0e161ddf326db5577c3a4cc2d8648f81456e8a20d40415541587a71620d7a7d1 - Sigstore transparency entry: 854878485
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314-macosx_10_15_x86_64.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314-macosx_10_15_x86_64.whl
- Upload date:
- Size: 44.5 kB
- Tags: CPython 3.14, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a407f13c188f804c759fc6a9f88286a565c242a76b27626594c133b82883b5c2
|
|
| MD5 |
ab4d8ee73206c6832c07d69075296977
|
|
| BLAKE2b-256 |
d522492f2246bb5b534abd44804292e81eeaf835388901f0c574bac4eeec73c5
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314-macosx_10_15_x86_64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314-macosx_10_15_x86_64.whl -
Subject digest:
a407f13c188f804c759fc6a9f88286a565c242a76b27626594c133b82883b5c2 - Sigstore transparency entry: 854878592
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp314-cp314-macosx_10_15_universal2.whl.
File metadata
- Download URL: multidict-6.7.1-cp314-cp314-macosx_10_15_universal2.whl
- Upload date:
- Size: 75.2 kB
- Tags: CPython 3.14, macOS 10.15+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f333ec9c5eb1b7105e3b84b53141e66ca05a19a605368c55450b6ba208cb9ee
|
|
| MD5 |
fb9d8832aa77a222202ebc443301b4f7
|
|
| BLAKE2b-256 |
91ccdb74228a8be41884a567e88a62fd589a913708fcf180d029898c17a9a371
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp314-cp314-macosx_10_15_universal2.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp314-cp314-macosx_10_15_universal2.whl -
Subject digest:
8f333ec9c5eb1b7105e3b84b53141e66ca05a19a605368c55450b6ba208cb9ee - Sigstore transparency entry: 854878477
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313t-win_arm64.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313t-win_arm64.whl
- Upload date:
- Size: 45.6 kB
- Tags: CPython 3.13t, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a37ca18e360377cfda1d62f5f382ff41f2b8c4ccb329ed974cc2e1643440118
|
|
| MD5 |
ffd493747ad67e4d4438db819b612f53
|
|
| BLAKE2b-256 |
3da3cc409ba012c83ca024a308516703cf339bdc4b696195644a7215a5164a24
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313t-win_arm64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313t-win_arm64.whl -
Subject digest:
5a37ca18e360377cfda1d62f5f382ff41f2b8c4ccb329ed974cc2e1643440118 - Sigstore transparency entry: 854878435
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313t-win_amd64.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313t-win_amd64.whl
- Upload date:
- Size: 53.1 kB
- Tags: CPython 3.13t, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d54ecf9f301853f2c5e802da559604b3e95bb7a3b01a9c295c6ee591b9882de8
|
|
| MD5 |
1ae719fd0274d0536f5722e23caea1af
|
|
| BLAKE2b-256 |
ac5b2d2d1d522e51285bd61b1e20df8f47ae1a9d80839db0b24ea783b3832832
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313t-win_amd64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313t-win_amd64.whl -
Subject digest:
d54ecf9f301853f2c5e802da559604b3e95bb7a3b01a9c295c6ee591b9882de8 - Sigstore transparency entry: 854878586
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313t-win32.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313t-win32.whl
- Upload date:
- Size: 47.8 kB
- Tags: CPython 3.13t, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df9f19c28adcb40b6aae30bbaa1478c389efd50c28d541d76760199fc1037c32
|
|
| MD5 |
c9dee5bbb129633808787739f6b29384
|
|
| BLAKE2b-256 |
dc1db31650eab6c5778aceed46ba735bd97f7c7d2f54b319fa916c0f96e7805b
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313t-win32.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313t-win32.whl -
Subject digest:
df9f19c28adcb40b6aae30bbaa1478c389efd50c28d541d76760199fc1037c32 - Sigstore transparency entry: 854878517
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 243.4 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41f2952231456154ee479651491e94118229844dd7226541788be783be2b5108
|
|
| MD5 |
46448e42a68875800be423e9a3c7df05
|
|
| BLAKE2b-256 |
e5037ca022ffc36c5a3f6e03b179a5ceb829be9da5783e6fe395f347c0794680
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313t-musllinux_1_2_x86_64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313t-musllinux_1_2_x86_64.whl -
Subject digest:
41f2952231456154ee479651491e94118229844dd7226541788be783be2b5108 - Sigstore transparency entry: 854878353
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313t-musllinux_1_2_s390x.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313t-musllinux_1_2_s390x.whl
- Upload date:
- Size: 246.4 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af959b9beeb66c822380f222f0e0a1889331597e81f1ded7f374f3ecb0fd6c52
|
|
| MD5 |
2f1ab5a92a5ada72bb9a6c72543e272e
|
|
| BLAKE2b-256 |
e82c2a1aa0280cf579d0f6eed8ee5211c4f1730bd7e06c636ba2ee6aafda302e
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313t-musllinux_1_2_s390x.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313t-musllinux_1_2_s390x.whl -
Subject digest:
af959b9beeb66c822380f222f0e0a1889331597e81f1ded7f374f3ecb0fd6c52 - Sigstore transparency entry: 854878564
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313t-musllinux_1_2_ppc64le.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313t-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 252.3 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9035dde0f916702850ef66460bc4239d89d08df4d02023a5926e7446724212c
|
|
| MD5 |
9beebf04d2239f89765d0d7d1749adf4
|
|
| BLAKE2b-256 |
201f9d2327086bd15da2725ef6aae624208e2ef828ed99892b17f60c344e57ed
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313t-musllinux_1_2_ppc64le.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313t-musllinux_1_2_ppc64le.whl -
Subject digest:
c9035dde0f916702850ef66460bc4239d89d08df4d02023a5926e7446724212c - Sigstore transparency entry: 854878299
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313t-musllinux_1_2_i686.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313t-musllinux_1_2_i686.whl
- Upload date:
- Size: 243.6 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb304767bca2bb92fb9c5bd33cedc95baee5bb5f6c88e63706533a1c06ad08c8
|
|
| MD5 |
eaff8fdc54a519a1e708269a274e59da
|
|
| BLAKE2b-256 |
38835a325cac191ab28b63c52f14f1131f3b0a55ba3b9aa65a6d0bf2a9b921a0
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313t-musllinux_1_2_i686.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313t-musllinux_1_2_i686.whl -
Subject digest:
eb304767bca2bb92fb9c5bd33cedc95baee5bb5f6c88e63706533a1c06ad08c8 - Sigstore transparency entry: 854878561
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313t-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313t-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 235.9 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5dd81c45b05518b9aa4da4aa74e1c93d715efa234fd3e8a179df611cc85e5f4
|
|
| MD5 |
2e40177a66805c02edb79d4d827a9f14
|
|
| BLAKE2b-256 |
b22fd743a3045a97c895d401e9bd29aaa09b94f5cbdf1bd561609e5a6c431c70
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313t-musllinux_1_2_armv7l.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313t-musllinux_1_2_armv7l.whl -
Subject digest:
f5dd81c45b05518b9aa4da4aa74e1c93d715efa234fd3e8a179df611cc85e5f4 - Sigstore transparency entry: 854878407
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 245.1 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21f830fe223215dffd51f538e78c172ed7c7f60c9b96a2bf05c4848ad49921c3
|
|
| MD5 |
3d39ada780a00100eacf5083d7e622cd
|
|
| BLAKE2b-256 |
3e06538e58a63ed5cfb0bd4517e346b91da32fde409d839720f664e9a4ae4f9d
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313t-musllinux_1_2_aarch64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313t-musllinux_1_2_aarch64.whl -
Subject digest:
21f830fe223215dffd51f538e78c172ed7c7f60c9b96a2bf05c4848ad49921c3 - Sigstore transparency entry: 854878472
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 248.0 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6aac4f16b472d5b7dc6f66a0d49dd57b0e0902090be16594dc9ebfd3d17c47e7
|
|
| MD5 |
74933f948662f925e52c821f14beae63
|
|
| BLAKE2b-256 |
00e39b60ed9e23e64c73a5cde95269ef1330678e9c6e34dd4eb6b431b85b5a10
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
6aac4f16b472d5b7dc6f66a0d49dd57b0e0902090be16594dc9ebfd3d17c47e7 - Sigstore transparency entry: 854878500
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
- Upload date:
- Size: 255.9 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ s390x, manylinux: glibc 2.28+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b99af4d9eec0b49927b4402bcbb58dea89d3e0db8806a4086117019939ad3dd
|
|
| MD5 |
cc7be4a0cb5fba427c78f05f14c0f8a5
|
|
| BLAKE2b-256 |
24027d0f9eae92b5249bb50ac1595b295f10e263dd0078ebb55115c31e0eaccd
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl -
Subject digest:
1b99af4d9eec0b49927b4402bcbb58dea89d3e0db8806a4086117019939ad3dd - Sigstore transparency entry: 854878405
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
- Upload date:
- Size: 257.5 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ppc64le, manylinux: glibc 2.28+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98bc624954ec4d2c7cb074b8eefc2b5d0ce7d482e410df446414355d158fe4ca
|
|
| MD5 |
91f96bc0ebfbe2811a734a422915131a
|
|
| BLAKE2b-256 |
1e7e3562a15a60cf747397e7f2180b0a11dc0c38d9175a650e75fa1b4d325e15
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl -
Subject digest:
98bc624954ec4d2c7cb074b8eefc2b5d0ce7d482e410df446414355d158fe4ca - Sigstore transparency entry: 854878556
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
- Upload date:
- Size: 228.6 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARMv7l, manylinux: glibc 2.31+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b4c48648d7649c9335cf1927a8b87fa692de3dcb15faa676c6a6f1f1aabda43
|
|
| MD5 |
b60061d565e223007ae5c348f9a4e227
|
|
| BLAKE2b-256 |
c8ede192291dbbe51a8290c5686f482084d31bcd9d09af24f63358c3d42fd284
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl -
Subject digest:
0b4c48648d7649c9335cf1927a8b87fa692de3dcb15faa676c6a6f1f1aabda43 - Sigstore transparency entry: 854878436
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 250.0 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
253282d70d67885a15c8a7716f3a73edf2d635793ceda8173b9ecc21f2fb8292
|
|
| MD5 |
6a3967d5b32bd5c04dd3963c4d421699
|
|
| BLAKE2b-256 |
581864f5a795e7677670e872673aca234162514696274597b3708b2c0d276cce
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
253282d70d67885a15c8a7716f3a73edf2d635793ceda8173b9ecc21f2fb8292 - Sigstore transparency entry: 854878444
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
- Upload date:
- Size: 242.6 kB
- Tags: CPython 3.13t, manylinux: glibc 2.28+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3bd231490fa7217cc832528e1cd8752a96f0125ddd2b5749390f7c3ec8721b65
|
|
| MD5 |
1728315328ef39726b672dca83c3ef2c
|
|
| BLAKE2b-256 |
b56602ec7ace29162e447f6382c495dc95826bf931d3818799bbef11e8f7df1a
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl -
Subject digest:
3bd231490fa7217cc832528e1cd8752a96f0125ddd2b5749390f7c3ec8721b65 - Sigstore transparency entry: 854878601
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313t-macosx_11_0_arm64.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313t-macosx_11_0_arm64.whl
- Upload date:
- Size: 46.9 kB
- Tags: CPython 3.13t, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e954b24433c768ce78ab7929e84ccf3422e46deb45a4dc9f93438f8217fa2d34
|
|
| MD5 |
c20c83b3fe95fd2c5e0b4f9015721755
|
|
| BLAKE2b-256 |
c457a0ed92b23f3a042c36bc4227b72b97eca803f5f1801c1ab77c8a212d455e
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313t-macosx_11_0_arm64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313t-macosx_11_0_arm64.whl -
Subject digest:
e954b24433c768ce78ab7929e84ccf3422e46deb45a4dc9f93438f8217fa2d34 - Sigstore transparency entry: 854878557
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313t-macosx_10_13_x86_64.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313t-macosx_10_13_x86_64.whl
- Upload date:
- Size: 48.5 kB
- Tags: CPython 3.13t, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57b46b24b5d5ebcc978da4ec23a819a9402b4228b8a90d9c656422b4bdd8a963
|
|
| MD5 |
1fc806ab2bf3e81905c9355896a2aff6
|
|
| BLAKE2b-256 |
fb7623ecd2abfe0957b234f6c960f4ade497f55f2c16aeb684d4ecdbf1c95791
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313t-macosx_10_13_x86_64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313t-macosx_10_13_x86_64.whl -
Subject digest:
57b46b24b5d5ebcc978da4ec23a819a9402b4228b8a90d9c656422b4bdd8a963 - Sigstore transparency entry: 854878438
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313t-macosx_10_13_universal2.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313t-macosx_10_13_universal2.whl
- Upload date:
- Size: 83.2 kB
- Tags: CPython 3.13t, macOS 10.13+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c76c4bec1538375dad9d452d246ca5368ad6e1c9039dadcf007ae59c70619ea1
|
|
| MD5 |
c419a77706e3fc1145915e125bc10912
|
|
| BLAKE2b-256 |
6db3e6b21c6c4f314bb956016b0b3ef2162590a529b84cb831c257519e7fde44
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313t-macosx_10_13_universal2.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313t-macosx_10_13_universal2.whl -
Subject digest:
c76c4bec1538375dad9d452d246ca5368ad6e1c9039dadcf007ae59c70619ea1 - Sigstore transparency entry: 854878323
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313-win_arm64.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313-win_arm64.whl
- Upload date:
- Size: 43.1 kB
- Tags: CPython 3.13, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
563fe25c678aaba333d5399408f5ec3c383ca5b663e7f774dd179a520b8144df
|
|
| MD5 |
713451e6a1f6d051a3fd446c40771ee6
|
|
| BLAKE2b-256 |
ca6142d3e5dbf661242a69c97ea363f2d7b46c567da8eadef8890022be6e2ab0
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313-win_arm64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313-win_arm64.whl -
Subject digest:
563fe25c678aaba333d5399408f5ec3c383ca5b663e7f774dd179a520b8144df - Sigstore transparency entry: 854878381
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 45.9 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
960c83bf01a95b12b08fd54324a4eb1d5b52c88932b5cba5d6e712bb3ed12eb5
|
|
| MD5 |
bca9e8f02c141d6f1a007035a26536a1
|
|
| BLAKE2b-256 |
b235e994121b0e90e46134673422dd564623f93304614f5d11886b1b3e06f503
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313-win_amd64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313-win_amd64.whl -
Subject digest:
960c83bf01a95b12b08fd54324a4eb1d5b52c88932b5cba5d6e712bb3ed12eb5 - Sigstore transparency entry: 854878300
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313-win32.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313-win32.whl
- Upload date:
- Size: 41.7 kB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1c5988359516095535c4301af38d8a8838534158f649c05dd1050222321bcb3
|
|
| MD5 |
a9931f9cb1112f3591ff9f60c18cd02d
|
|
| BLAKE2b-256 |
87afa3b86bf9630b732897f6fc3f4c4714b90aa4361983ccbdcd6c0339b21b0c
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313-win32.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313-win32.whl -
Subject digest:
e1c5988359516095535c4301af38d8a8838534158f649c05dd1050222321bcb3 - Sigstore transparency entry: 854878380
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 249.5 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97891f3b1b3ffbded884e2916cacf3c6fc87b66bb0dde46f7357404750559f33
|
|
| MD5 |
ad0e9d2e38b604f3749e0e313e24a1fa
|
|
| BLAKE2b-256 |
52da151a44e8016dd33feed44f730bd856a66257c1ee7aed4f44b649fb7edeb3
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313-musllinux_1_2_x86_64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313-musllinux_1_2_x86_64.whl -
Subject digest:
97891f3b1b3ffbded884e2916cacf3c6fc87b66bb0dde46f7357404750559f33 - Sigstore transparency entry: 854878417
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313-musllinux_1_2_s390x.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313-musllinux_1_2_s390x.whl
- Upload date:
- Size: 258.7 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
401c5a650f3add2472d1d288c26deebc540f99e2fb83e9525007a74cd2116f1d
|
|
| MD5 |
9a647d491b45e4e198a25b6f89139f2a
|
|
| BLAKE2b-256 |
cdf7e8c0d0da0cd1e28d10e624604e1a36bcc3353aaebdfdc3a43c72bc683a12
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313-musllinux_1_2_s390x.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313-musllinux_1_2_s390x.whl -
Subject digest:
401c5a650f3add2472d1d288c26deebc540f99e2fb83e9525007a74cd2116f1d - Sigstore transparency entry: 854878437
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313-musllinux_1_2_ppc64le.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 262.2 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c4b9bfc148f5a91be9244d6264c53035c8a0dcd2f51f1c3c6e30e30ebaa1c84
|
|
| MD5 |
575d978a993d3fda543292eba0c66372
|
|
| BLAKE2b-256 |
44a3ec5b5bd98f306bc2aa297b8c6f11a46714a56b1e6ef5ebda50a4f5d7c5fb
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313-musllinux_1_2_ppc64le.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313-musllinux_1_2_ppc64le.whl -
Subject digest:
5c4b9bfc148f5a91be9244d6264c53035c8a0dcd2f51f1c3c6e30e30ebaa1c84 - Sigstore transparency entry: 854878488
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313-musllinux_1_2_i686.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313-musllinux_1_2_i686.whl
- Upload date:
- Size: 249.7 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90efbcf47dbe33dcf643a1e400d67d59abeac5db07dc3f27d6bdeae497a2198c
|
|
| MD5 |
4ce53d0abaf3ec10fac4b8d1f57fc89e
|
|
| BLAKE2b-256 |
db6b420e173eec5fba721a50e2a9f89eda89d9c98fded1124f8d5c675f7a0c0f
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313-musllinux_1_2_i686.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313-musllinux_1_2_i686.whl -
Subject digest:
90efbcf47dbe33dcf643a1e400d67d59abeac5db07dc3f27d6bdeae497a2198c - Sigstore transparency entry: 854878589
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 250.2 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03ede2a6ffbe8ef936b92cb4529f27f42be7f56afcdab5ab739cd5f27fb1cbf9
|
|
| MD5 |
5aab4d597a86a38040326a2ba526c766
|
|
| BLAKE2b-256 |
5a9651d4e4e06bcce92577fcd488e22600bd38e4fd59c20cb49434d054903bd2
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313-musllinux_1_2_armv7l.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313-musllinux_1_2_armv7l.whl -
Subject digest:
03ede2a6ffbe8ef936b92cb4529f27f42be7f56afcdab5ab739cd5f27fb1cbf9 - Sigstore transparency entry: 854878588
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 252.3 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12fad252f8b267cc75b66e8fc51b3079604e8d43a75428ffe193cd9e2195dfd6
|
|
| MD5 |
4ba8993939f5554dbd5dfe5fe6d0eee0
|
|
| BLAKE2b-256 |
6ab25fb8c124d7561a4974c342bc8c778b471ebbeb3cc17df696f034a7e9afe7
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313-musllinux_1_2_aarch64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313-musllinux_1_2_aarch64.whl -
Subject digest:
12fad252f8b267cc75b66e8fc51b3079604e8d43a75428ffe193cd9e2195dfd6 - Sigstore transparency entry: 854878329
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 254.3 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d624335fd4fa1c08a53f8b4be7676ebde19cd092b3895c421045ca87895b429
|
|
| MD5 |
c60f55b54580f56d7c96d6a6fe03dca0
|
|
| BLAKE2b-256 |
b0736e1b01cbeb458807aa0831742232dbdd1fa92bfa33f52a3f176b4ff3dc11
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
9d624335fd4fa1c08a53f8b4be7676ebde19cd092b3895c421045ca87895b429 - Sigstore transparency entry: 854878292
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
- Upload date:
- Size: 268.1 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ s390x, manylinux: glibc 2.28+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
273d23f4b40f3dce4d6c8a821c741a86dec62cded82e1175ba3d99be128147ed
|
|
| MD5 |
3bd793968ec466a185898717afae56a8
|
|
| BLAKE2b-256 |
b7feec0edd52ddbcea2a2e89e174f0206444a61440b40f39704e64dc807a70bd
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl -
Subject digest:
273d23f4b40f3dce4d6c8a821c741a86dec62cded82e1175ba3d99be128147ed - Sigstore transparency entry: 854878565
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
- Upload date:
- Size: 267.1 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le, manylinux: glibc 2.28+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d540e51b7e8e170174555edecddbd5538105443754539193e3e1061864d444d
|
|
| MD5 |
ee1d70ccaff580c567ed2785d7e432ff
|
|
| BLAKE2b-256 |
684957421b4d7ad2e9e60e25922b08ceb37e077b90444bde6ead629095327a6f
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl -
Subject digest:
1d540e51b7e8e170174555edecddbd5538105443754539193e3e1061864d444d - Sigstore transparency entry: 854878384
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
- Upload date:
- Size: 240.3 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARMv7l, manylinux: glibc 2.31+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4cfb48c6ea66c83bcaaf7e4dfa7ec1b6bbcf751b7db85a328902796dfde4c060
|
|
| MD5 |
a0e341145fcb95356c3817e64c4ea24d
|
|
| BLAKE2b-256 |
03d6c878a44ba877f366630c860fdf74bfb203c33778f12b6ac274936853c451
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl -
Subject digest:
4cfb48c6ea66c83bcaaf7e4dfa7ec1b6bbcf751b7db85a328902796dfde4c060 - Sigstore transparency entry: 854878558
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 257.0 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e82d14e3c948952a1a85503817e038cba5905a3352de76b9a465075d072fba23
|
|
| MD5 |
482c493a0ae6536f829db55a30268bb9
|
|
| BLAKE2b-256 |
f632befed7f74c458b4a525e60519fe8d87eef72bb1e99924fa2b0f9d97a221e
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
e82d14e3c948952a1a85503817e038cba5905a3352de76b9a465075d072fba23 - Sigstore transparency entry: 854878393
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
- Upload date:
- Size: 249.4 kB
- Tags: CPython 3.13, manylinux: glibc 2.28+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
432feb25a1cb67fe82a9680b4d65fb542e4635cb3166cd9c01560651ad60f177
|
|
| MD5 |
ab665875d11125674fcb659f0d1a1fb5
|
|
| BLAKE2b-256 |
e93c414842ef8d5a1628d68edee29ba0e5bcf235dbfb3ccd3ea303a7fe8c72ff
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl -
Subject digest:
432feb25a1cb67fe82a9680b4d65fb542e4635cb3166cd9c01560651ad60f177 - Sigstore transparency entry: 854878372
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 43.5 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
935434b9853c7c112eee7ac891bc4cb86455aa631269ae35442cb316790c1445
|
|
| MD5 |
0938f533d8a85b18b1617b994c72fbc5
|
|
| BLAKE2b-256 |
797655cd7186f498ed080a18440c9013011eb548f77ae1b297206d030eb1180a
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
935434b9853c7c112eee7ac891bc4cb86455aa631269ae35442cb316790c1445 - Sigstore transparency entry: 854878600
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313-macosx_10_13_x86_64.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313-macosx_10_13_x86_64.whl
- Upload date:
- Size: 45.1 kB
- Tags: CPython 3.13, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84e61e3af5463c19b67ced91f6c634effb89ef8bfc5ca0267f954451ed4bb6a2
|
|
| MD5 |
e9b67971f80feb00b37bb6497e84b27f
|
|
| BLAKE2b-256 |
c775bc704ae15fee974f8fccd871305e254754167dce5f9e42d88a2def741a1d
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313-macosx_10_13_x86_64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313-macosx_10_13_x86_64.whl -
Subject digest:
84e61e3af5463c19b67ced91f6c634effb89ef8bfc5ca0267f954451ed4bb6a2 - Sigstore transparency entry: 854878569
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp313-cp313-macosx_10_13_universal2.whl.
File metadata
- Download URL: multidict-6.7.1-cp313-cp313-macosx_10_13_universal2.whl
- Upload date:
- Size: 76.2 kB
- Tags: CPython 3.13, macOS 10.13+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b41f5fed0ed563624f1c17630cb9941cf2309d4df00e494b551b5f3e3d67a23
|
|
| MD5 |
105fbf798202d33af68a60d28d11534e
|
|
| BLAKE2b-256 |
f222929c141d6c0dba87d3e1d38fbdf1ba8baba86b7776469f2bc2d3227a1e67
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp313-cp313-macosx_10_13_universal2.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp313-cp313-macosx_10_13_universal2.whl -
Subject digest:
2b41f5fed0ed563624f1c17630cb9941cf2309d4df00e494b551b5f3e3d67a23 - Sigstore transparency entry: 854878516
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp312-cp312-win_arm64.whl.
File metadata
- Download URL: multidict-6.7.1-cp312-cp312-win_arm64.whl
- Upload date:
- Size: 43.3 kB
- Tags: CPython 3.12, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba0a9fb644d0c1a2194cf7ffb043bd852cea63a57f66fbd33959f7dae18517bf
|
|
| MD5 |
92fb080fd0f7ad4311b9b4f7c4ce966f
|
|
| BLAKE2b-256 |
0c5baba28e4ee4006ae4c7df8d327d31025d760ffa992ea23812a601d226e682
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp312-cp312-win_arm64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp312-cp312-win_arm64.whl -
Subject digest:
ba0a9fb644d0c1a2194cf7ffb043bd852cea63a57f66fbd33959f7dae18517bf - Sigstore transparency entry: 854878497
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: multidict-6.7.1-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 46.1 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fcee94dfbd638784645b066074b338bc9cc155d4b4bffa4adce1615c5a426c19
|
|
| MD5 |
a327f383770efb279440439faa87ef69
|
|
| BLAKE2b-256 |
80310b2517913687895f5904325c2069d6a3b78f66cc641a86a2baf75a05dcbb
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp312-cp312-win_amd64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp312-cp312-win_amd64.whl -
Subject digest:
fcee94dfbd638784645b066074b338bc9cc155d4b4bffa4adce1615c5a426c19 - Sigstore transparency entry: 854878426
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp312-cp312-win32.whl.
File metadata
- Download URL: multidict-6.7.1-cp312-cp312-win32.whl
- Upload date:
- Size: 41.9 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28ca5ce2fd9716631133d0e9a9b9a745ad7f60bac2bccafb56aa380fc0b6c511
|
|
| MD5 |
bea1074d94a15691fb5db1098ca0f8cb
|
|
| BLAKE2b-256 |
caa4840f5b97339e27846c46307f2530a2805d9d537d8b8bd416af031cad7fa0
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp312-cp312-win32.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp312-cp312-win32.whl -
Subject digest:
28ca5ce2fd9716631133d0e9a9b9a745ad7f60bac2bccafb56aa380fc0b6c511 - Sigstore transparency entry: 854878513
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: multidict-6.7.1-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 251.4 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc5907494fccf3e7d3f94f95c91d6336b092b5fc83811720fae5e2765890dfba
|
|
| MD5 |
086e21117cee61f5ac487ffda1854c33
|
|
| BLAKE2b-256 |
2b17ebb9644da78c4ab36403739e0e6e0e30ebb135b9caf3440825001a0bddcb
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp312-cp312-musllinux_1_2_x86_64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp312-cp312-musllinux_1_2_x86_64.whl -
Subject digest:
fc5907494fccf3e7d3f94f95c91d6336b092b5fc83811720fae5e2765890dfba - Sigstore transparency entry: 854878574
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp312-cp312-musllinux_1_2_s390x.whl.
File metadata
- Download URL: multidict-6.7.1-cp312-cp312-musllinux_1_2_s390x.whl
- Upload date:
- Size: 259.6 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d51ff4785d58d3f6c91bdbffcb5e1f7ddfda557727043aa20d20ec4f65e324a
|
|
| MD5 |
6974a0c2fea4d434c5e2779570771715
|
|
| BLAKE2b-256 |
d711afc7c677f68f75c84a69fe37184f0f82fce13ce4b92f49f3db280b7e92b3
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp312-cp312-musllinux_1_2_s390x.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp312-cp312-musllinux_1_2_s390x.whl -
Subject digest:
3d51ff4785d58d3f6c91bdbffcb5e1f7ddfda557727043aa20d20ec4f65e324a - Sigstore transparency entry: 854878576
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp312-cp312-musllinux_1_2_ppc64le.whl.
File metadata
- Download URL: multidict-6.7.1-cp312-cp312-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 263.6 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a088b62bd733e2ad12c50dad01b7d0166c30287c166e137433d3b410add807a6
|
|
| MD5 |
4627e6b72fdb6e7afd4acdc08f7d5fa2
|
|
| BLAKE2b-256 |
fabaf5449385510825b73d01c2d4087bf6d2fccc20a2d42ac34df93191d3dd03
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp312-cp312-musllinux_1_2_ppc64le.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp312-cp312-musllinux_1_2_ppc64le.whl -
Subject digest:
a088b62bd733e2ad12c50dad01b7d0166c30287c166e137433d3b410add807a6 - Sigstore transparency entry: 854878528
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp312-cp312-musllinux_1_2_i686.whl.
File metadata
- Download URL: multidict-6.7.1-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 252.1 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c102791b1c4f3ab36ce4101154549105a53dc828f016356b3e3bcae2e3a039d3
|
|
| MD5 |
05c414bc37284e97aad956c5eaf875d2
|
|
| BLAKE2b-256 |
7bbd84c24de512cbafbdbc39439f74e967f19570ce7924e3007174a29c348916
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp312-cp312-musllinux_1_2_i686.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp312-cp312-musllinux_1_2_i686.whl -
Subject digest:
c102791b1c4f3ab36ce4101154549105a53dc828f016356b3e3bcae2e3a039d3 - Sigstore transparency entry: 854878304
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp312-cp312-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: multidict-6.7.1-cp312-cp312-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 251.3 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
398c1478926eca669f2fd6a5856b6de9c0acf23a2cb59a14c0ba5844fa38077e
|
|
| MD5 |
d698d241544c37589c156719fbb7335a
|
|
| BLAKE2b-256 |
594c7c672c8aad41534ba619bcd4ade7a0dc87ed6b8b5c06149b85d3dd03f0cd
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp312-cp312-musllinux_1_2_armv7l.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp312-cp312-musllinux_1_2_armv7l.whl -
Subject digest:
398c1478926eca669f2fd6a5856b6de9c0acf23a2cb59a14c0ba5844fa38077e - Sigstore transparency entry: 854878346
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: multidict-6.7.1-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 254.0 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3758692429e4e32f1ba0df23219cd0b4fc0a52f476726fff9337d1a57676a582
|
|
| MD5 |
f55fcc3bd654bb3c0c1fc4cd1de287d6
|
|
| BLAKE2b-256 |
316ed8a26d81ac166a5592782d208dd90dfdc0a7a218adaa52b45a672b46c122
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp312-cp312-musllinux_1_2_aarch64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp312-cp312-musllinux_1_2_aarch64.whl -
Subject digest:
3758692429e4e32f1ba0df23219cd0b4fc0a52f476726fff9337d1a57676a582 - Sigstore transparency entry: 854878374
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: multidict-6.7.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 256.3 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bfde23ef6ed9db7eaee6c37dcec08524cb43903c60b285b172b6c094711b3961
|
|
| MD5 |
54d5d7d0a8637669788e04681e28f748
|
|
| BLAKE2b-256 |
f38d5e5be3ced1d12966fefb5c4ea3b2a5b480afcea36406559442c6e31d4a48
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
bfde23ef6ed9db7eaee6c37dcec08524cb43903c60b285b172b6c094711b3961 - Sigstore transparency entry: 854878490
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.
File metadata
- Download URL: multidict-6.7.1-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
- Upload date:
- Size: 269.5 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x, manylinux: glibc 2.28+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da62917e6076f512daccfbbde27f46fed1c98fee202f0559adec8ee0de67f71a
|
|
| MD5 |
9d38e7458190bdad285d2dfa9f1a532d
|
|
| BLAKE2b-256 |
e0509810c5c29350f7258180dfdcb2e52783a0632862eb334c4896ac717cebcb
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl -
Subject digest:
da62917e6076f512daccfbbde27f46fed1c98fee202f0559adec8ee0de67f71a - Sigstore transparency entry: 854878377
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.
File metadata
- Download URL: multidict-6.7.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
- Upload date:
- Size: 268.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le, manylinux: glibc 2.28+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c90fed18bffc0189ba814749fdcc102b536e83a9f738a9003e569acd540a733
|
|
| MD5 |
17229acdea612c7c494db743e51818fb
|
|
| BLAKE2b-256 |
d257b8565ff533e48595503c785f8361ff9a4fde4d67de25c207cd0ba3befd03
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl -
Subject digest:
9c90fed18bffc0189ba814749fdcc102b536e83a9f738a9003e569acd540a733 - Sigstore transparency entry: 854878289
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.
File metadata
- Download URL: multidict-6.7.1-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
- Upload date:
- Size: 242.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l, manylinux: glibc 2.31+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3a32d23520ee37bf327d1e1a656fec76a2edd5c038bf43eddfa0572ec49c60b
|
|
| MD5 |
dacbe79c41f44fe4b6b4962f0fd93778
|
|
| BLAKE2b-256 |
86857ed40adafea3d4f1c8b916e3b5cc3a8e07dfcdcb9cd72800f4ed3ca1b387
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl -
Subject digest:
c3a32d23520ee37bf327d1e1a656fec76a2edd5c038bf43eddfa0572ec49c60b - Sigstore transparency entry: 854878494
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: multidict-6.7.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 258.9 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb0ce7b2a32d09892b3dd6cc44877a0d02a33241fafca5f25c8b6b62374f8b75
|
|
| MD5 |
b880c039750307b64f40af051980fb42
|
|
| BLAKE2b-256 |
fd80c959c5933adedb9ac15152e4067c702a808ea183a8b64cf8f31af8ad3155
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
eb0ce7b2a32d09892b3dd6cc44877a0d02a33241fafca5f25c8b6b62374f8b75 - Sigstore transparency entry: 854878342
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.
File metadata
- Download URL: multidict-6.7.1-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
- Upload date:
- Size: 251.0 kB
- Tags: CPython 3.12, manylinux: glibc 2.28+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb2a55f408c3043e42b40cc8eecd575afa27b7e0b956dfb190de0f8499a57a53
|
|
| MD5 |
03f1ad4a4d4814530106ff6a2905e757
|
|
| BLAKE2b-256 |
cf3bd6bd75dc4f3ff7c73766e04e705b00ed6dbbaccf670d9e05a12b006f5a21
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl -
Subject digest:
cb2a55f408c3043e42b40cc8eecd575afa27b7e0b956dfb190de0f8499a57a53 - Sigstore transparency entry: 854878455
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: multidict-6.7.1-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 43.9 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0fa96985700739c4c7853a43c0b3e169360d6855780021bfc6d0f1ce7c123e7
|
|
| MD5 |
336b3b310f4e37d47a597108bb1c21c4
|
|
| BLAKE2b-256 |
a9651caac9d4cd32e8433908683446eebc953e82d22b03d10d41a5f0fefe991b
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
b0fa96985700739c4c7853a43c0b3e169360d6855780021bfc6d0f1ce7c123e7 - Sigstore transparency entry: 854878537
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp312-cp312-macosx_10_13_x86_64.whl.
File metadata
- Download URL: multidict-6.7.1-cp312-cp312-macosx_10_13_x86_64.whl
- Upload date:
- Size: 45.5 kB
- Tags: CPython 3.12, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fccb473e87eaa1382689053e4a4618e7ba7b9b9b8d6adf2027ee474597128cd
|
|
| MD5 |
f976079bb122623bf6cde98af14a4fdd
|
|
| BLAKE2b-256 |
fecf18ef143a81610136d3da8193da9d80bfe1cb548a1e2d1c775f26b23d024a
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp312-cp312-macosx_10_13_x86_64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp312-cp312-macosx_10_13_x86_64.whl -
Subject digest:
3fccb473e87eaa1382689053e4a4618e7ba7b9b9b8d6adf2027ee474597128cd - Sigstore transparency entry: 854878314
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp312-cp312-macosx_10_13_universal2.whl.
File metadata
- Download URL: multidict-6.7.1-cp312-cp312-macosx_10_13_universal2.whl
- Upload date:
- Size: 76.9 kB
- Tags: CPython 3.12, macOS 10.13+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a90f75c956e32891a4eda3639ce6dd86e87105271f43d43442a3aedf3cddf172
|
|
| MD5 |
9afea27c0f49b359d972e2ad76335d6b
|
|
| BLAKE2b-256 |
8d9cf20e0e2cf80e4b2e4b1c365bf5fe104ee633c751a724246262db8f1a0b13
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp312-cp312-macosx_10_13_universal2.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp312-cp312-macosx_10_13_universal2.whl -
Subject digest:
a90f75c956e32891a4eda3639ce6dd86e87105271f43d43442a3aedf3cddf172 - Sigstore transparency entry: 854878366
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp311-cp311-win_arm64.whl.
File metadata
- Download URL: multidict-6.7.1-cp311-cp311-win_arm64.whl
- Upload date:
- Size: 43.2 kB
- Tags: CPython 3.11, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8c990b037d2fff2f4e33d3f21b9b531c5745b33a49a7d6dbe7a177266af44f6
|
|
| MD5 |
b4d5de711e672ea883fd44ba9985ca47
|
|
| BLAKE2b-256 |
acad9dd5305253fa00cd3c7555dbef69d5bf4133debc53b87ab8d6a44d411665
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp311-cp311-win_arm64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp311-cp311-win_arm64.whl -
Subject digest:
b8c990b037d2fff2f4e33d3f21b9b531c5745b33a49a7d6dbe7a177266af44f6 - Sigstore transparency entry: 854878415
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: multidict-6.7.1-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 46.0 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bdbf9f3b332abd0cdb306e7c2113818ab1e922dc84b8f8fd06ec89ed2a19ab8b
|
|
| MD5 |
b5a6fc73c1612f346816785df46abca6
|
|
| BLAKE2b-256 |
c968f16a3a8ba6f7b6dc92a1f19669c0810bd2c43fc5a02da13b1cbf8e253845
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp311-cp311-win_amd64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp311-cp311-win_amd64.whl -
Subject digest:
bdbf9f3b332abd0cdb306e7c2113818ab1e922dc84b8f8fd06ec89ed2a19ab8b - Sigstore transparency entry: 854878457
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp311-cp311-win32.whl.
File metadata
- Download URL: multidict-6.7.1-cp311-cp311-win32.whl
- Upload date:
- Size: 41.3 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d62b7f64ffde3b99d06b707a280db04fb3855b55f5a06df387236051d0668f4a
|
|
| MD5 |
2c0179c852ad914d8b84cf7f7878c164
|
|
| BLAKE2b-256 |
13bf9676c0392309b5fdae322333d22a829715b570edb9baa8016a517b55b558
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp311-cp311-win32.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp311-cp311-win32.whl -
Subject digest:
d62b7f64ffde3b99d06b707a280db04fb3855b55f5a06df387236051d0668f4a - Sigstore transparency entry: 854878465
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: multidict-6.7.1-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 241.9 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
128441d052254f42989ef98b7b6a6ecb1e6f708aa962c7984235316db59f50fa
|
|
| MD5 |
9a98be7614b56b925bea2f5ca762018b
|
|
| BLAKE2b-256 |
c811a854b4154cd3bd8b1fd375e8a8ca9d73be37610c361543d56f764109509b
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp311-cp311-musllinux_1_2_x86_64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp311-cp311-musllinux_1_2_x86_64.whl -
Subject digest:
128441d052254f42989ef98b7b6a6ecb1e6f708aa962c7984235316db59f50fa - Sigstore transparency entry: 854878507
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp311-cp311-musllinux_1_2_s390x.whl.
File metadata
- Download URL: multidict-6.7.1-cp311-cp311-musllinux_1_2_s390x.whl
- Upload date:
- Size: 247.1 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25167cc263257660290fba06b9318d2026e3c910be240a146e1f66dd114af2b0
|
|
| MD5 |
25ca62308bc262f6ca5c330f973c18b6
|
|
| BLAKE2b-256 |
b1e2c653bc4ae1be70a0f836b82172d643fcf1dade042ba2676ab08ec08bff0f
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp311-cp311-musllinux_1_2_s390x.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp311-cp311-musllinux_1_2_s390x.whl -
Subject digest:
25167cc263257660290fba06b9318d2026e3c910be240a146e1f66dd114af2b0 - Sigstore transparency entry: 854878391
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp311-cp311-musllinux_1_2_ppc64le.whl.
File metadata
- Download URL: multidict-6.7.1-cp311-cp311-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 253.5 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10ae39c9cfe6adedcdb764f5e8411d4a92b055e35573a2eaa88d3323289ef93c
|
|
| MD5 |
9d16d58dbb22f8bc56e5f63fc3a97d35
|
|
| BLAKE2b-256 |
3d206214d3c105928ebc353a1c644a6ef1408bc5794fcb4f170bb524a3c16311
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp311-cp311-musllinux_1_2_ppc64le.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp311-cp311-musllinux_1_2_ppc64le.whl -
Subject digest:
10ae39c9cfe6adedcdb764f5e8411d4a92b055e35573a2eaa88d3323289ef93c - Sigstore transparency entry: 854878397
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp311-cp311-musllinux_1_2_i686.whl.
File metadata
- Download URL: multidict-6.7.1-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 245.9 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b38ebffd9be37c1170d33bc0f36f4f262e0a09bc1aac1c34c7aa51a7293f0b3
|
|
| MD5 |
6c25cda3f69c6dc5c5d6491522fd6cf7
|
|
| BLAKE2b-256 |
643f036dfc8c174934d4b55d86ff4f978e558b0e585cef70cfc1ad01adc6bf18
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp311-cp311-musllinux_1_2_i686.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp311-cp311-musllinux_1_2_i686.whl -
Subject digest:
0b38ebffd9be37c1170d33bc0f36f4f262e0a09bc1aac1c34c7aa51a7293f0b3 - Sigstore transparency entry: 854878603
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp311-cp311-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: multidict-6.7.1-cp311-cp311-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 237.4 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
619e5a1ac57986dbfec9f0b301d865dddf763696435e2962f6d9cf2fdff2bb71
|
|
| MD5 |
69e3817d6d907b87a4090d977775c7d7
|
|
| BLAKE2b-256 |
1f6751dd754a3524d685958001e8fa20a0f5f90a6a856e0a9dcabff69be3dbb7
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp311-cp311-musllinux_1_2_armv7l.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp311-cp311-musllinux_1_2_armv7l.whl -
Subject digest:
619e5a1ac57986dbfec9f0b301d865dddf763696435e2962f6d9cf2fdff2bb71 - Sigstore transparency entry: 854878349
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: multidict-6.7.1-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 243.0 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d3bc717b6fe763b8be3f2bee2701d3c8eb1b2a8ae9f60910f1b2860c82b6c49
|
|
| MD5 |
7856687cd9413cd92d40f1eeb294c7c1
|
|
| BLAKE2b-256 |
5aa423466059dc3854763423d0ad6c0f3683a379d97673b1b89ec33826e46728
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp311-cp311-musllinux_1_2_aarch64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp311-cp311-musllinux_1_2_aarch64.whl -
Subject digest:
6d3bc717b6fe763b8be3f2bee2701d3c8eb1b2a8ae9f60910f1b2860c82b6c49 - Sigstore transparency entry: 854878575
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: multidict-6.7.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 246.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
439cbebd499f92e9aa6793016a8acaa161dfa749ae86d20960189f5398a19144
|
|
| MD5 |
4746d3aa4dc52929b21240fc4bf11115
|
|
| BLAKE2b-256 |
5a5621b27c560c13822ed93133f08aa6372c53a8e067f11fbed37b4adcdac922
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
439cbebd499f92e9aa6793016a8acaa161dfa749ae86d20960189f5398a19144 - Sigstore transparency entry: 854878401
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.
File metadata
- Download URL: multidict-6.7.1-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
- Upload date:
- Size: 254.7 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x, manylinux: glibc 2.28+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38fb49540705369bab8484db0689d86c0a33a0a9f2c1b197f506b71b4b6c19b0
|
|
| MD5 |
f6d17c4e657c855dc1883a611ad960e6
|
|
| BLAKE2b-256 |
f7a2dd575a69c1aa206e12d27d0770cdf9b92434b48a9ef0cd0d1afdecaa93c4
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl -
Subject digest:
38fb49540705369bab8484db0689d86c0a33a0a9f2c1b197f506b71b4b6c19b0 - Sigstore transparency entry: 854878320
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.
File metadata
- Download URL: multidict-6.7.1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
- Upload date:
- Size: 257.4 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le, manylinux: glibc 2.28+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b83cabdc375ffaaa15edd97eb7c0c672ad788e2687004990074d7d6c9b140c8
|
|
| MD5 |
30a98fb30e3e3b93e558a784a46afe36
|
|
| BLAKE2b-256 |
b68a4a3a6341eac3830f6053062f8fbc9a9e54407c80755b3f05bc427295c2d0
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl -
Subject digest:
6b83cabdc375ffaaa15edd97eb7c0c672ad788e2687004990074d7d6c9b140c8 - Sigstore transparency entry: 854878555
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.
File metadata
- Download URL: multidict-6.7.1-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
- Upload date:
- Size: 225.4 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l, manylinux: glibc 2.31+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95922cee9a778659e91db6497596435777bd25ed116701a4c034f8e46544955a
|
|
| MD5 |
7c235d6860c5b93cdf679f5b6356b0a1
|
|
| BLAKE2b-256 |
01fb4dbd7e848d2799c6a026ec88ad39cf2b8416aa167fcc903baa55ecaa045c
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl -
Subject digest:
95922cee9a778659e91db6497596435777bd25ed116701a4c034f8e46544955a - Sigstore transparency entry: 854878540
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: multidict-6.7.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 246.4 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e2d2ed645ea29f31c4c7ea1552fcfd7cb7ba656e1eafd4134a6620c9f5fdd9e
|
|
| MD5 |
5f49373aade2ba15482a6cbca8f44340
|
|
| BLAKE2b-256 |
5d168c65be997fd7dd311b7d39c7b6e71a0cb449bad093761481eccbbe4b42a2
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
2e2d2ed645ea29f31c4c7ea1552fcfd7cb7ba656e1eafd4134a6620c9f5fdd9e - Sigstore transparency entry: 854878460
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.
File metadata
- Download URL: multidict-6.7.1-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
- Upload date:
- Size: 244.4 kB
- Tags: CPython 3.11, manylinux: glibc 2.28+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8be1802715a8e892c784c0197c2ace276ea52702a0ede98b6310c8f255a5afb3
|
|
| MD5 |
ea6a4a4be44c4c85e8932a30793ede83
|
|
| BLAKE2b-256 |
fdd20a36c8473f0cbaeadd5db6c8b72d15bbceeec275807772bfcd059bef487d
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl -
Subject digest:
8be1802715a8e892c784c0197c2ace276ea52702a0ede98b6310c8f255a5afb3 - Sigstore transparency entry: 854878519
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: multidict-6.7.1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 44.4 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2a0a924d4c2e9afcd7ec64f9de35fcd96915149b2216e1cb2c10a56df483855
|
|
| MD5 |
0802f9119175f3c36fe3b7dfd1138a92
|
|
| BLAKE2b-256 |
dda4d45caf2b97b035c57267791ecfaafbd59c68212004b3842830954bb4b02e
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
f2a0a924d4c2e9afcd7ec64f9de35fcd96915149b2216e1cb2c10a56df483855 - Sigstore transparency entry: 854878404
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp311-cp311-macosx_10_9_x86_64.whl.
File metadata
- Download URL: multidict-6.7.1-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 44.7 kB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
844c5bca0b5444adb44a623fb0a1310c2f4cd41f402126bb269cd44c9b3f3e1e
|
|
| MD5 |
d7241976252d42598b0aa19ea585e3e5
|
|
| BLAKE2b-256 |
a69b267e64eaf6fc637a15b35f5de31a566634a2740f97d8d094a69d34f524a4
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp311-cp311-macosx_10_9_x86_64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp311-cp311-macosx_10_9_x86_64.whl -
Subject digest:
844c5bca0b5444adb44a623fb0a1310c2f4cd41f402126bb269cd44c9b3f3e1e - Sigstore transparency entry: 854878326
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp311-cp311-macosx_10_9_universal2.whl.
File metadata
- Download URL: multidict-6.7.1-cp311-cp311-macosx_10_9_universal2.whl
- Upload date:
- Size: 76.6 kB
- Tags: CPython 3.11, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ff981b266af91d7b4b3793ca3382e53229088d193a85dfad6f5f4c27fc73e5d
|
|
| MD5 |
08ab79fe41452f5498642154d1959fff
|
|
| BLAKE2b-256 |
cef1a90635c4f88fb913fbf4ce660b83b7445b7a02615bda034b2f8eb38fd597
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp311-cp311-macosx_10_9_universal2.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp311-cp311-macosx_10_9_universal2.whl -
Subject digest:
7ff981b266af91d7b4b3793ca3382e53229088d193a85dfad6f5f4c27fc73e5d - Sigstore transparency entry: 854878544
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp310-cp310-win_arm64.whl.
File metadata
- Download URL: multidict-6.7.1-cp310-cp310-win_arm64.whl
- Upload date:
- Size: 43.2 kB
- Tags: CPython 3.10, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59bc83d3f66b41dac1e7460aac1d196edc70c9ba3094965c467715a70ecb46db
|
|
| MD5 |
b39f12961c660f084dd0d2ad9f0e2e09
|
|
| BLAKE2b-256 |
6465d8d42490c02ee07b6bbe00f7190d70bb4738b3cce7629aaf9f213ef730dd
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp310-cp310-win_arm64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp310-cp310-win_arm64.whl -
Subject digest:
59bc83d3f66b41dac1e7460aac1d196edc70c9ba3094965c467715a70ecb46db - Sigstore transparency entry: 854878423
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: multidict-6.7.1-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 46.0 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf37cbe5ced48d417ba045aca1b21bafca67489452debcde94778a576666a1df
|
|
| MD5 |
47d57dd6ca810a80e9db50b45f6dbd9c
|
|
| BLAKE2b-256 |
68009b38e272a770303692fc406c36e1a4c740f401522d5787691eb38a8925a8
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp310-cp310-win_amd64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp310-cp310-win_amd64.whl -
Subject digest:
cf37cbe5ced48d417ba045aca1b21bafca67489452debcde94778a576666a1df - Sigstore transparency entry: 854878396
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp310-cp310-win32.whl.
File metadata
- Download URL: multidict-6.7.1-cp310-cp310-win32.whl
- Upload date:
- Size: 41.4 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d82dd730a95e6643802f4454b8fdecdf08667881a9c5670db85bc5a56693f122
|
|
| MD5 |
d7f419826cc8b97f034d2f10de1a6a6c
|
|
| BLAKE2b-256 |
e746f1220bd9944d8aa40d8ccff100eeeee19b505b857b6f603d6078cb5315b0
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp310-cp310-win32.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp310-cp310-win32.whl -
Subject digest:
d82dd730a95e6643802f4454b8fdecdf08667881a9c5670db85bc5a56693f122 - Sigstore transparency entry: 854878310
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: multidict-6.7.1-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 239.1 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24c0cf81544ca5e17cfcb6e482e7a82cd475925242b308b890c9452a074d4505
|
|
| MD5 |
8dc3c40d69c950f35c0834be12847642
|
|
| BLAKE2b-256 |
de0173856fab6d125e5bc652c3986b90e8699a95e84b48d72f39ade6c0e74a8c
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp310-cp310-musllinux_1_2_x86_64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp310-cp310-musllinux_1_2_x86_64.whl -
Subject digest:
24c0cf81544ca5e17cfcb6e482e7a82cd475925242b308b890c9452a074d4505 - Sigstore transparency entry: 854878533
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp310-cp310-musllinux_1_2_s390x.whl.
File metadata
- Download URL: multidict-6.7.1-cp310-cp310-musllinux_1_2_s390x.whl
- Upload date:
- Size: 243.8 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d17522c37d03e85c8098ec8431636309b2682cf12e58f4dbc76121fb50e4962
|
|
| MD5 |
91dc9ad235773d10cd85b1df2a55d12a
|
|
| BLAKE2b-256 |
5da5f170fc2268c3243853580203378cd522446b2df632061e0a5409817854c7
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp310-cp310-musllinux_1_2_s390x.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp310-cp310-musllinux_1_2_s390x.whl -
Subject digest:
0d17522c37d03e85c8098ec8431636309b2682cf12e58f4dbc76121fb50e4962 - Sigstore transparency entry: 854878308
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp310-cp310-musllinux_1_2_ppc64le.whl.
File metadata
- Download URL: multidict-6.7.1-cp310-cp310-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 249.9 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8affcf1c98b82bc901702eb73b6947a1bfa170823c153fe8a47b5f5f02e48e40
|
|
| MD5 |
dc5df10c7067a626bdd128b9143285f0
|
|
| BLAKE2b-256 |
d55f1973e7c771c86e93dcfe1c9cc55a5481b610f6614acfc28c0d326fe6bfad
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp310-cp310-musllinux_1_2_ppc64le.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp310-cp310-musllinux_1_2_ppc64le.whl -
Subject digest:
8affcf1c98b82bc901702eb73b6947a1bfa170823c153fe8a47b5f5f02e48e40 - Sigstore transparency entry: 854878493
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp310-cp310-musllinux_1_2_i686.whl.
File metadata
- Download URL: multidict-6.7.1-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 243.6 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5884a04f4ff56c6120f6ccf703bdeb8b5079d808ba604d4d53aec0d55dc33568
|
|
| MD5 |
c5cd99d49b66e94af0c53cacaed76d67
|
|
| BLAKE2b-256 |
9c99c109962d58756c35fd9992fed7f2355303846ea2ff054bb5f5e9d6b888de
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp310-cp310-musllinux_1_2_i686.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp310-cp310-musllinux_1_2_i686.whl -
Subject digest:
5884a04f4ff56c6120f6ccf703bdeb8b5079d808ba604d4d53aec0d55dc33568 - Sigstore transparency entry: 854878527
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp310-cp310-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: multidict-6.7.1-cp310-cp310-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 233.5 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
067343c68cd6612d375710f895337b3a98a033c94f14b9a99eff902f205424e2
|
|
| MD5 |
455c335ed9dfdcaff7f08aef2e4cfc77
|
|
| BLAKE2b-256 |
5fa77ee591302af64e7c196fb63fe856c788993c1372df765102bd0448e7e165
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp310-cp310-musllinux_1_2_armv7l.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp310-cp310-musllinux_1_2_armv7l.whl -
Subject digest:
067343c68cd6612d375710f895337b3a98a033c94f14b9a99eff902f205424e2 - Sigstore transparency entry: 854878307
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: multidict-6.7.1-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 239.0 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd96c01a9dcd4889dcfcf9eb5544ca0c77603f239e3ffab0524ec17aea9a93ee
|
|
| MD5 |
adcebb7338fdf935a82763f2b5b5938f
|
|
| BLAKE2b-256 |
036511492d6a0e259783720f3bc1d9ea55579a76f1407e31ed44045c99542004
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp310-cp310-musllinux_1_2_aarch64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp310-cp310-musllinux_1_2_aarch64.whl -
Subject digest:
dd96c01a9dcd4889dcfcf9eb5544ca0c77603f239e3ffab0524ec17aea9a93ee - Sigstore transparency entry: 854878411
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: multidict-6.7.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 243.3 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b0d9b91d1aa44db9c1f1ecd0d9d2ae610b2f4f856448664e01a3b35899f3f92
|
|
| MD5 |
cf5cc7c656291ceb551a1b9b3d7054e4
|
|
| BLAKE2b-256 |
4bacb605473de2bb404e742f2cc3583d12aedb2352a70e49ae8fce455b50c5aa
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
9b0d9b91d1aa44db9c1f1ecd0d9d2ae610b2f4f856448664e01a3b35899f3f92 - Sigstore transparency entry: 854878351
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.
File metadata
- Download URL: multidict-6.7.1-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
- Upload date:
- Size: 251.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x, manylinux: glibc 2.28+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7dfb78d966b2c906ae1d28ccf6e6712a3cd04407ee5088cd276fe8cb42186190
|
|
| MD5 |
78c9a5794c3b6a2be6584a9c8abcf275
|
|
| BLAKE2b-256 |
4a7b64a87cf98e12f756fc8bd444b001232ffff2be37288f018ad0d3f0aae931
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl -
Subject digest:
7dfb78d966b2c906ae1d28ccf6e6712a3cd04407ee5088cd276fe8cb42186190 - Sigstore transparency entry: 854878464
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.
File metadata
- Download URL: multidict-6.7.1-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
- Upload date:
- Size: 254.0 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le, manylinux: glibc 2.28+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5f0c21549ab432b57dcc82130f388d84ad8179824cc3f223d5e7cfbfd4143f6
|
|
| MD5 |
0f69b78372937bbd1870e9a034190044
|
|
| BLAKE2b-256 |
f579a25add6fb38035b5337bc5734f296d9afc99163403bbcf56d4170f97eb62
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl -
Subject digest:
c5f0c21549ab432b57dcc82130f388d84ad8179824cc3f223d5e7cfbfd4143f6 - Sigstore transparency entry: 854878521
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.
File metadata
- Download URL: multidict-6.7.1-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
- Upload date:
- Size: 222.3 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l, manylinux: glibc 2.31+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9fc4caa29e2e6ae408d1c450ac8bf19892c5fca83ee634ecd88a53332c59981
|
|
| MD5 |
9fc0b0816223bad4a56c254a1fe75cc5
|
|
| BLAKE2b-256 |
47ab7c36164cce64a6ad19c6d9a85377b7178ecf3b89f8fd589c73381a5eedfd
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl -
Subject digest:
a9fc4caa29e2e6ae408d1c450ac8bf19892c5fca83ee634ecd88a53332c59981 - Sigstore transparency entry: 854878594
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: multidict-6.7.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 242.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4f49cb5661344764e4c7c7973e92a47a59b8fc19b6523649ec9dc4960e58a03
|
|
| MD5 |
de507266228a9a32a1bb3b2f97afe210
|
|
| BLAKE2b-256 |
ddf48719f4f167586af317b69dd3e90f913416c91ca610cac79a45c53f590312
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
d4f49cb5661344764e4c7c7973e92a47a59b8fc19b6523649ec9dc4960e58a03 - Sigstore transparency entry: 854878424
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.
File metadata
- Download URL: multidict-6.7.1-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
- Upload date:
- Size: 242.6 kB
- Tags: CPython 3.10, manylinux: glibc 2.28+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17207077e29342fdc2c9a82e4b306f1127bf1ea91f8b71e02d4798a70bb99991
|
|
| MD5 |
08cc0eed709d7d3d8253b49e4e1463b1
|
|
| BLAKE2b-256 |
b77f0e3b1390ae772f27501199996b94b52ceeb64fe6f9120a32c6c3f6b781be
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl -
Subject digest:
17207077e29342fdc2c9a82e4b306f1127bf1ea91f8b71e02d4798a70bb99991 - Sigstore transparency entry: 854878427
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: multidict-6.7.1-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 44.6 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cdea2e7b2456cfb6694fb113066fd0ec7ea4d67e3a35e1f4cbeea0b448bf5872
|
|
| MD5 |
eeae730cd837984993da0c67c8700cd6
|
|
| BLAKE2b-256 |
315c08c7f7fe311f32e83f7621cd3f99d805f45519cd06fafb247628b861da7d
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
cdea2e7b2456cfb6694fb113066fd0ec7ea4d67e3a35e1f4cbeea0b448bf5872 - Sigstore transparency entry: 854878503
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp310-cp310-macosx_10_9_x86_64.whl.
File metadata
- Download URL: multidict-6.7.1-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 45.0 kB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
974e72a2474600827abaeda71af0c53d9ebbc3c2eb7da37b37d7829ae31232d8
|
|
| MD5 |
c4d8a516f2b6f2b457160568648d3063
|
|
| BLAKE2b-256 |
ef049de3f8077852e3d438215c81e9b691244532d2e05b4270e89ce67b7d103c
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp310-cp310-macosx_10_9_x86_64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp310-cp310-macosx_10_9_x86_64.whl -
Subject digest:
974e72a2474600827abaeda71af0c53d9ebbc3c2eb7da37b37d7829ae31232d8 - Sigstore transparency entry: 854878543
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp310-cp310-macosx_10_9_universal2.whl.
File metadata
- Download URL: multidict-6.7.1-cp310-cp310-macosx_10_9_universal2.whl
- Upload date:
- Size: 77.2 kB
- Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c93c3db7ea657dd4637d57e74ab73de31bccefe144d3d4ce370052035bc85fb5
|
|
| MD5 |
f466a63c3b4551892c47d99f63b7f19b
|
|
| BLAKE2b-256 |
840b19348d4c98980c4851d2f943f8ebafdece2ae7ef737adcfa5994ce8e5f10
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp310-cp310-macosx_10_9_universal2.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp310-cp310-macosx_10_9_universal2.whl -
Subject digest:
c93c3db7ea657dd4637d57e74ab73de31bccefe144d3d4ce370052035bc85fb5 - Sigstore transparency entry: 854878581
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp39-cp39-win_arm64.whl.
File metadata
- Download URL: multidict-6.7.1-cp39-cp39-win_arm64.whl
- Upload date:
- Size: 43.2 kB
- Tags: CPython 3.9, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
749aa54f578f2e5f439538706a475aa844bfa8ef75854b1401e6e528e4937cf9
|
|
| MD5 |
1859b990e38b456240f07233c24b945e
|
|
| BLAKE2b-256 |
93d3dd4fa951ad5b5fa216bf30054d705683d13405eea7459833d78f31b74c9c
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp39-cp39-win_arm64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp39-cp39-win_arm64.whl -
Subject digest:
749aa54f578f2e5f439538706a475aa844bfa8ef75854b1401e6e528e4937cf9 - Sigstore transparency entry: 854878406
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: multidict-6.7.1-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 46.2 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f537b55778cd3cbee430abe3131255d3a78202e0f9ea7ffc6ada893a4bcaeea4
|
|
| MD5 |
602cd1b835480207d25423ee80dc1dda
|
|
| BLAKE2b-256 |
e3b3e8863e6a2da15a9d7e98976ff402e871b7352c76566df6c18d0378e0d9cf
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp39-cp39-win_amd64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp39-cp39-win_amd64.whl -
Subject digest:
f537b55778cd3cbee430abe3131255d3a78202e0f9ea7ffc6ada893a4bcaeea4 - Sigstore transparency entry: 854878515
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp39-cp39-win32.whl.
File metadata
- Download URL: multidict-6.7.1-cp39-cp39-win32.whl
- Upload date:
- Size: 41.4 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f77ce314a29263e67adadc7e7c1bc699fcb3a305059ab973d038f87caa42ed0
|
|
| MD5 |
90b363672e730b04a4f020e98e0c424d
|
|
| BLAKE2b-256 |
bbaa77d87e3fca31325b87e0eb72d5fe9a7472dcb51391a42df7ac1f3842f6c0
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp39-cp39-win32.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp39-cp39-win32.whl -
Subject digest:
6f77ce314a29263e67adadc7e7c1bc699fcb3a305059ab973d038f87caa42ed0 - Sigstore transparency entry: 854878364
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: multidict-6.7.1-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 236.4 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1fa6609d0364f4f6f58351b4659a1f3e0e898ba2a8c5cac04cb2c7bc556b0bc5
|
|
| MD5 |
160d399c5fc3b144de92ef0e718f2c0f
|
|
| BLAKE2b-256 |
2cc91a2a18f383cf129add66b6c36b75c3911a7ba95cf26cb141482de085cc12
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp39-cp39-musllinux_1_2_x86_64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp39-cp39-musllinux_1_2_x86_64.whl -
Subject digest:
1fa6609d0364f4f6f58351b4659a1f3e0e898ba2a8c5cac04cb2c7bc556b0bc5 - Sigstore transparency entry: 854878410
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp39-cp39-musllinux_1_2_s390x.whl.
File metadata
- Download URL: multidict-6.7.1-cp39-cp39-musllinux_1_2_s390x.whl
- Upload date:
- Size: 241.7 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac1c665bad8b5d762f5f85ebe4d94130c26965f11de70c708c75671297c776de
|
|
| MD5 |
9ee38f6adf6a71b3c73819516cd3ea14
|
|
| BLAKE2b-256 |
50f8f1d0ac23df15e0470776388bdb261506f63af1f81d28bacb5e262d6e12b6
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp39-cp39-musllinux_1_2_s390x.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp39-cp39-musllinux_1_2_s390x.whl -
Subject digest:
ac1c665bad8b5d762f5f85ebe4d94130c26965f11de70c708c75671297c776de - Sigstore transparency entry: 854878430
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp39-cp39-musllinux_1_2_ppc64le.whl.
File metadata
- Download URL: multidict-6.7.1-cp39-cp39-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 248.0 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb351f72c26dc9abe338ca7294661aa22969ad8ffe7ef7d5541d19f368dc854a
|
|
| MD5 |
594c1a42f950729e57957705bf5850c2
|
|
| BLAKE2b-256 |
1a45413643ae2952d0decdf6c1250f86d08a43e143271441e81027e38d598bd7
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp39-cp39-musllinux_1_2_ppc64le.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp39-cp39-musllinux_1_2_ppc64le.whl -
Subject digest:
eb351f72c26dc9abe338ca7294661aa22969ad8ffe7ef7d5541d19f368dc854a - Sigstore transparency entry: 854878316
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp39-cp39-musllinux_1_2_i686.whl.
File metadata
- Download URL: multidict-6.7.1-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 241.5 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08ccb2a6dc72009093ebe7f3f073e5ec5964cba9a706fa94b1a1484039b87941
|
|
| MD5 |
043ec30564b61e29f270ed80e96151ec
|
|
| BLAKE2b-256 |
9c1f48d3c27a72be7fd23a55d8847193c459959bf35a5bb5844530dab00b739b
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp39-cp39-musllinux_1_2_i686.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp39-cp39-musllinux_1_2_i686.whl -
Subject digest:
08ccb2a6dc72009093ebe7f3f073e5ec5964cba9a706fa94b1a1484039b87941 - Sigstore transparency entry: 854878291
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp39-cp39-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: multidict-6.7.1-cp39-cp39-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 232.0 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98c5787b0a0d9a41d9311eae44c3b76e6753def8d8870ab501320efe75a6a5f8
|
|
| MD5 |
2b0f1c0bb49d5ca413bfa30c529b1def
|
|
| BLAKE2b-256 |
b0243152ee026eda86d5d3e3685182911e6951af7a016579da931080ce6ac9ad
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp39-cp39-musllinux_1_2_armv7l.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp39-cp39-musllinux_1_2_armv7l.whl -
Subject digest:
98c5787b0a0d9a41d9311eae44c3b76e6753def8d8870ab501320efe75a6a5f8 - Sigstore transparency entry: 854878530
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp39-cp39-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: multidict-6.7.1-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 237.0 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3943debf0fbb57bdde5901695c11094a9a36723e5c03875f87718ee15ca2f4d2
|
|
| MD5 |
4338f6d0beb4554097deb01e51f3785a
|
|
| BLAKE2b-256 |
893716d391fd8da544b1489306e38a46785fa41dd0f0ef766837ed7d4676dde0
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp39-cp39-musllinux_1_2_aarch64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp39-cp39-musllinux_1_2_aarch64.whl -
Subject digest:
3943debf0fbb57bdde5901695c11094a9a36723e5c03875f87718ee15ca2f4d2 - Sigstore transparency entry: 854878428
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: multidict-6.7.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 240.3 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6b3228e1d80af737b72925ce5fb4daf5a335e49cd7ab77ed7b9fdfbf58c526e
|
|
| MD5 |
e8d3045ca8cfebe58e316c48b42cc8ca
|
|
| BLAKE2b-256 |
c2b250a383c96230e432895a2fd3bcfe1b65785899598259d871d5de6b93180c
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
c6b3228e1d80af737b72925ce5fb4daf5a335e49cd7ab77ed7b9fdfbf58c526e - Sigstore transparency entry: 854878412
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.
File metadata
- Download URL: multidict-6.7.1-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
- Upload date:
- Size: 249.4 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x, manylinux: glibc 2.28+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb08271280173720e9fea9ede98e5231defcbad90f1624bea26f32ec8a956e2f
|
|
| MD5 |
d892fee319d431225566af20efdf3ae3
|
|
| BLAKE2b-256 |
f4deba6b30447c36a37078d0ba604aa12c1a52887af0c355236ca6e0a9d5286f
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl -
Subject digest:
bb08271280173720e9fea9ede98e5231defcbad90f1624bea26f32ec8a956e2f - Sigstore transparency entry: 854878340
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.
File metadata
- Download URL: multidict-6.7.1-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
- Upload date:
- Size: 252.1 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le, manylinux: glibc 2.28+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e697826df7eb63418ee190fd06ce9f1803593bb4b9517d08c60d9b9a7f69d8f
|
|
| MD5 |
985cc0c06bea16b92e14f3778218538c
|
|
| BLAKE2b-256 |
c7bd896e60b3457f194de77c7de64f9acce9f75da0518a5230ce1df534f6747b
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl -
Subject digest:
0e697826df7eb63418ee190fd06ce9f1803593bb4b9517d08c60d9b9a7f69d8f - Sigstore transparency entry: 854878311
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.
File metadata
- Download URL: multidict-6.7.1-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
- Upload date:
- Size: 219.4 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l, manylinux: glibc 2.31+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
026d264228bcd637d4e060844e39cdc60f86c479e463d49075dedc21b18fbbe0
|
|
| MD5 |
0d79410239fd2c5c914ac8522729c5ce
|
|
| BLAKE2b-256 |
849fd80118e6c30ff55b7d171bdc5520aad4b9626e657520b8d7c8ca8c2fad12
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl -
Subject digest:
026d264228bcd637d4e060844e39cdc60f86c479e463d49075dedc21b18fbbe0 - Sigstore transparency entry: 854878506
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: multidict-6.7.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 240.1 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
121a34e5bfa410cdf2c8c49716de160de3b1dbcd86b49656f5681e4543bcd1a8
|
|
| MD5 |
66165660ec92ecd2aad3407b3330277a
|
|
| BLAKE2b-256 |
427da52f5d4d0754311d1ac78478e34dff88de71259a8585e05ee14e5f877caf
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
121a34e5bfa410cdf2c8c49716de160de3b1dbcd86b49656f5681e4543bcd1a8 - Sigstore transparency entry: 854878579
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.
File metadata
- Download URL: multidict-6.7.1-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
- Upload date:
- Size: 240.6 kB
- Tags: CPython 3.9, manylinux: glibc 2.28+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6704fa2b7453b2fb121740555fa1ee20cd98c4d011120caf4d2b8d4e7c76eec0
|
|
| MD5 |
23ba417b0ddf28811747b02a749c0146
|
|
| BLAKE2b-256 |
879d3b186201671583d8e8d6d79c07481a5aafd0ba7575e3d8566baec80c1e82
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl -
Subject digest:
6704fa2b7453b2fb121740555fa1ee20cd98c4d011120caf4d2b8d4e7c76eec0 - Sigstore transparency entry: 854878352
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: multidict-6.7.1-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 44.6 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa23b001d968faef416ff70dc0f1ab045517b9b42a90edd3e9bcdb06479e31d5
|
|
| MD5 |
23433773c909e70af2c6f5906ea701a7
|
|
| BLAKE2b-256 |
839c1d2a283d9c6f31e260cb6c2fccadc3edcf6c4c14ee0929cd2af4d2606dd7
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp39-cp39-macosx_11_0_arm64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp39-cp39-macosx_11_0_arm64.whl -
Subject digest:
aa23b001d968faef416ff70dc0f1ab045517b9b42a90edd3e9bcdb06479e31d5 - Sigstore transparency entry: 854878297
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp39-cp39-macosx_10_9_x86_64.whl.
File metadata
- Download URL: multidict-6.7.1-cp39-cp39-macosx_10_9_x86_64.whl
- Upload date:
- Size: 44.9 kB
- Tags: CPython 3.9, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c524c6fb8fc342793708ab111c4dbc90ff9abd568de220432500e47e990c0358
|
|
| MD5 |
3c7039c29191a12ed63c64f9b8215e4c
|
|
| BLAKE2b-256 |
f09ace8744e777a74b3050b1bf56be3eed1053b3457302ea055f1ea437200a23
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp39-cp39-macosx_10_9_x86_64.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp39-cp39-macosx_10_9_x86_64.whl -
Subject digest:
c524c6fb8fc342793708ab111c4dbc90ff9abd568de220432500e47e990c0358 - Sigstore transparency entry: 854878525
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
File details
Details for the file multidict-6.7.1-cp39-cp39-macosx_10_9_universal2.whl.
File metadata
- Download URL: multidict-6.7.1-cp39-cp39-macosx_10_9_universal2.whl
- Upload date:
- Size: 77.1 kB
- Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65573858d27cdeaca41893185677dc82395159aa28875a8867af66532d413a8f
|
|
| MD5 |
0a10dd3906ab557563c993a0c38b1961
|
|
| BLAKE2b-256 |
9eee74525ebe3eb5fddcd6735fc03cbea3feeed4122b53bc798ac32d297ac9ae
|
Provenance
The following attestation bundles were made for multidict-6.7.1-cp39-cp39-macosx_10_9_universal2.whl:
Publisher:
ci-cd.yml on aio-libs/multidict
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
multidict-6.7.1-cp39-cp39-macosx_10_9_universal2.whl -
Subject digest:
65573858d27cdeaca41893185677dc82395159aa28875a8867af66532d413a8f - Sigstore transparency entry: 854878399
- Sigstore integration time:
-
Permalink:
aio-libs/multidict@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Branch / Tag:
refs/tags/v6.7.1 - Owner: https://github.com/aio-libs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci-cd.yml@39d3c322f6a9e824beee9b6f178e3166205f0f59 -
Trigger Event:
push
-
Statement type:
