multidict 6.2.0
pip install multidict
Released:
multidict implementation
Navigation
Verified details
These details have been verified by PyPIProject links
Owner
GitHub Statistics
Maintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache 2)
- Author: Andrew Svetlov
- Requires: Python >=3.9
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
Project description
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
$ pip install multidict
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=1 pip install multidict
Please note, the pure Python (uncompiled) version is about 20-50 times slower depending on the usage scenario!!!
Changelog
See RTD page.
Project details
Verified details
These details have been verified by PyPIProject links
Owner
GitHub Statistics
Maintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache 2)
- Author: Andrew Svetlov
- Requires: Python >=3.9
Classifiers
- Development Status
- Intended Audience
- License
- 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
Uploaded
CPython 3.13t
Windows x86-64
Uploaded
CPython 3.13t
musllinux: musl 1.2+ x86-64
Uploaded
CPython 3.13t
musllinux: musl 1.2+ s390x
Uploaded
CPython 3.13t
musllinux: musl 1.2+ ppc64le
Uploaded
CPython 3.13t
musllinux: musl 1.2+ i686
Uploaded
CPython 3.13t
musllinux: musl 1.2+ ARM64
Uploaded
CPython 3.13t
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.13t
manylinux: glibc 2.17+ s390x
Uploaded
CPython 3.13t
manylinux: glibc 2.17+ ppc64le
Uploaded
CPython 3.13t
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.13t
manylinux: glibc 2.17+ i686
manylinux: glibc 2.5+ i686
Uploaded
CPython 3.13t
macOS 11.0+ ARM64
Uploaded
CPython 3.13t
macOS 10.13+ x86-64
Uploaded
CPython 3.13t
macOS 10.13+ universal2 (ARM64, x86-64)
Uploaded
CPython 3.13
Windows x86-64
Uploaded
CPython 3.13
musllinux: musl 1.2+ x86-64
Uploaded
CPython 3.13
musllinux: musl 1.2+ s390x
Uploaded
CPython 3.13
musllinux: musl 1.2+ ppc64le
Uploaded
CPython 3.13
musllinux: musl 1.2+ i686
Uploaded
CPython 3.13
musllinux: musl 1.2+ ARM64
Uploaded
CPython 3.13
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.13
manylinux: glibc 2.17+ s390x
Uploaded
CPython 3.13
manylinux: glibc 2.17+ ppc64le
Uploaded
CPython 3.13
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.13
manylinux: glibc 2.17+ i686
manylinux: glibc 2.5+ i686
Uploaded
CPython 3.13
macOS 11.0+ ARM64
Uploaded
CPython 3.13
macOS 10.13+ x86-64
Uploaded
CPython 3.13
macOS 10.13+ universal2 (ARM64, x86-64)
Uploaded
CPython 3.12
Windows x86-64
Uploaded
CPython 3.12
musllinux: musl 1.2+ x86-64
Uploaded
CPython 3.12
musllinux: musl 1.2+ s390x
Uploaded
CPython 3.12
musllinux: musl 1.2+ ppc64le
Uploaded
CPython 3.12
musllinux: musl 1.2+ i686
Uploaded
CPython 3.12
musllinux: musl 1.2+ ARM64
Uploaded
CPython 3.12
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.12
manylinux: glibc 2.17+ s390x
Uploaded
CPython 3.12
manylinux: glibc 2.17+ ppc64le
Uploaded
CPython 3.12
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.12
manylinux: glibc 2.17+ i686
manylinux: glibc 2.5+ i686
Uploaded
CPython 3.12
macOS 11.0+ ARM64
Uploaded
CPython 3.12
macOS 10.13+ x86-64
Uploaded
CPython 3.12
macOS 10.13+ universal2 (ARM64, x86-64)
Uploaded
CPython 3.11
Windows x86-64
Uploaded
CPython 3.11
musllinux: musl 1.2+ x86-64
Uploaded
CPython 3.11
musllinux: musl 1.2+ s390x
Uploaded
CPython 3.11
musllinux: musl 1.2+ ppc64le
Uploaded
CPython 3.11
musllinux: musl 1.2+ i686
Uploaded
CPython 3.11
musllinux: musl 1.2+ ARM64
Uploaded
CPython 3.11
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.11
manylinux: glibc 2.17+ s390x
Uploaded
CPython 3.11
manylinux: glibc 2.17+ ppc64le
Uploaded
CPython 3.11
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.11
manylinux: glibc 2.17+ i686
manylinux: glibc 2.5+ i686
Uploaded
CPython 3.11
macOS 11.0+ ARM64
Uploaded
CPython 3.11
macOS 10.9+ x86-64
Uploaded
CPython 3.11
macOS 10.9+ universal2 (ARM64, x86-64)
Uploaded
CPython 3.10
Windows x86-64
Uploaded
CPython 3.10
musllinux: musl 1.2+ x86-64
Uploaded
CPython 3.10
musllinux: musl 1.2+ s390x
Uploaded
CPython 3.10
musllinux: musl 1.2+ ppc64le
Uploaded
CPython 3.10
musllinux: musl 1.2+ i686
Uploaded
CPython 3.10
musllinux: musl 1.2+ ARM64
Uploaded
CPython 3.10
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.10
manylinux: glibc 2.17+ s390x
Uploaded
CPython 3.10
manylinux: glibc 2.17+ ppc64le
Uploaded
CPython 3.10
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.10
manylinux: glibc 2.17+ i686
manylinux: glibc 2.5+ i686
Uploaded
CPython 3.10
macOS 11.0+ ARM64
Uploaded
CPython 3.10
macOS 10.9+ x86-64
Uploaded
CPython 3.10
macOS 10.9+ universal2 (ARM64, x86-64)
Uploaded
CPython 3.9
musllinux: musl 1.2+ x86-64
Uploaded
CPython 3.9
musllinux: musl 1.2+ s390x
Uploaded
CPython 3.9
musllinux: musl 1.2+ ppc64le
Uploaded
CPython 3.9
musllinux: musl 1.2+ i686
Uploaded
CPython 3.9
musllinux: musl 1.2+ ARM64
Uploaded
CPython 3.9
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.9
manylinux: glibc 2.17+ s390x
Uploaded
CPython 3.9
manylinux: glibc 2.17+ ppc64le
Uploaded
CPython 3.9
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.9
manylinux: glibc 2.17+ i686
manylinux: glibc 2.5+ i686
Uploaded
CPython 3.9
macOS 11.0+ ARM64
Uploaded
CPython 3.9
macOS 10.9+ x86-64
Uploaded
CPython 3.9
macOS 10.9+ universal2 (ARM64, x86-64)
File details
Details for the file multidict-6.2.0.tar.gz
.
File metadata
- Download URL: multidict-6.2.0.tar.gz
- Upload date:
- Size: 71.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0085b0afb2446e57050140240a8595846ed64d1cbd26cef936bfab3192c673b8 |
|
MD5 | bc420eca3e8462bda1c36bbf4937fa9e |
|
BLAKE2b-256 | 824a7874ca44a1c9b23796c767dd94159f6c17e31c0e7d090552a1c623247d82 |
Provenance
The following attestation bundles were made for multidict-6.2.0.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.2.0.tar.gz
- Subject digest:
0085b0afb2446e57050140240a8595846ed64d1cbd26cef936bfab3192c673b8
- Sigstore transparency entry: 183559928
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-py3-none-any.whl
.
File metadata
- Download URL: multidict-6.2.0-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d26547423e5e71dcc562c4acdc134b900640a39abd9066d7326a7cc2324c530 |
|
MD5 | ec94e870e0c14affde5504a73ac6f6ff |
|
BLAKE2b-256 | 9cfdb247aec6add5601956d440488b7f23151d8343747e82c038af37b28d6098 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-py3-none-any.whl
- Subject digest:
5d26547423e5e71dcc562c4acdc134b900640a39abd9066d7326a7cc2324c530
- Sigstore transparency entry: 183560081
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313t-win_amd64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313t-win_amd64.whl
- Upload date:
- Size: 32.0 kB
- Tags: CPython 3.13t, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca23db5fb195b5ef4fd1f77ce26cadefdf13dba71dab14dadd29b34d457d7c44 |
|
MD5 | b215df85f9f7a377ccb5555079ae83e0 |
|
BLAKE2b-256 | dca9bebb5485b94d7c09831638a4df9a1a924c32431a750723f0bf39cd16a787 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp313-cp313t-win_amd64.whl
- Subject digest:
ca23db5fb195b5ef4fd1f77ce26cadefdf13dba71dab14dadd29b34d457d7c44
- Sigstore transparency entry: 183560090
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313t-win32.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313t-win32.whl
- Upload date:
- Size: 28.9 kB
- Tags: CPython 3.13t, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e653d36b1bf48fa78c7fcebb5fa679342e025121ace8c87ab05c1cefd33b34fc |
|
MD5 | d77db22f6ada24c392c38f733884fb2d |
|
BLAKE2b-256 | 3a8ec07a648a9d592fa9f3a19d1c7e1c7738ba95aff90db967a5a09cff1e1f37 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp313-cp313t-win32.whl
- Subject digest:
e653d36b1bf48fa78c7fcebb5fa679342e025121ace8c87ab05c1cefd33b34fc
- Sigstore transparency entry: 183560058
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 145.8 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5a36953389f35f0a4e88dc796048829a2f467c9197265504593f0e420571547 |
|
MD5 | cc5807e0e4b78dfdc06203cf8ced1060 |
|
BLAKE2b-256 | dfb2ec1e27e8e3da12fcc9053e1eae2f6b50faa8708064d83ea25aa7fb77ffd2 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl
- Subject digest:
d5a36953389f35f0a4e88dc796048829a2f467c9197265504593f0e420571547
- Sigstore transparency entry: 183559939
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313t-musllinux_1_2_s390x.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313t-musllinux_1_2_s390x.whl
- Upload date:
- Size: 149.4 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7716f7e7138252d88607228ce40be22660d6608d20fd365d596e7ca0738e019 |
|
MD5 | 72ed522d1b352c7c9ff1561bd3bf13e5 |
|
BLAKE2b-256 | 24e33dde5b193f86d30ad6400bd50e116b0df1da3f0c7d419661e3bd79e5ad86 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp313-cp313t-musllinux_1_2_s390x.whl
- Subject digest:
f7716f7e7138252d88607228ce40be22660d6608d20fd365d596e7ca0738e019
- Sigstore transparency entry: 183560115
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313t-musllinux_1_2_ppc64le.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313t-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 154.1 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | abf5b17bc0cf626a8a497d89ac691308dbd825d2ac372aa990b1ca114e470151 |
|
MD5 | 38d02321bda5f50a3d0f354010e927fe |
|
BLAKE2b-256 | 9e894f6b43386e7b79a4aad560d751981a0a282a1943c312ac72f940d7cf8f9f |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp313-cp313t-musllinux_1_2_ppc64le.whl
- Subject digest:
abf5b17bc0cf626a8a497d89ac691308dbd825d2ac372aa990b1ca114e470151
- Sigstore transparency entry: 183560147
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313t-musllinux_1_2_i686.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313t-musllinux_1_2_i686.whl
- Upload date:
- Size: 142.1 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d57a01a2a9fa00234aace434d8c131f0ac6e0ac6ef131eda5962d7e79edfb5b |
|
MD5 | 0101f01c3733bebaf07cf7867e2b0f77 |
|
BLAKE2b-256 | f30438ccf25d4bf8beef76a22bad7d9833fd088b4594c9765fe6fede39aa6c89 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp313-cp313t-musllinux_1_2_i686.whl
- Subject digest:
0d57a01a2a9fa00234aace434d8c131f0ac6e0ac6ef131eda5962d7e79edfb5b
- Sigstore transparency entry: 183559991
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 150.9 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2c00ad31fbc2cbac85d7d0fcf90853b2ca2e69d825a2d3f3edb842ef1544a2c |
|
MD5 | e16803b944cca1fd58f119ef3ce3745f |
|
BLAKE2b-256 | 7d16dbedae0e94c7edc48fddef0c39483f2313205d9bc566fd7f11777b168616 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl
- Subject digest:
b2c00ad31fbc2cbac85d7d0fcf90853b2ca2e69d825a2d3f3edb842ef1544a2c
- Sigstore transparency entry: 183560087
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 143.2 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b99aac6bb2c37db336fa03a39b40ed4ef2818bf2dfb9441458165ebe88b793af |
|
MD5 | c663ce16e7a0626c4e67ac6edbcc52fa |
|
BLAKE2b-256 | a32255204eec45c4280fa431c11494ad64d6da0dc89af76282fc6467432360a0 |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_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.2.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
b99aac6bb2c37db336fa03a39b40ed4ef2818bf2dfb9441458165ebe88b793af
- Sigstore transparency entry: 183560011
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 148.4 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48d39b1824b8d6ea7de878ef6226efbe0773f9c64333e1125e0efcfdd18a24c7 |
|
MD5 | 210444bad8c48786210ffe1925a10c0e |
|
BLAKE2b-256 | 495d63b17f3c1a2861587d26705923a94eb6b2600e5222d6b0d513bce5a78720 |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_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.2.0-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.whl
- Subject digest:
48d39b1824b8d6ea7de878ef6226efbe0773f9c64333e1125e0efcfdd18a24c7
- Sigstore transparency entry: 183560025
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 152.0 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f249badb360b0b4d694307ad40f811f83df4da8cef7b68e429e4eea939e49dd |
|
MD5 | 794d7af5df49675711e6a9652c9ef592 |
|
BLAKE2b-256 | d72279ebb2e4f70857c94999ce195db76886ae287b1b6102da73df24dcad4903 |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_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.2.0-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
- Subject digest:
0f249badb360b0b4d694307ad40f811f83df4da8cef7b68e429e4eea939e49dd
- Sigstore transparency entry: 183559949
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 148.7 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c537da54ce4ff7c15e78ab1292e5799d0d43a2108e006578a57f531866f64025 |
|
MD5 | f825e658793ff9105254e0f983d08be3 |
|
BLAKE2b-256 | d66b9487169e549a23c8958edbb332afaf1ab55d61f0c03cb758ee07ff8f74fb |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_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.2.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
c537da54ce4ff7c15e78ab1292e5799d0d43a2108e006578a57f531866f64025
- Sigstore transparency entry: 183560006
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 136.8 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07bfa8bc649783e703263f783f73e27fef8cd37baaad4389816cf6a133141331 |
|
MD5 | 5a95485c8c1a9312ec9cacb138c6463c |
|
BLAKE2b-256 | 97e6202b2cf5af161228767acab8bc49e73a91f4a7de088c9c71f3c02950a030 |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_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.2.0-cp313-cp313t-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
- Subject digest:
07bfa8bc649783e703263f783f73e27fef8cd37baaad4389816cf6a133141331
- Sigstore transparency entry: 183560075
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313t-macosx_11_0_arm64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313t-macosx_11_0_arm64.whl
- Upload date:
- Size: 30.8 kB
- Tags: CPython 3.13t, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1996ee1330e245cd3aeda0887b4409e3930524c27642b046e4fae88ffa66c5e |
|
MD5 | 90503c0620ef40a27c5dafed9bbb377a |
|
BLAKE2b-256 | e5f11fb27514f4d73cea165429dcb7d90cdc4a45445865832caa0c50dd545420 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp313-cp313t-macosx_11_0_arm64.whl
- Subject digest:
d1996ee1330e245cd3aeda0887b4409e3930524c27642b046e4fae88ffa66c5e
- Sigstore transparency entry: 183559999
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313t-macosx_10_13_x86_64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313t-macosx_10_13_x86_64.whl
- Upload date:
- Size: 30.5 kB
- Tags: CPython 3.13t, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13551d0e2d7201f0959725a6a769b6f7b9019a168ed96006479c9ac33fe4096b |
|
MD5 | 748238b1127cc054503490c02d2cade1 |
|
BLAKE2b-256 | 4c1fc7db5aac8fea129fa4c5a119e3d279da48d769138ae9624d1234aa01a06f |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp313-cp313t-macosx_10_13_x86_64.whl
- Subject digest:
13551d0e2d7201f0959725a6a769b6f7b9019a168ed96006479c9ac33fe4096b
- Sigstore transparency entry: 183559980
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313t-macosx_10_13_universal2.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313t-macosx_10_13_universal2.whl
- Upload date:
- Size: 50.8 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.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2529ddbdaa424b2c6c2eb668ea684dd6b75b839d0ad4b21aad60c168269478d7 |
|
MD5 | 7e119e295fec4754fe49d15e1cdc1f52 |
|
BLAKE2b-256 | f505d686cd2a12d648ecd434675ee8daa2901a80f477817e89ab3b160de5b398 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp313-cp313t-macosx_10_13_universal2.whl
- Subject digest:
2529ddbdaa424b2c6c2eb668ea684dd6b75b839d0ad4b21aad60c168269478d7
- Sigstore transparency entry: 183559988
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313-win_amd64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 28.9 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e87f1926e91855ae61769ba3e3f7315120788c099677e0842e697b0bfb659f2 |
|
MD5 | f5ad18c2b8cad2e41b759a63db3847d9 |
|
BLAKE2b-256 | 893696b071d1dad6ac44fe517e4250329e753787bb7a63967ef44bb9b3a659f6 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp313-cp313-win_amd64.whl
- Subject digest:
2e87f1926e91855ae61769ba3e3f7315120788c099677e0842e697b0bfb659f2
- Sigstore transparency entry: 183560043
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313-win32.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313-win32.whl
- Upload date:
- Size: 26.7 kB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3157126b028c074951839233647bd0e30df77ef1fedd801b48bdcad242a60f4e |
|
MD5 | bbc5005b8399bf0da22131ec0b70f7b8 |
|
BLAKE2b-256 | 375c7905acd0ca411c97bcae62ab167d9922f0c5a1d316b6d3af875d4bda3551 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp313-cp313-win32.whl
- Subject digest:
3157126b028c074951839233647bd0e30df77ef1fedd801b48bdcad242a60f4e
- Sigstore transparency entry: 183559955
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 134.6 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e658d1373c424457ddf6d55ec1db93c280b8579276bebd1f72f113072df8a5d |
|
MD5 | ad507975dd47403f8c1a0eb4960ec5f7 |
|
BLAKE2b-256 | a20eef7b39b161ffd40f9e25dd62e59644b2ccaa814c64e9573f9bc721578419 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
- Subject digest:
9e658d1373c424457ddf6d55ec1db93c280b8579276bebd1f72f113072df8a5d
- Sigstore transparency entry: 183560073
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313-musllinux_1_2_s390x.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313-musllinux_1_2_s390x.whl
- Upload date:
- Size: 136.4 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98aa8325c7f47183b45588af9c434533196e241be0a4e4ae2190b06d17675c02 |
|
MD5 | 62e1c70c365e3f6fa6a060ef3e5a1949 |
|
BLAKE2b-256 | b6f4c1b3b087b9379b9e56229bcf6570b9a963975c205a5811ac717284890598 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp313-cp313-musllinux_1_2_s390x.whl
- Subject digest:
98aa8325c7f47183b45588af9c434533196e241be0a4e4ae2190b06d17675c02
- Sigstore transparency entry: 183559947
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313-musllinux_1_2_ppc64le.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 139.8 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4c153863dd6569f6511845922c53e39c8d61f6e81f228ad5443e690fca403de |
|
MD5 | 5c418cdde25148abe1411c7537ddd3ce |
|
BLAKE2b-256 | 8d6e7ae18f764a5282c2d682f1c90c6b2a0f6490327730170139a7a63bf3bb20 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp313-cp313-musllinux_1_2_ppc64le.whl
- Subject digest:
b4c153863dd6569f6511845922c53e39c8d61f6e81f228ad5443e690fca403de
- Sigstore transparency entry: 183560108
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313-musllinux_1_2_i686.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313-musllinux_1_2_i686.whl
- Upload date:
- Size: 129.0 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83b78c680d4b15d33042d330c2fa31813ca3974197bddb3836a5c635a5fd013f |
|
MD5 | 8e0bdec919dd70a969cd01d85371bd55 |
|
BLAKE2b-256 | 8b07387047bb1eac563981d397a7f85c75b306df1fff3c20b90da5a6cf6e487e |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp313-cp313-musllinux_1_2_i686.whl
- Subject digest:
83b78c680d4b15d33042d330c2fa31813ca3974197bddb3836a5c635a5fd013f
- Sigstore transparency entry: 183560077
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 134.6 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ccfd74957ef53fa7380aaa1c961f523d582cd5e85a620880ffabd407f8202c0 |
|
MD5 | c7316c6ccb2ba0be06129751707e9598 |
|
BLAKE2b-256 | 152f7d08ea7c5d9f45786893b4848fad59ec8ea567367d4234691a721e4049a1 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp313-cp313-musllinux_1_2_aarch64.whl
- Subject digest:
4ccfd74957ef53fa7380aaa1c961f523d582cd5e85a620880ffabd407f8202c0
- Sigstore transparency entry: 183560112
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 131.3 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 042028348dc5a1f2be6c666437042a98a5d24cee50380f4c0902215e5ec41844 |
|
MD5 | d231cc53fc824b9cbee5ba47d4010af6 |
|
BLAKE2b-256 | 0593ab2931907e318c0437a4cd156c9cfff317ffb33d99ebbfe2d64200a870f7 |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_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.2.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
042028348dc5a1f2be6c666437042a98a5d24cee50380f4c0902215e5ec41844
- Sigstore transparency entry: 183560004
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 133.6 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e16e7297f29a544f49340012d6fc08cf14de0ab361c9eb7529f6a57a30cbfda1 |
|
MD5 | 19f595f8c85658016f2ab4611b154663 |
|
BLAKE2b-256 | 6df57a5ce64dc9a3fecc7d67d0b5cb9c262c67e0b660639e5742c13af63fd80f |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_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.2.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.whl
- Subject digest:
e16e7297f29a544f49340012d6fc08cf14de0ab361c9eb7529f6a57a30cbfda1
- Sigstore transparency entry: 183560038
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 135.2 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f3c099d3899b14e1ce52262eb82a5f5cb92157bb5106bf627b618c090a0eadc |
|
MD5 | 1cdf422cc8b8a2e7796216afb755c09f |
|
BLAKE2b-256 | c64f67470007cf03b2bb6df8ae6d716a8eeb0a7d19e0c8dba4e53fa338883bca |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_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.2.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
- Subject digest:
1f3c099d3899b14e1ce52262eb82a5f5cb92157bb5106bf627b618c090a0eadc
- Sigstore transparency entry: 183560002
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 130.4 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef7d48207926edbf8b16b336f779c557dd8f5a33035a85db9c4b0febb0706817 |
|
MD5 | 112ce447ffda492d7c7b70ed16948c5f |
|
BLAKE2b-256 | e33b203476b6e915c3f51616d5f87230c556e2f24b168c14818a3d8dae242b1b |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_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.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
ef7d48207926edbf8b16b336f779c557dd8f5a33035a85db9c4b0febb0706817
- Sigstore transparency entry: 183560070
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 120.9 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08549895e6a799bd551cf276f6e59820aa084f0f90665c0f03dd3a50db5d3c48 |
|
MD5 | febd9f9f7949c26c278fbfc8886c1ac6 |
|
BLAKE2b-256 | 54aaab8eda83a6a85f5b4bb0b1c28e62b18129b14519ef2e0d4cfd5f360da73c |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_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.2.0-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
- Subject digest:
08549895e6a799bd551cf276f6e59820aa084f0f90665c0f03dd3a50db5d3c48
- Sigstore transparency entry: 183560015
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313-macosx_11_0_arm64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 29.9 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3c0ff89fe40a152e77b191b83282c9664357dce3004032d42e68c514ceff27e |
|
MD5 | 412a0b017f70f3bb38c333ef150bb4cf |
|
BLAKE2b-256 | 2219d97086fc96f73acf36d4dbe65c2c4175911969df49c4e94ef082be59d94e |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp313-cp313-macosx_11_0_arm64.whl
- Subject digest:
a3c0ff89fe40a152e77b191b83282c9664357dce3004032d42e68c514ceff27e
- Sigstore transparency entry: 183560119
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313-macosx_10_13_x86_64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313-macosx_10_13_x86_64.whl
- Upload date:
- Size: 29.8 kB
- Tags: CPython 3.13, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 256d431fe4583c5f1e0f2e9c4d9c22f3a04ae96009b8cfa096da3a8723db0a16 |
|
MD5 | 0b4fc8c643b81c3efa99ed6a40d0034d |
|
BLAKE2b-256 | d5cac917fbf1be989cd7ea9caa6f87e9c33844ba8d5fbb29cd515d4d2833b84c |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp313-cp313-macosx_10_13_x86_64.whl
- Subject digest:
256d431fe4583c5f1e0f2e9c4d9c22f3a04ae96009b8cfa096da3a8723db0a16
- Sigstore transparency entry: 183559972
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp313-cp313-macosx_10_13_universal2.whl
.
File metadata
- Download URL: multidict-6.2.0-cp313-cp313-macosx_10_13_universal2.whl
- Upload date:
- Size: 49.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.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c5e7d2e300d5cb3b2693b6d60d3e8c8e7dd4ebe27cd17c9cb57020cac0acb80 |
|
MD5 | dd0a5431a77ec050e4aee5cd289dcef4 |
|
BLAKE2b-256 | a46c5df5590b1f9a821154589df62ceae247537b01ab26b0aa85997c35ca3d9e |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp313-cp313-macosx_10_13_universal2.whl
- Subject digest:
5c5e7d2e300d5cb3b2693b6d60d3e8c8e7dd4ebe27cd17c9cb57020cac0acb80
- Sigstore transparency entry: 183560028
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp312-cp312-win_amd64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 28.9 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b183a959fb88ad1be201de2c4bdf52fa8e46e6c185d76201286a97b6f5ee65c |
|
MD5 | 52ecf0127a552434f7f8dbf8099d61d3 |
|
BLAKE2b-256 | 3cf5f147000fe1f4078160157b15b0790fff0513646b0f9b7404bf34007a9b44 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp312-cp312-win_amd64.whl
- Subject digest:
0b183a959fb88ad1be201de2c4bdf52fa8e46e6c185d76201286a97b6f5ee65c
- Sigstore transparency entry: 183560053
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp312-cp312-win32.whl
.
File metadata
- Download URL: multidict-6.2.0-cp312-cp312-win32.whl
- Upload date:
- Size: 26.7 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76b34c12b013d813e6cb325e6bd4f9c984db27758b16085926bbe7ceeaace626 |
|
MD5 | 51b095b0804a53818d8f0a1a8bd5bafb |
|
BLAKE2b-256 | fb027695485375106f5c542574f70e1968c391f86fa3efc9f1fd76aac0af7237 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp312-cp312-win32.whl
- Subject digest:
76b34c12b013d813e6cb325e6bd4f9c984db27758b16085926bbe7ceeaace626
- Sigstore transparency entry: 183559979
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 136.0 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 125dd82b40f8c06d08d87b3510beaccb88afac94e9ed4a6f6c71362dc7dbb04b |
|
MD5 | 7c1573784e0d001d3c2928beaaabadd5 |
|
BLAKE2b-256 | ef1adcb7fb18f64b3727c61f432c1e1a0d52b3924016124e4bbc8a7d2e4fa57b |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
- Subject digest:
125dd82b40f8c06d08d87b3510beaccb88afac94e9ed4a6f6c71362dc7dbb04b
- Sigstore transparency entry: 183560091
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp312-cp312-musllinux_1_2_s390x.whl
.
File metadata
- Download URL: multidict-6.2.0-cp312-cp312-musllinux_1_2_s390x.whl
- Upload date:
- Size: 138.1 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89b3857652183b8206a891168af47bac10b970d275bba1f6ee46565a758c078d |
|
MD5 | 1fca165ebad0b1f29fd13e98aff583cc |
|
BLAKE2b-256 | cc1ac916b54fb53168c24cb6a3a0795fd99d0a59a0ea93fa9f6edeff5565cb20 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp312-cp312-musllinux_1_2_s390x.whl
- Subject digest:
89b3857652183b8206a891168af47bac10b970d275bba1f6ee46565a758c078d
- Sigstore transparency entry: 183560020
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp312-cp312-musllinux_1_2_ppc64le.whl
.
File metadata
- Download URL: multidict-6.2.0-cp312-cp312-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 141.0 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8cd1a0644ccaf27e9d2f6d9c9474faabee21f0578fe85225cc5af9a61e1653df |
|
MD5 | 82b464258bbb0ce0d1c52a283d16d96a |
|
BLAKE2b-256 | 49f33b19a83f4ebf53a3a2a0435f3e447aa227b242ba3fd96a92404b31fb3543 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp312-cp312-musllinux_1_2_ppc64le.whl
- Subject digest:
8cd1a0644ccaf27e9d2f6d9c9474faabee21f0578fe85225cc5af9a61e1653df
- Sigstore transparency entry: 183560089
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp312-cp312-musllinux_1_2_i686.whl
.
File metadata
- Download URL: multidict-6.2.0-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 130.1 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c611345bbe7cb44aabb877cb94b63e86f2d0db03e382667dbd037866d44b4f8 |
|
MD5 | a67e9d0b415bda50d3196774d97d9ada |
|
BLAKE2b-256 | ce5c02cffec58ffe120873dce520af593415b91cc324be0345f534ad3637da4e |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp312-cp312-musllinux_1_2_i686.whl
- Subject digest:
7c611345bbe7cb44aabb877cb94b63e86f2d0db03e382667dbd037866d44b4f8
- Sigstore transparency entry: 183560138
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 136.1 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0cc398350ef31167e03f3ca7c19313d4e40a662adcb98a88755e4e861170bdd |
|
MD5 | 45b78bb81c8c39d8b9cca9bbe80cd9f2 |
|
BLAKE2b-256 | 9523b5ce3318d9d6c8f105c3679510f9d7202980545aad8eb4426313bd8da3ee |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
- Subject digest:
a0cc398350ef31167e03f3ca7c19313d4e40a662adcb98a88755e4e861170bdd
- Sigstore transparency entry: 183560039
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 132.9 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | facaf11f21f3a4c51b62931feb13310e6fe3475f85e20d9c9fdce0d2ea561b87 |
|
MD5 | a1a7abbd2864965ab33855521c283ccd |
|
BLAKE2b-256 | 93761657047da771315911a927b364a32dafce4135b79b64208ce4ac69525c56 |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_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.2.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
facaf11f21f3a4c51b62931feb13310e6fe3475f85e20d9c9fdce0d2ea561b87
- Sigstore transparency entry: 183559953
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: multidict-6.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 135.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61d5541f27533f803a941d3a3f8a3d10ed48c12cf918f557efcbf3cd04ef265c |
|
MD5 | f79af84a46c646beb5f7f76ed211f3e8 |
|
BLAKE2b-256 | 71acfd2be3fe98ff54e7739448f771ba730d42036de0870737db9ae34bb8efe9 |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_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.2.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.whl
- Subject digest:
61d5541f27533f803a941d3a3f8a3d10ed48c12cf918f557efcbf3cd04ef265c
- Sigstore transparency entry: 183559933
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: multidict-6.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 136.3 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac380cacdd3b183338ba63a144a34e9044520a6fb30c58aa14077157a033c13e |
|
MD5 | 5fdc84b45aa4cb971fd8b002a84e13c4 |
|
BLAKE2b-256 | 493b768bfc0e41179fbccd3a22925329a11755b7fdd53bec66dbf6b8772f0bce |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_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.2.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
- Subject digest:
ac380cacdd3b183338ba63a144a34e9044520a6fb30c58aa14077157a033c13e
- Sigstore transparency entry: 183560117
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 131.8 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e25b11a0417475f093d0f0809a149aff3943c2c56da50fdf2c3c88d57fe3dfbd |
|
MD5 | f6fa9a10ac2b720719121a354d424c2e |
|
BLAKE2b-256 | 9781b0a7560bfc3ec72606232cd7e60159e09b9cf29e66014d770c1315868fa2 |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_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.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
e25b11a0417475f093d0f0809a149aff3943c2c56da50fdf2c3c88d57fe3dfbd
- Sigstore transparency entry: 183559968
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: multidict-6.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 122.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 095a2eabe8c43041d3e6c2cb8287a257b5f1801c2d6ebd1dd877424f1e89cf29 |
|
MD5 | e5d431a6fbdb85847bd593d7da0ccd87 |
|
BLAKE2b-256 | 19a59f07ffb9bf68b8aaa406c2abee27ad87e8b62a60551587b8e59ee91aea84 |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_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.2.0-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
- Subject digest:
095a2eabe8c43041d3e6c2cb8287a257b5f1801c2d6ebd1dd877424f1e89cf29
- Sigstore transparency entry: 183559993
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 30.0 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5dd7106d064d05896ce28c97da3f46caa442fe5a43bc26dfb258e90853b39b44 |
|
MD5 | a8310b7ca346a35bdab0d4b14eb70598 |
|
BLAKE2b-256 | 6232ef20037f51b84b074a89bab5af46d4565381c3f825fc7cbfc19c1ee156be |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp312-cp312-macosx_11_0_arm64.whl
- Subject digest:
5dd7106d064d05896ce28c97da3f46caa442fe5a43bc26dfb258e90853b39b44
- Sigstore transparency entry: 183559943
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp312-cp312-macosx_10_13_x86_64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp312-cp312-macosx_10_13_x86_64.whl
- Upload date:
- Size: 29.8 kB
- Tags: CPython 3.12, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f49585f4abadd2283034fc605961f40c638635bc60f5162276fec075f2e37a4 |
|
MD5 | c144fb0e02e39bb8d55f4679752a2b85 |
|
BLAKE2b-256 | bb9d5ccb3224a976d1286f360bb4e89e67b7cdfb87336257fc99be3c17f565d7 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp312-cp312-macosx_10_13_x86_64.whl
- Subject digest:
9f49585f4abadd2283034fc605961f40c638635bc60f5162276fec075f2e37a4
- Sigstore transparency entry: 183559964
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp312-cp312-macosx_10_13_universal2.whl
.
File metadata
- Download URL: multidict-6.2.0-cp312-cp312-macosx_10_13_universal2.whl
- Upload date:
- Size: 49.2 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.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 437c33561edb6eb504b5a30203daf81d4a9b727e167e78b0854d9a4e18e8950b |
|
MD5 | 747d51b9ab772db2ff4f80dffd7e1e08 |
|
BLAKE2b-256 | a4e20153a8db878aef9b2397be81e62cbc3b32ca9b94e0f700b103027db9d506 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp312-cp312-macosx_10_13_universal2.whl
- Subject digest:
437c33561edb6eb504b5a30203daf81d4a9b727e167e78b0854d9a4e18e8950b
- Sigstore transparency entry: 183559930
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp311-cp311-win_amd64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 29.1 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e2a2193d3aa5cbf5758f6d5680a52aa848e0cf611da324f71e5e48a9695cc86 |
|
MD5 | 03b2ce601deb7f40efe63623398e823f |
|
BLAKE2b-256 | d0b5c7cd5ba9581add40bc743980f82426b90d9f42db0b56502011f1b3c929df |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp311-cp311-win_amd64.whl
- Subject digest:
1e2a2193d3aa5cbf5758f6d5680a52aa848e0cf611da324f71e5e48a9695cc86
- Sigstore transparency entry: 183560034
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp311-cp311-win32.whl
.
File metadata
- Download URL: multidict-6.2.0-cp311-cp311-win32.whl
- Upload date:
- Size: 27.0 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52b05e21ff05729fbea9bc20b3a791c3c11da61649ff64cce8257c82a020466d |
|
MD5 | d90844cf03bb3801a1786d9403e906c4 |
|
BLAKE2b-256 | d628489c0eca1df3800cb5d0a66278d5dd2a4deae747a41d1cf553e6a4c0a984 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp311-cp311-win32.whl
- Subject digest:
52b05e21ff05729fbea9bc20b3a791c3c11da61649ff64cce8257c82a020466d
- Sigstore transparency entry: 183560023
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 136.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.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 063be88bd684782a0715641de853e1e58a2f25b76388538bd62d974777ce9bc2 |
|
MD5 | e9d4507cea528f6595e91b7ed7938e2a |
|
BLAKE2b-256 | 343aa06ff9b5899090f4bbdbf09e237964c76cecfe75d2aa921e801356314017 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Subject digest:
063be88bd684782a0715641de853e1e58a2f25b76388538bd62d974777ce9bc2
- Sigstore transparency entry: 183560027
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp311-cp311-musllinux_1_2_s390x.whl
.
File metadata
- Download URL: multidict-6.2.0-cp311-cp311-musllinux_1_2_s390x.whl
- Upload date:
- Size: 138.5 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da51d8928ad8b4244926fe862ba1795f0b6e68ed8c42cd2f822d435db9c2a8f4 |
|
MD5 | eb2fe1d09dc4ed05ef25a7cb84ce9128 |
|
BLAKE2b-256 | eb56a23f599c697a455bf65ecb0f69a5b052d6442c567d380ed423f816246824 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp311-cp311-musllinux_1_2_s390x.whl
- Subject digest:
da51d8928ad8b4244926fe862ba1795f0b6e68ed8c42cd2f822d435db9c2a8f4
- Sigstore transparency entry: 183560097
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp311-cp311-musllinux_1_2_ppc64le.whl
.
File metadata
- Download URL: multidict-6.2.0-cp311-cp311-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 144.0 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94a7bb972178a8bfc4055db80c51efd24baefaced5e51c59b0d598a004e8305d |
|
MD5 | a7f2e32679a19f7142d91b27e13cc693 |
|
BLAKE2b-256 | 5557d5c60c075fef73422ae3b8f914221485b9ff15000b2db657c03bd190aee0 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp311-cp311-musllinux_1_2_ppc64le.whl
- Subject digest:
94a7bb972178a8bfc4055db80c51efd24baefaced5e51c59b0d598a004e8305d
- Sigstore transparency entry: 183560018
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp311-cp311-musllinux_1_2_i686.whl
.
File metadata
- Download URL: multidict-6.2.0-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 132.4 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5389445f0173c197f4a3613713b5fb3f3879df1ded2a1a2e4bc4b5b9c5441b7e |
|
MD5 | b9ccb51b6712aaa4c6abeaf460c8ae06 |
|
BLAKE2b-256 | 31a05c106e28d42f20288c10049bc6647364287ba049dc00d6ae4f1584eb1bd1 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp311-cp311-musllinux_1_2_i686.whl
- Subject digest:
5389445f0173c197f4a3613713b5fb3f3879df1ded2a1a2e4bc4b5b9c5441b7e
- Sigstore transparency entry: 183559957
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 139.0 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f8cb1329f42fadfb40d6211e5ff568d71ab49be36e759345f91c69d1033d633 |
|
MD5 | dc8e213bb4d44fc995964f6f84cc0be9 |
|
BLAKE2b-256 | 359d97696d052297d8e2e08195a25c7aae873a6186c147b7635f979edbe3acde |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
- Subject digest:
5f8cb1329f42fadfb40d6211e5ff568d71ab49be36e759345f91c69d1033d633
- Sigstore transparency entry: 183560126
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 133.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ac3fcf9a2d369bd075b2c2965544036a27ccd277fc3c04f708338cc57533081 |
|
MD5 | 3933465eac34d6840aaafdbb987f0d96 |
|
BLAKE2b-256 | d035969fd792e2e72801d80307f0a14f5b19c066d4a51d34dded22c71401527d |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_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.2.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
4ac3fcf9a2d369bd075b2c2965544036a27ccd277fc3c04f708338cc57533081
- Sigstore transparency entry: 183559950
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: multidict-6.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 138.6 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14ed9ed1bfedd72a877807c71113deac292bf485159a29025dfdc524c326f3e1 |
|
MD5 | 0d60c9117c8e9e80650016dc38321c25 |
|
BLAKE2b-256 | 9776960dee0424f38c71eda54101ee1ca7bb47c5250ed02f7b3e8e50b1ce0603 |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_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.2.0-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.whl
- Subject digest:
14ed9ed1bfedd72a877807c71113deac292bf485159a29025dfdc524c326f3e1
- Sigstore transparency entry: 183559996
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: multidict-6.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 142.7 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f74f2fc51555f4b037ef278efc29a870d327053aba5cb7d86ae572426c7cccc |
|
MD5 | c752f4614e142cf1bf83e1fd08c0eb6e |
|
BLAKE2b-256 | 1a08ea54e7e245aaf0bb1c758578e5afba394ffccb8bd80d229a499b9b83f2b1 |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_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.2.0-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
- Subject digest:
0f74f2fc51555f4b037ef278efc29a870d327053aba5cb7d86ae572426c7cccc
- Sigstore transparency entry: 183559970
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 135.7 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f6cad071960ba1914fa231677d21b1b4a3acdcce463cee41ea30bc82e6040cf |
|
MD5 | 5fa103de556a355495d5f127f3f6fe08 |
|
BLAKE2b-256 | ab2d1724972c7aeb7aa1916a3276cb32f9c39e186456ee7ed621504e7a758322 |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_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.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
9f6cad071960ba1914fa231677d21b1b4a3acdcce463cee41ea30bc82e6040cf
- Sigstore transparency entry: 183559985
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: multidict-6.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 125.7 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2fc6af8e39f7496047c7876314f4317736eac82bf85b54c7c76cf1a6f8e35d98 |
|
MD5 | 231d16c586d406de6d34f4ce6195fb81 |
|
BLAKE2b-256 | a4b8f96657a2f744d577cfda5a7edf9da04a731b80d3239eafbfe7ca4d944695 |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_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.2.0-cp311-cp311-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
- Subject digest:
2fc6af8e39f7496047c7876314f4317736eac82bf85b54c7c76cf1a6f8e35d98
- Sigstore transparency entry: 183560045
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 30.0 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7d91a230c7f8af86c904a5a992b8c064b66330544693fd6759c3d6162382ecf |
|
MD5 | 7a3b786dc4dc9195270280d64756842b |
|
BLAKE2b-256 | a420f3f0a2ca142c81100b6d4cbf79505961b54181d66157615bba3955304442 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp311-cp311-macosx_11_0_arm64.whl
- Subject digest:
e7d91a230c7f8af86c904a5a992b8c064b66330544693fd6759c3d6162382ecf
- Sigstore transparency entry: 183560051
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp311-cp311-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 29.7 kB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8de4d42dffd5ced9117af2ce66ba8722402541a3aa98ffdf78dde92badb68932 |
|
MD5 | 884b6a9c9b941c2f9a62e89a723953e9 |
|
BLAKE2b-256 | 9ed8e6d47c166c13c48be8efb9720afe0f5cdc4da4687547192cbc3c03903041 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp311-cp311-macosx_10_9_x86_64.whl
- Subject digest:
8de4d42dffd5ced9117af2ce66ba8722402541a3aa98ffdf78dde92badb68932
- Sigstore transparency entry: 183559935
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp311-cp311-macosx_10_9_universal2.whl
.
File metadata
- Download URL: multidict-6.2.0-cp311-cp311-macosx_10_9_universal2.whl
- Upload date:
- Size: 49.1 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.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84e87a7d75fa36839a3a432286d719975362d230c70ebfa0948549cc38bd5b46 |
|
MD5 | aa78b46c99061613404ea3605cd63fa4 |
|
BLAKE2b-256 | 97aa879cf5581bd56c19f1bd2682ee4ecfd4085a404668d4ee5138b0a08eaf2a |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp311-cp311-macosx_10_9_universal2.whl
- Subject digest:
84e87a7d75fa36839a3a432286d719975362d230c70ebfa0948549cc38bd5b46
- Sigstore transparency entry: 183560062
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 29.1 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a33273a541f1e1a8219b2a4ed2de355848ecc0254264915b9290c8d2de1c74e1 |
|
MD5 | e358d91d9bcf412d645b0cebac0efbd8 |
|
BLAKE2b-256 | 4e1104758cc18a51227dbb350a8a25c7db0620d63fb23db5b8d1f87762f05cbe |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp310-cp310-win_amd64.whl
- Subject digest:
a33273a541f1e1a8219b2a4ed2de355848ecc0254264915b9290c8d2de1c74e1
- Sigstore transparency entry: 183560131
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp310-cp310-win32.whl
.
File metadata
- Download URL: multidict-6.2.0-cp310-cp310-win32.whl
- Upload date:
- Size: 27.0 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c383d28857f66f5aebe3e91d6cf498da73af75fbd51cedbe1adfb85e90c0460 |
|
MD5 | 190830f971eaeda93f3c53e223384342 |
|
BLAKE2b-256 | b69ad7637fbe1d5928b9f6a33ce36c2ff37e0aab9aa22f5fc9552fd75fe7f364 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp310-cp310-win32.whl
- Subject digest:
0c383d28857f66f5aebe3e91d6cf498da73af75fbd51cedbe1adfb85e90c0460
- Sigstore transparency entry: 183560012
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 133.6 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 641cf2e3447c9ecff2f7aa6e9eee9eaa286ea65d57b014543a4911ff2799d08a |
|
MD5 | cae654f52bdaa834fbc07a9dcef08a61 |
|
BLAKE2b-256 | c95328cc971b17e25487a089bcf720fe284478f264a6fc619427ddf7145fcb2b |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
- Subject digest:
641cf2e3447c9ecff2f7aa6e9eee9eaa286ea65d57b014543a4911ff2799d08a
- Sigstore transparency entry: 183560142
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp310-cp310-musllinux_1_2_s390x.whl
.
File metadata
- Download URL: multidict-6.2.0-cp310-cp310-musllinux_1_2_s390x.whl
- Upload date:
- Size: 135.3 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a49994481b99cd7dedde07f2e7e93b1d86c01c0fca1c32aded18f10695ae17eb |
|
MD5 | 5a27e5ad0a4986910b4c3adbdd451753 |
|
BLAKE2b-256 | ddc9af0ab78b53d5b769bc1fa751e53cc7356cef422bd1cf38ed653985a46ddf |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp310-cp310-musllinux_1_2_s390x.whl
- Subject digest:
a49994481b99cd7dedde07f2e7e93b1d86c01c0fca1c32aded18f10695ae17eb
- Sigstore transparency entry: 183560048
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp310-cp310-musllinux_1_2_ppc64le.whl
.
File metadata
- Download URL: multidict-6.2.0-cp310-cp310-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 140.7 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0dc25a3293c50744796e87048de5e68996104d86d940bb24bc3ec31df281b191 |
|
MD5 | 623bc6ad286ffca959f2ef7c01f1a42c |
|
BLAKE2b-256 | d47af98e1c5d14c1bbbb83025a69da9a37344f7556c09fef39979cf62b464d60 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp310-cp310-musllinux_1_2_ppc64le.whl
- Subject digest:
0dc25a3293c50744796e87048de5e68996104d86d940bb24bc3ec31df281b191
- Sigstore transparency entry: 183560150
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp310-cp310-musllinux_1_2_i686.whl
.
File metadata
- Download URL: multidict-6.2.0-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 129.7 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e5a644e50ef9fb87878d4d57907f03a12410d2aa3b93b3acdf90a741df52c49 |
|
MD5 | df77733eedd4e4ffc0a87e2022ba37f4 |
|
BLAKE2b-256 | 6c53bf91c5fdede9406247dcbceaa9d7e7fa08e4d0e27fa3c76a0dab126bc6b2 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp310-cp310-musllinux_1_2_i686.whl
- Subject digest:
0e5a644e50ef9fb87878d4d57907f03a12410d2aa3b93b3acdf90a741df52c49
- Sigstore transparency entry: 183560078
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp310-cp310-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 135.6 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7243c5a6523c5cfeca76e063efa5f6a656d1d74c8b1fc64b2cd1e84e507f7e2a |
|
MD5 | 720d5bddf24f10a0b415e18b115eea74 |
|
BLAKE2b-256 | fa2f892334f4d3efc7cd11e3a64dc922a85611627380ee2de3d0627ac159a975 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp310-cp310-musllinux_1_2_aarch64.whl
- Subject digest:
7243c5a6523c5cfeca76e063efa5f6a656d1d74c8b1fc64b2cd1e84e507f7e2a
- Sigstore transparency entry: 183560067
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 129.8 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e851e6363d0dbe515d8de81fd544a2c956fdec6f8a049739562286727d4a00c3 |
|
MD5 | 9431b6d035c0215e40478efd6265fa85 |
|
BLAKE2b-256 | c8844b590a121b1009fe79d1ae5875b4aa9339d37d23e368dd3bcf5e36d27452 |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_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.2.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
e851e6363d0dbe515d8de81fd544a2c956fdec6f8a049739562286727d4a00c3
- Sigstore transparency entry: 183560059
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: multidict-6.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 134.9 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05fefbc3cddc4e36da209a5e49f1094bbece9a581faa7f3589201fd95df40e5d |
|
MD5 | e1185647bc2958b5b41ee4f24a96d099 |
|
BLAKE2b-256 | 2e9ba7b91f8ed63314e7a3c276b4ca90ae5d0267a584ca2e42106baa728622d6 |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_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.2.0-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.whl
- Subject digest:
05fefbc3cddc4e36da209a5e49f1094bbece9a581faa7f3589201fd95df40e5d
- Sigstore transparency entry: 183560063
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: multidict-6.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 139.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 214207dcc7a6221d9942f23797fe89144128a71c03632bf713d918db99bd36de |
|
MD5 | fba13179256793d1a8368336ad2677d3 |
|
BLAKE2b-256 | 1a21c51aca665afa93b397d2c47369f6c267193977611a55a7c9d8683dc095bc |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_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.2.0-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
- Subject digest:
214207dcc7a6221d9942f23797fe89144128a71c03632bf713d918db99bd36de
- Sigstore transparency entry: 183560033
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 132.4 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc826b9a8176e686b67aa60fd6c6a7047b0461cae5591ea1dc73d28f72332a8a |
|
MD5 | ed3d05bf1f2d241273c91589be9c24af |
|
BLAKE2b-256 | b6c75b51816f7c38049fc50786f46e63c009e6fecd1953fbbafa8bfe4e2eb39d |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_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.2.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
cc826b9a8176e686b67aa60fd6c6a7047b0461cae5591ea1dc73d28f72332a8a
- Sigstore transparency entry: 183560016
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: multidict-6.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 122.1 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32c9b4878f48be3e75808ea7e499d6223b1eea6d54c487a66bc10a1871e3dc6a |
|
MD5 | 80547480b97e61be7859f07f5b82785b |
|
BLAKE2b-256 | b8de831be406b5ab0dc0d25430ddf597c6ce1a2e23a4991363f1ca48f16fb817 |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_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.2.0-cp310-cp310-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
- Subject digest:
32c9b4878f48be3e75808ea7e499d6223b1eea6d54c487a66bc10a1871e3dc6a
- Sigstore transparency entry: 183559959
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 30.0 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32ed748ff9ac682eae7859790d3044b50e3076c7d80e17a44239683769ff485e |
|
MD5 | e3e4ef48157748a96bcf84fb2c750dc4 |
|
BLAKE2b-256 | 356f09bc361a34bbf953e9897f69823f9c4b46aec0aaed6ec94ce63093ede317 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp310-cp310-macosx_11_0_arm64.whl
- Subject digest:
32ed748ff9ac682eae7859790d3044b50e3076c7d80e17a44239683769ff485e
- Sigstore transparency entry: 183559974
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp310-cp310-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 29.7 kB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3501621d5e86f1a88521ea65d5cad0a0834c77b26f193747615b7c911e5422d2 |
|
MD5 | cb7058e0fb6c8a8255103f6ee1db9f7a |
|
BLAKE2b-256 | 25a455e595d2df586e442c85b2610542d1e14def4c6f641761125d35fb38f87c |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp310-cp310-macosx_10_9_x86_64.whl
- Subject digest:
3501621d5e86f1a88521ea65d5cad0a0834c77b26f193747615b7c911e5422d2
- Sigstore transparency entry: 183559940
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp310-cp310-macosx_10_9_universal2.whl
.
File metadata
- Download URL: multidict-6.2.0-cp310-cp310-macosx_10_9_universal2.whl
- Upload date:
- Size: 49.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.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9f6392d98c0bd70676ae41474e2eecf4c7150cb419237a41f8f96043fcb81d1 |
|
MD5 | 42fe7a917aadd669ce051bd2a25c20f2 |
|
BLAKE2b-256 | 2dca3ae4d9c9ba78e7bcb63e3f12974b8fa16b9a20de44e9785f5d291ccb823c |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp310-cp310-macosx_10_9_universal2.whl
- Subject digest:
b9f6392d98c0bd70676ae41474e2eecf4c7150cb419237a41f8f96043fcb81d1
- Sigstore transparency entry: 183560040
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 29.2 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad81012b24b88aad4c70b2cbc2dad84018783221b7f923e926f4690ff8569da3 |
|
MD5 | 87f5c877bd61b736af54a8a2a25a24fa |
|
BLAKE2b-256 | 4ff0e16ba06acf9aed61fcf152a19c8c55739e74744d31dd49319e5cab7404d4 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp39-cp39-win_amd64.whl
- Subject digest:
ad81012b24b88aad4c70b2cbc2dad84018783221b7f923e926f4690ff8569da3
- Sigstore transparency entry: 183560135
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp39-cp39-win32.whl
.
File metadata
- Download URL: multidict-6.2.0-cp39-cp39-win32.whl
- Upload date:
- Size: 27.0 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1175b0e0d6037fab207f05774a176d71210ebd40b1c51f480a04b65ec5c786d |
|
MD5 | 23eab59ba20d3e0af45d6a1b91f8d57b |
|
BLAKE2b-256 | 75daa38874073671c55853ed74ef114f3983f5a443fae546a99ed1721cef854a |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp39-cp39-win32.whl
- Subject digest:
d1175b0e0d6037fab207f05774a176d71210ebd40b1c51f480a04b65ec5c786d
- Sigstore transparency entry: 183560010
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp39-cp39-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 133.2 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4371591e621579cb6da8401e4ea405b33ff25a755874a3567c4075ca63d56e2 |
|
MD5 | e29460cea45d10807e98abe033f59fb5 |
|
BLAKE2b-256 | 923dc59cfc4fa26bfe170f0e6c4fcab31a1fbc09960975a4423a6e3e26465815 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp39-cp39-musllinux_1_2_x86_64.whl
- Subject digest:
e4371591e621579cb6da8401e4ea405b33ff25a755874a3567c4075ca63d56e2
- Sigstore transparency entry: 183559976
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp39-cp39-musllinux_1_2_s390x.whl
.
File metadata
- Download URL: multidict-6.2.0-cp39-cp39-musllinux_1_2_s390x.whl
- Upload date:
- Size: 134.9 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2325105e16d434749e1be8022f942876a936f9bece4ec41ae244e3d7fae42aaf |
|
MD5 | 2dfa3be39142b5b1048dd39f6b0f55e7 |
|
BLAKE2b-256 | 361765288873b0663c885ee1477895d3187142fdc7e9549f68b9930f2b983342 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp39-cp39-musllinux_1_2_s390x.whl
- Subject digest:
2325105e16d434749e1be8022f942876a936f9bece4ec41ae244e3d7fae42aaf
- Sigstore transparency entry: 183560121
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp39-cp39-musllinux_1_2_ppc64le.whl
.
File metadata
- Download URL: multidict-6.2.0-cp39-cp39-musllinux_1_2_ppc64le.whl
- Upload date:
- Size: 140.3 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 163f4604e76639f728d127293d24c3e208b445b463168af3d031b92b0998bb90 |
|
MD5 | 4b2b2dd8d636289e3744d2965695c4cd |
|
BLAKE2b-256 | 89c22f6d1cb16e8102da94cfe8871b17d7455d2aa3c70e16a1789f1b4cebe956 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp39-cp39-musllinux_1_2_ppc64le.whl
- Subject digest:
163f4604e76639f728d127293d24c3e208b445b463168af3d031b92b0998bb90
- Sigstore transparency entry: 183560055
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp39-cp39-musllinux_1_2_i686.whl
.
File metadata
- Download URL: multidict-6.2.0-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 129.2 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 639556758c36093b35e2e368ca485dada6afc2bd6a1b1207d85ea6dfc3deab27 |
|
MD5 | 0fb7d15511e3b506672b3f5e5efe1372 |
|
BLAKE2b-256 | c4c21b1f9ba409dcbe38f4f83a9de28946e8cbc70420813bf9ecec19ea98561a |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp39-cp39-musllinux_1_2_i686.whl
- Subject digest:
639556758c36093b35e2e368ca485dada6afc2bd6a1b1207d85ea6dfc3deab27
- Sigstore transparency entry: 183559994
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp39-cp39-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 135.1 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1133414b771619aa3c3000701c11b2e4624a7f492f12f256aedde97c28331a2 |
|
MD5 | 4baa19cf41d958cd65fb7a2f51ef0703 |
|
BLAKE2b-256 | 85e7d9857dd6264574129a402cc4bdecd42a091c44eba2815c6b4f7ca20ca3cc |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp39-cp39-musllinux_1_2_aarch64.whl
- Subject digest:
a1133414b771619aa3c3000701c11b2e4624a7f492f12f256aedde97c28331a2
- Sigstore transparency entry: 183560035
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 129.3 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19e2819b0b468174de25c0ceed766606a07cedeab132383f1e83b9a4e96ccb4f |
|
MD5 | e9a4a94a7722d0429675c1f7d50cb5d8 |
|
BLAKE2b-256 | c66712bfd2a023bdb3c3d0ad181c83d79688fa34b4d60a230d4d55ad78fe2595 |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_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.2.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
19e2819b0b468174de25c0ceed766606a07cedeab132383f1e83b9a4e96ccb4f
- Sigstore transparency entry: 183560103
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: multidict-6.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 134.5 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25bb96338512e2f46f615a2bb7c6012fe92a4a5ebd353e5020836a7e33120349 |
|
MD5 | 56b72f19af02cfe675851c2f3f019404 |
|
BLAKE2b-256 | 965d24dda76145c688c3d1b2241a01c07d608feb999e70fc92db246ba5380b8d |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_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.2.0-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.whl
- Subject digest:
25bb96338512e2f46f615a2bb7c6012fe92a4a5ebd353e5020836a7e33120349
- Sigstore transparency entry: 183560031
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: multidict-6.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 138.8 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf8d370b2fea27fb300825ec3984334f7dd54a581bde6456799ba3776915a656 |
|
MD5 | 2d1a94a8521dea0b87b49f9d51a42506 |
|
BLAKE2b-256 | 81e44239b907135687b754cf5fbe7dda9015048c36b2bc9910a06fa69ce9e23a |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_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.2.0-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
- Subject digest:
cf8d370b2fea27fb300825ec3984334f7dd54a581bde6456799ba3776915a656
- Sigstore transparency entry: 183559990
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 131.8 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 781b5dd1db18c9e9eacc419027b0acb5073bdec9de1675c0be25ceb10e2ad133 |
|
MD5 | d14261e32a0b14286c17a227e39a2592 |
|
BLAKE2b-256 | f09b851be91f031007549fe9778926acbab3322081bba7c944cb588eb4765593 |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_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.2.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
781b5dd1db18c9e9eacc419027b0acb5073bdec9de1675c0be25ceb10e2ad133
- Sigstore transparency entry: 183560128
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: multidict-6.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 121.8 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6aed763b6a1b28c46c055692836879328f0b334a6d61572ee4113a5d0c859872 |
|
MD5 | 2d2ba6c99b055c07499fe8b4248672bf |
|
BLAKE2b-256 | faa0c02509b31ff325b49a07d5d0e21f066dedfd3f5317936e193d23677ae375 |
Provenance
The following attestation bundles were made for multidict-6.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_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.2.0-cp39-cp39-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
- Subject digest:
6aed763b6a1b28c46c055692836879328f0b334a6d61572ee4113a5d0c859872
- Sigstore transparency entry: 183559963
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 30.0 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cca83a629f77402cfadd58352e394d79a61c8015f1694b83ab72237ec3941f88 |
|
MD5 | b750f4f6f6ae47f1a3b12d80d38630d3 |
|
BLAKE2b-256 | 761fec8a90383d2ce4fdb14ba3f752b280096a6c2e1353d3fcd309d9af47c1b8 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp39-cp39-macosx_11_0_arm64.whl
- Subject digest:
cca83a629f77402cfadd58352e394d79a61c8015f1694b83ab72237ec3941f88
- Sigstore transparency entry: 183560042
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp39-cp39-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: multidict-6.2.0-cp39-cp39-macosx_10_9_x86_64.whl
- Upload date:
- Size: 29.6 kB
- Tags: CPython 3.9, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e2a2d6749e1ff2c9c76a72c6530d5baa601205b14e441e6d98011000f47a7ac |
|
MD5 | 817b926f40b936a2605e3534ec169b65 |
|
BLAKE2b-256 | 051e0ad3ab9ef09b73f78af3f509e27f668814beab05d7fb838134b4f140b6a7 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp39-cp39-macosx_10_9_x86_64.whl
- Subject digest:
6e2a2d6749e1ff2c9c76a72c6530d5baa601205b14e441e6d98011000f47a7ac
- Sigstore transparency entry: 183560100
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type:
File details
Details for the file multidict-6.2.0-cp39-cp39-macosx_10_9_universal2.whl
.
File metadata
- Download URL: multidict-6.2.0-cp39-cp39-macosx_10_9_universal2.whl
- Upload date:
- Size: 49.0 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.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4f3d66dd0354b79761481fc15bdafaba0b9d9076f1f42cc9ce10d7fcbda205a |
|
MD5 | a20d20230b5037b1632a200e398c20e8 |
|
BLAKE2b-256 | eca38c8eeac0e6080ffe89f53f239cab98b576dd584960f78add84803fbafda8 |
Provenance
The following attestation bundles were made for multidict-6.2.0-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.2.0-cp39-cp39-macosx_10_9_universal2.whl
- Subject digest:
b4f3d66dd0354b79761481fc15bdafaba0b9d9076f1f42cc9ce10d7fcbda205a
- Sigstore transparency entry: 183560008
- Sigstore integration time:
- Permalink:
aio-libs/multidict@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Branch / Tag:
refs/tags/v6.2.0
- Owner: https://github.com/aio-libs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
ci-cd.yml@af07d5b2b18bb30e041983db2bea1fcb3e1c4b79
- Trigger Event:
push
- Statement type: