Skip to main content

multidict implementation

Project description

GitHub status for master branch Coverage metrics PyPI Read The Docs build status badge CodSpeed Python versions Matrix Room — #aio-libs:matrix.org Matrix Space — #aio-libs-space:matrix.org

Multidict is dict-like collection of key-value pairs where key might occur more than once in the container.

Introduction

HTTP Headers and URL query string require specific data structure: multidict. It behaves mostly like a regular dict but it may have several values for the same key and preserves insertion ordering.

The key is str (or istr for case-insensitive dictionaries).

multidict has four multidict classes: MultiDict, MultiDictProxy, CIMultiDict and CIMultiDictProxy.

Immutable proxies (MultiDictProxy and CIMultiDictProxy) provide a dynamic view for the proxied multidict, the view reflects underlying collection changes. They implement the collections.abc.Mapping interface.

Regular mutable (MultiDict and CIMultiDict) classes implement collections.abc.MutableMapping and allows them to change their own content.

Case insensitive (CIMultiDict and CIMultiDictProxy) assume the keys are case insensitive, e.g.:

>>> dct = CIMultiDict(key='val')
>>> 'Key' in dct
True
>>> dct['Key']
'val'

Keys should be str or istr instances.

The library has optional C Extensions for speed.

License

Apache 2

Library Installation

$ 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!!!

For extension development, set the MULTIDICT_DEBUG_BUILD environment variable to compile the extensions in debug mode:

$ MULTIDICT_DEBUG_BUILD=1 pip install multidict

Changelog

See RTD page.

Project details


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

multidict-6.4.3.tar.gz (89.4 kB view details)

Uploaded Source

Built Distributions

multidict-6.4.3-py3-none-any.whl (10.4 kB view details)

Uploaded Python 3

multidict-6.4.3-cp313-cp313t-win_amd64.whl (45.9 kB view details)

Uploaded CPython 3.13t Windows x86-64

multidict-6.4.3-cp313-cp313t-win32.whl (41.8 kB view details)

Uploaded CPython 3.13t Windows x86

multidict-6.4.3-cp313-cp313t-musllinux_1_2_x86_64.whl (221.5 kB view details)

Uploaded CPython 3.13t musllinux: musl 1.2+ x86-64

multidict-6.4.3-cp313-cp313t-musllinux_1_2_s390x.whl (220.4 kB view details)

Uploaded CPython 3.13t musllinux: musl 1.2+ s390x

multidict-6.4.3-cp313-cp313t-musllinux_1_2_ppc64le.whl (227.0 kB view details)

Uploaded CPython 3.13t musllinux: musl 1.2+ ppc64le

multidict-6.4.3-cp313-cp313t-musllinux_1_2_i686.whl (217.9 kB view details)

Uploaded CPython 3.13t musllinux: musl 1.2+ i686

multidict-6.4.3-cp313-cp313t-musllinux_1_2_armv7l.whl (212.1 kB view details)

Uploaded CPython 3.13t musllinux: musl 1.2+ ARMv7l

multidict-6.4.3-cp313-cp313t-musllinux_1_2_aarch64.whl (226.3 kB view details)

Uploaded CPython 3.13t musllinux: musl 1.2+ ARM64

multidict-6.4.3-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (220.7 kB view details)

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

multidict-6.4.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (226.1 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.17+ s390x

multidict-6.4.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (227.9 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.17+ ppc64le

multidict-6.4.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl (222.6 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.17+ ARMv7l manylinux: glibc 2.31+ ARMv7l

multidict-6.4.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (226.2 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.17+ ARM64

multidict-6.4.3-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (211.7 kB view details)

Uploaded CPython 3.13t manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

multidict-6.4.3-cp313-cp313t-macosx_11_0_arm64.whl (39.4 kB view details)

Uploaded CPython 3.13t macOS 11.0+ ARM64

multidict-6.4.3-cp313-cp313t-macosx_10_13_x86_64.whl (40.0 kB view details)

Uploaded CPython 3.13t macOS 10.13+ x86-64

multidict-6.4.3-cp313-cp313t-macosx_10_13_universal2.whl (68.6 kB view details)

Uploaded CPython 3.13t macOS 10.13+ universal2 (ARM64, x86-64)

multidict-6.4.3-cp313-cp313-win_amd64.whl (38.8 kB view details)

Uploaded CPython 3.13 Windows x86-64

multidict-6.4.3-cp313-cp313-win32.whl (35.2 kB view details)

Uploaded CPython 3.13 Windows x86

multidict-6.4.3-cp313-cp313-musllinux_1_2_x86_64.whl (225.9 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

multidict-6.4.3-cp313-cp313-musllinux_1_2_s390x.whl (230.2 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ s390x

multidict-6.4.3-cp313-cp313-musllinux_1_2_ppc64le.whl (233.1 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ppc64le

multidict-6.4.3-cp313-cp313-musllinux_1_2_i686.whl (221.9 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

multidict-6.4.3-cp313-cp313-musllinux_1_2_armv7l.whl (226.3 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARMv7l

multidict-6.4.3-cp313-cp313-musllinux_1_2_aarch64.whl (228.1 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

multidict-6.4.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (222.6 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

multidict-6.4.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (230.0 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ s390x

multidict-6.4.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (231.1 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ppc64le

multidict-6.4.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl (230.4 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARMv7l manylinux: glibc 2.31+ ARMv7l

multidict-6.4.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (223.6 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

multidict-6.4.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (216.1 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

multidict-6.4.3-cp313-cp313-macosx_11_0_arm64.whl (36.9 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

multidict-6.4.3-cp313-cp313-macosx_10_13_x86_64.whl (37.9 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

multidict-6.4.3-cp313-cp313-macosx_10_13_universal2.whl (63.8 kB view details)

Uploaded CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64)

multidict-6.4.3-cp312-cp312-win_amd64.whl (38.6 kB view details)

Uploaded CPython 3.12 Windows x86-64

multidict-6.4.3-cp312-cp312-win32.whl (35.2 kB view details)

Uploaded CPython 3.12 Windows x86

multidict-6.4.3-cp312-cp312-musllinux_1_2_x86_64.whl (226.9 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

multidict-6.4.3-cp312-cp312-musllinux_1_2_s390x.whl (230.8 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ s390x

multidict-6.4.3-cp312-cp312-musllinux_1_2_ppc64le.whl (233.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ppc64le

multidict-6.4.3-cp312-cp312-musllinux_1_2_i686.whl (222.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

multidict-6.4.3-cp312-cp312-musllinux_1_2_armv7l.whl (226.8 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

multidict-6.4.3-cp312-cp312-musllinux_1_2_aarch64.whl (229.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

multidict-6.4.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (223.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

multidict-6.4.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (231.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

multidict-6.4.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (231.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

multidict-6.4.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl (230.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l manylinux: glibc 2.31+ ARMv7l

multidict-6.4.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (224.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

multidict-6.4.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (216.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

multidict-6.4.3-cp312-cp312-macosx_11_0_arm64.whl (37.0 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

multidict-6.4.3-cp312-cp312-macosx_10_13_x86_64.whl (37.9 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

multidict-6.4.3-cp312-cp312-macosx_10_13_universal2.whl (64.0 kB view details)

Uploaded CPython 3.12 macOS 10.13+ universal2 (ARM64, x86-64)

multidict-6.4.3-cp311-cp311-win_amd64.whl (38.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

multidict-6.4.3-cp311-cp311-win32.whl (35.0 kB view details)

Uploaded CPython 3.11 Windows x86

multidict-6.4.3-cp311-cp311-musllinux_1_2_x86_64.whl (223.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

multidict-6.4.3-cp311-cp311-musllinux_1_2_s390x.whl (230.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ s390x

multidict-6.4.3-cp311-cp311-musllinux_1_2_ppc64le.whl (234.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ppc64le

multidict-6.4.3-cp311-cp311-musllinux_1_2_i686.whl (225.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

multidict-6.4.3-cp311-cp311-musllinux_1_2_armv7l.whl (218.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

multidict-6.4.3-cp311-cp311-musllinux_1_2_aarch64.whl (228.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

multidict-6.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (223.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

multidict-6.4.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (231.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

multidict-6.4.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (235.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

multidict-6.4.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl (223.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l manylinux: glibc 2.31+ ARMv7l

multidict-6.4.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (226.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

multidict-6.4.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (217.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

multidict-6.4.3-cp311-cp311-macosx_11_0_arm64.whl (37.7 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

multidict-6.4.3-cp311-cp311-macosx_10_9_x86_64.whl (38.5 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

multidict-6.4.3-cp311-cp311-macosx_10_9_universal2.whl (65.3 kB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

multidict-6.4.3-cp310-cp310-win_amd64.whl (38.5 kB view details)

Uploaded CPython 3.10 Windows x86-64

multidict-6.4.3-cp310-cp310-win32.whl (35.0 kB view details)

Uploaded CPython 3.10 Windows x86

multidict-6.4.3-cp310-cp310-musllinux_1_2_x86_64.whl (220.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

multidict-6.4.3-cp310-cp310-musllinux_1_2_s390x.whl (226.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ s390x

multidict-6.4.3-cp310-cp310-musllinux_1_2_ppc64le.whl (231.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ppc64le

multidict-6.4.3-cp310-cp310-musllinux_1_2_i686.whl (221.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

multidict-6.4.3-cp310-cp310-musllinux_1_2_armv7l.whl (214.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

multidict-6.4.3-cp310-cp310-musllinux_1_2_aarch64.whl (225.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

multidict-6.4.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (219.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

multidict-6.4.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (226.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

multidict-6.4.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (230.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

multidict-6.4.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl (217.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l manylinux: glibc 2.31+ ARMv7l

multidict-6.4.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (220.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

multidict-6.4.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (212.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

multidict-6.4.3-cp310-cp310-macosx_11_0_arm64.whl (38.0 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

multidict-6.4.3-cp310-cp310-macosx_10_9_x86_64.whl (38.7 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

multidict-6.4.3-cp310-cp310-macosx_10_9_universal2.whl (65.8 kB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

multidict-6.4.3-cp39-cp39-win_amd64.whl (38.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

multidict-6.4.3-cp39-cp39-win32.whl (35.1 kB view details)

Uploaded CPython 3.9 Windows x86

multidict-6.4.3-cp39-cp39-musllinux_1_2_x86_64.whl (216.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

multidict-6.4.3-cp39-cp39-musllinux_1_2_s390x.whl (221.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ s390x

multidict-6.4.3-cp39-cp39-musllinux_1_2_ppc64le.whl (227.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ppc64le

multidict-6.4.3-cp39-cp39-musllinux_1_2_i686.whl (216.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

multidict-6.4.3-cp39-cp39-musllinux_1_2_armv7l.whl (211.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

multidict-6.4.3-cp39-cp39-musllinux_1_2_aarch64.whl (221.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

multidict-6.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (216.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

multidict-6.4.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (224.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

multidict-6.4.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (228.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

multidict-6.4.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl (213.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l manylinux: glibc 2.31+ ARMv7l

multidict-6.4.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (218.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

multidict-6.4.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (209.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

multidict-6.4.3-cp39-cp39-macosx_11_0_arm64.whl (37.9 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

multidict-6.4.3-cp39-cp39-macosx_10_9_x86_64.whl (38.7 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

multidict-6.4.3-cp39-cp39-macosx_10_9_universal2.whl (65.7 kB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file multidict-6.4.3.tar.gz.

File metadata

  • Download URL: multidict-6.4.3.tar.gz
  • Upload date:
  • Size: 89.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for multidict-6.4.3.tar.gz
Algorithm Hash digest
SHA256 3ada0b058c9f213c5f95ba301f922d402ac234f1111a7d8fd70f1b99f3c281ec
MD5 8a2360ffe3736c3270b288d9e121a410
BLAKE2b-256 da2ce367dfb4c6538614a0c9453e510d75d66099edf1c4e69da1b5ce691a1931

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3.tar.gz:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-py3-none-any.whl.

File metadata

  • Download URL: multidict-6.4.3-py3-none-any.whl
  • Upload date:
  • Size: 10.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for multidict-6.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 59fe01ee8e2a1e8ceb3f6dbb216b09c8d9f4ef1c22c4fc825d045a147fa2ebc9
MD5 94bb082538f710149a2ae932015f3f8d
BLAKE2b-256 96107d526c8974f017f1e7ca584c71ee62a638e9334d8d33f27d7cdfc9ae79e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-py3-none-any.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 7146a8742ea71b5d7d955bffcef58a9e6e04efba704b52a460134fefd10a8208
MD5 c44f273ab08463632ab7fc3254f30b9b
BLAKE2b-256 e84e09301668d675d02ca8e8e1a3e6be046619e30403f5ada2ed5b080ae28d02

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313t-win_amd64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313t-win32.whl.

File metadata

  • Download URL: multidict-6.4.3-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 41.8 kB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for multidict-6.4.3-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 0ecdc12ea44bab2807d6b4a7e5eef25109ab1c82a8240d86d3c1fc9f3b72efd5
MD5 8932a7ae3a1b57d828dd7aa58ca9fd5b
BLAKE2b-256 b93b1599631f59024b75c4d6e3069f4502409970a336647502aaf6b62fb7ac98

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313t-win32.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 64bc2bbc5fba7b9db5c2c8d750824f41c6994e3882e6d73c903c2afa78d091e4
MD5 a9b5552b59fcd22868cf982b9683a0d2
BLAKE2b-256 e0325c3a556118aca9981d883f38c4b1bfae646f3627157f70f4068e5a648955

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313t-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313t-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 389cfefb599edf3fcfd5f64c0410da686f90f5f5e2c4d84e14f6797a5a337af4
MD5 b4e45f613aa9cdce17b3a592920a97d9
BLAKE2b-256 82e3cc59c7e2bc49d7f906fb4ffb6d9c3a3cf21b9f2dd9c96d05bef89c2b1fd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313t-musllinux_1_2_s390x.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313t-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313t-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 ba46b51b6e51b4ef7bfb84b82f5db0dc5e300fb222a8a13b8cd4111898a869cf
MD5 984d96131f91b875329280938e79c0a4
BLAKE2b-256 0408586d652c2f5acefe0cf4e658eedb4d71d4ba6dfd4f189bd81b400fc1bc6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313t-musllinux_1_2_ppc64le.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 31469d5832b5885adeb70982e531ce86f8c992334edd2f2254a10fa3182ac504
MD5 01a21031b2f7caaae96f9a29a9310909
BLAKE2b-256 55340ee1a7adb3560e18ee9289c6e5f7db54edc312b13e5c8263e88ea373d12c

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313t-musllinux_1_2_i686.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 acc9fa606f76fc111b4569348cc23a771cb52c61516dcc6bcef46d612edb483b
MD5 60384372132d9a919978fd9dff1394d8
BLAKE2b-256 286bd836dea45e0b8432343ba4acf9a8ecaa245da4c0960fb7ab45088a5e568a

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313t-musllinux_1_2_armv7l.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1748cb2743bedc339d63eb1bca314061568793acd603a6e37b09a326334c9f44
MD5 73ff9fe3d5084be63e563d8879566d0d
BLAKE2b-256 e742d51cc5fc1527c3717d7f85137d6c79bb7a93cd214c26f1fc57523774dbb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313t-musllinux_1_2_aarch64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3307b48cd156153b117c0ea54890a3bdbf858a5b296ddd40dc3852e5f16e9b02
MD5 fecf4716486b86d48c69a59a15af0912
BLAKE2b-256 c295910db2618175724dd254b7ae635b6cd8d2947a8b76b0376de7b96d814dab

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f84627997008390dd15762128dcf73c3365f4ec0106739cde6c20a07ed198ec8
MD5 fbb87398bfe7222a70b1f6129671bc68
BLAKE2b-256 b1db0433c104bca380989bc04d3b841fc83e95ce0c89f680e9ea4251118b52b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1f6f90700881438953eae443a9c6f8a509808bc3b185246992c4233ccee37fea
MD5 a8cd17a9b8c31221c60bc6b9549a247c
BLAKE2b-256 06db3ed012b163e376fc461e1d6a67de69b408339bc31dc83d39ae9ec3bf9578

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 daeac9dd30cda8703c417e4fddccd7c4dc0c73421a0b54a7da2713be125846be
MD5 222f830eef4ba1b8737dbbc71f07e7d6
BLAKE2b-256 a3793b7e5fea0aa80583d3a69c9d98b7913dfd4fbc341fb10bb2fb48d35a9c21

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9e78006af1a7c8a8007e4f56629d7252668344442f66982368ac06522445e375
MD5 f874a3ab5a86fac8262f1c4af45189c2
BLAKE2b-256 f6f0056c81119d8b88703971f937b371795cab1407cd3c751482de5bfe1a04a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ead46b0fa1dcf5af503a46e9f1c2e80b5d95c6011526352fa5f42ea201526124
MD5 acf1c2042678b23296a4d0a3fbc35215
BLAKE2b-256 d1afaa176c6f5f1d901aac957d5258d5e22897fe13948d1e69063ae3d5d0ca01

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 032efeab3049e37eef2ff91271884303becc9e54d740b492a93b7e7266e23756
MD5 e79fd49d96ad36c542250032208234c6
BLAKE2b-256 a729fcc53e886a2cc5595cc4560df333cb9630257bda65003a7eb4e4e0d8f9c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313t-macosx_11_0_arm64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0d4b31f8a68dccbcd2c0ea04f0e014f1defc6b78f0eb8b35f2265e8716a6df0c
MD5 04e1e5d99c02dcd606cbb7587d83782d
BLAKE2b-256 8545f1a751e1eede30c23951e2ae274ce8fad738e8a3d5714be73e0a41b27b16

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313t-macosx_10_13_x86_64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313t-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313t-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 be8751869e28b9c0d368d94f5afcb4234db66fe8496144547b4b6d6a0645cfc6
MD5 053de458548d747ecbbdba159e6023a0
BLAKE2b-256 c9132ead63b9ab0d2b3080819268acb297bd66e238070aa8d42af12b08cbee1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313t-macosx_10_13_universal2.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1c152c49e42277bc9a2f7b78bd5fa10b13e88d1b0328221e7aef89d5c60a99a5
MD5 c72bddf23255a869b9a11eb7d427aa2e
BLAKE2b-256 23572c0167a1bffa30d9a1383c3dab99d8caae985defc8636934b5668830d2ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313-win_amd64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313-win32.whl.

File metadata

  • Download URL: multidict-6.4.3-cp313-cp313-win32.whl
  • Upload date:
  • Size: 35.2 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for multidict-6.4.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 f901a5aace8e8c25d78960dcc24c870c8d356660d3b49b93a78bf38eb682aac3
MD5 b6f4524edb6d390383e177a7797e7bda
BLAKE2b-256 f1316edab296ac369fd286b845fa5dd4c409e63bc4655ed8c9510fcb477e9ae9

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313-win32.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 422a5ec315018e606473ba1f5431e064cf8b2a7468019233dcf8082fabad64c8
MD5 9dd8909bd3f5db94cb3765a456e3b2c5
BLAKE2b-256 15e92833f3c218d3c2179f3093f766940ded6b81a49d2e2f9c46ab240d23dfec

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 236966ca6c472ea4e2d3f02f6673ebfd36ba3f23159c323f5a496869bc8e47c9
MD5 6fc61faf50c98d1b672b261294382776
BLAKE2b-256 ee8df30ae8f5ff7a2461177f4d8eb0d8f69f27fb6cfe276b54ec4fd5a282d918

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313-musllinux_1_2_s390x.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 43fe10524fb0a0514be3954be53258e61d87341008ce4914f8e8b92bee6f875d
MD5 35419bf3d34a45db97ff02a4c87f9b7e
BLAKE2b-256 2620bbc9a3dec19d5492f54a167f08546656e7aef75d181d3d82541463450e88

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313-musllinux_1_2_ppc64le.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7d50d4abf6729921e9613d98344b74241572b751c6b37feed75fb0c37bd5a817
MD5 3c6570e72fd46ce1a2cdcf506ea0972c
BLAKE2b-256 cce2fae46a370dce79d08b672422a33df721ec8b80105e0ea8d87215ff6b090d

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b90e27b4674e6c405ad6c64e515a505c6d113b832df52fdacb6b1ffd1fa9a1d1
MD5 6380a0df86e78e0cd07df0fba5de9d5f
BLAKE2b-256 bbba7d196bad6b85af2307d81f6979c36ed9665f49626f66d883d6c64d156f78

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313-musllinux_1_2_armv7l.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 062428944a8dc69df9fdc5d5fc6279421e5f9c75a9ee3f586f274ba7b05ab3c8
MD5 4a2b2ff682cf322d098a41b9676ab3c9
BLAKE2b-256 72f5fbc81f866585b05f89f99d108be5d6ad170e3b6c4d0723d1a2f6ba5fa918

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2b0fabae7939d09d7d16a711468c385272fa1b9b7fb0d37e51143585d8e72e0
MD5 f74521281431922e32cc7e4e6f9df09d
BLAKE2b-256 0c93f70a4c35b103fcfe1443059a2bb7f66e5c35f2aea7804105ff214f566009

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 995015cf4a3c0d72cbf453b10a999b92c5629eaf3a0c3e1efb4b5c1f602253bb
MD5 996fbe47ec76cf7330e1f2ff66557b5b
BLAKE2b-256 a7b8b127d3e1f8dd2a5bf286b47b24567ae6363017292dc6dec44656e6246498

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3d75e621e7d887d539d6e1d789f0c64271c250276c333480a9e1de089611f790
MD5 736c66aee83439d92343ef8f99408e93
BLAKE2b-256 e2469793378d988905491a7806d8987862dc5a0bae8a622dd896c4008c7b226b

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 3002a856367c0b41cad6784f5b8d3ab008eda194ed7864aaa58f65312e2abcac
MD5 8bd31c54e5e9613169befaa47dc8caf4
BLAKE2b-256 801bd458d791e4dd0f7e92596667784fbf99e5c8ba040affe1ca04f06b93ae92

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9c64f4ddb3886dd8ab71b68a7431ad4aa01a8fa5be5b11543b29674f29ca0ba3
MD5 49e8ffa363b6b735393da595c0448cc2
BLAKE2b-256 8a687b99c751e822467c94a235b810a2fd4047d4ecb91caef6b5c60116991c4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 61ed4d82f8a1e67eb9eb04f8587970d78fe7cddb4e4d6230b77eda23d27938f9
MD5 4f875dde553ab5ce2bfe59c93a2ca557
BLAKE2b-256 638ce28e0eb2fe34921d6aa32bfc4ac75b09570b4d6818cc95d25499fe08dc1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c56c179839d5dcf51d565132185409d1d5dd8e614ba501eb79023a6cab25576b
MD5 168c11950ee9d69b0c5b88d5238b6d48
BLAKE2b-256 0b4353fc25394386c911822419b522181227ca450cf57fea76e6188772a1bd91

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 805031c2f599eee62ac579843555ed1ce389ae00c7e9f74c2a1b45e0564a88dd
MD5 735b970160d5033d2243bec721e1358f
BLAKE2b-256 45059b51fdf7aef2563340a93be0a663acba2c428c4daeaf3960d92d53a4a930

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 7a76534263d03ae0cfa721fea40fd2b5b9d17a6f85e98025931d41dc49504474
MD5 9f46f20c1d3aa39e91b08a86bbed4da7
BLAKE2b-256 6c4b86fd786d03915c6f49998cf10cd5fe6b6ac9e9a071cb40885d2e080fb90d

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp313-cp313-macosx_10_13_universal2.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 11990b5c757d956cd1db7cb140be50a63216af32cd6506329c2c59d732d802db
MD5 ab6901f74f72150f4e06be4f8a4cb750
BLAKE2b-256 0624c8fdff4f924d37225dc0c56a28b1dca10728fc2233065fafeb27b4b125be

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp312-cp312-win_amd64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp312-cp312-win32.whl.

File metadata

  • Download URL: multidict-6.4.3-cp312-cp312-win32.whl
  • Upload date:
  • Size: 35.2 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for multidict-6.4.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 8eac0c49df91b88bf91f818e0a24c1c46f3622978e2c27035bfdca98e0e18124
MD5 e273fc1f114ef04f8ff6097d4794dfaf
BLAKE2b-256 12c1259386a9ad6840ff7afc686da96808b503d152ac4feb3a96c651dc4f5abf

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp312-cp312-win32.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3b73e7227681f85d19dec46e5b881827cd354aabe46049e1a61d2f9aaa4e285a
MD5 1e2d32cec9f6925b018e9d3c6bf4e3f8
BLAKE2b-256 e672a7be29ba1e87e4fc5ceb44dabc7940b8005fd2436a332a23547709315f70

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp312-cp312-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 1535cec6443bfd80d028052e9d17ba6ff8a5a3534c51d285ba56c18af97e9713
MD5 09be94b1b09f599926547a7c47b34eb6
BLAKE2b-256 79689891f4d2b8569554723ddd6154375295f789dc65809826c6fb96a06314fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp312-cp312-musllinux_1_2_s390x.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 c23831bdee0a2a3cf21be057b5e5326292f60472fb6c6f86392bbf0de70ba731
MD5 dde72a2cd87422fc9fecaa1059004a4e
BLAKE2b-256 e7a2f6cbca875195bd65a3e53b37ab46486f3cc125bdeab20eefe5042afa31fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp312-cp312-musllinux_1_2_ppc64le.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 66eb80dd0ab36dbd559635e62fba3083a48a252633164857a1d1684f14326427
MD5 f24d2aa0883d9748a2953b6136ccb568
BLAKE2b-256 09f01e54b95bda7cd01080e5732f9abb7b76ab5cc795b66605877caeb2197476

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c2e98c840c9c8e65c0e04b40c6c5066c8632678cd50c8721fdbcd2e09f21a507
MD5 3c8d1e21b5588eba7f808830b03238b0
BLAKE2b-256 82944d1f3e74e7acf8b0c85db350e012dcc61701cd6668bc2440bb1ecb423c90

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp312-cp312-musllinux_1_2_armv7l.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8bd2b875f4ca2bb527fe23e318ddd509b7df163407b0fb717df229041c6df5d3
MD5 ef4b306fd4833bcfea86c1cb44dc6a67
BLAKE2b-256 fa84eeee6d477dd9dcb7691c3bb9d08df56017f5dd15c730bcc9383dcf201cf4

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b038f10e23f277153f86f95c777ba1958bcd5993194fda26a1d06fae98b2f00c
MD5 eec2d0fd8a185ee061328c43781e0804
BLAKE2b-256 f0ac7ced59dcdfeddd03e601edb05adff0c66d81ed4a5160c443e44f2379eef0

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 30a3ebdc068c27e9d6081fca0e2c33fdf132ecea703a72ea216b81a66860adde
MD5 b247b6caab5689f557eb61ae0d65f153
BLAKE2b-256 56cee9b5d9fcf854f61d6686ada7ff64893a7a5523b2a07da6f1265eaaea5151

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4543d8dc6470a82fde92b035a92529317191ce993533c3c0c68f56811164ed07
MD5 04a124aecc905cdf318c2d5916a40495
BLAKE2b-256 49972a33c6e7d90bc116c636c14b2abab93d6521c0c052d24bfcc231cbf7f0e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 3cd06d88cb7398252284ee75c8db8e680aa0d321451132d0dba12bc995f0adcc
MD5 4b8849af0f0a3f3d9cce9ba18d68f92e
BLAKE2b-256 863577950ed9ebd09136003a85c1926ba42001ca5be14feb49710e4334ee199b

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e1eb72c741fd24d5a28242ce72bb61bc91f8451877131fa3fe930edb195f7054
MD5 3a8dd2292ddb0cfee7006d8fd89604cc
BLAKE2b-256 602379bc78146c7ac8d1ac766b2770ca2e07c2816058b8a3d5da6caed8148637

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c605a2b2dc14282b580454b9b5d14ebe0668381a3a26d0ac39daa0ca115eb2ae
MD5 7ca849caf9bdafe9ca23bb7a1fabe605
BLAKE2b-256 dbe6325ed9055ae4e085315193a1b58bdb4d7fc38ffcc1f4975cfca97d015e17

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 659318c6c8a85f6ecfc06b4e57529e5a78dfdd697260cc81f683492ad7e9435a
MD5 8747b0a1d56f00deb07cab095907d68b
BLAKE2b-256 b4e23ca91c112644a395c8eae017144c907d173ea910c913ff8b62549dcf0bbf

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 26ae9ad364fc61b936fb7bf4c9d8bd53f3a5b4417142cd0be5c509d6f767e2f1
MD5 60fbfe7efb1bfbbd94e45920b118502a
BLAKE2b-256 7eb51b2e8de8217d2e89db156625aa0fe4a6faad98972bfe07a7b8c10ef5dd6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 1f1c2f58f08b36f8475f3ec6f5aeb95270921d418bf18f90dffd6be5c7b0e676
MD5 d739f0584cb4a84c26ff301830f40391
BLAKE2b-256 fcbb3abdaf8fe40e9226ce8a2ba5ecf332461f7beec478a455d6587159f1bf92

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp312-cp312-macosx_10_13_universal2.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 43173924fa93c7486402217fab99b60baf78d33806af299c56133a3755f69589
MD5 34c2f6e87eb16b87fb7eda39c0d8dff1
BLAKE2b-256 2f632a22e099ae2f4d92897618c00c73a09a08a2a9aa14b12736965bf8d59fd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp311-cp311-win_amd64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp311-cp311-win32.whl.

File metadata

  • Download URL: multidict-6.4.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 35.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

Hashes for multidict-6.4.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1b2019317726f41e81154df636a897de1bfe9228c3724a433894e44cd2512378
MD5 39753a3cd276dfe92b3135bab819fbca
BLAKE2b-256 2250785bb2b3fe16051bc91c70a06a919f26312da45c34db97fc87441d61e343

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp311-cp311-win32.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ab583ac203af1d09034be41458feeab7863c0635c650a16f15771e1386abf2d7
MD5 3aace1336f61f3287eee4c2dfaa136c2
BLAKE2b-256 0fae28728c314a698d8a6d9491fcacc897077348ec28dd85884d09e64df8a855

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp311-cp311-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 8aac2eeff69b71f229a405c0a4b61b54bade8e10163bc7b44fcd257949620618
MD5 99bb989c6a68da01c0c3ceef22f6f7b6
BLAKE2b-256 644418372a4f6273fc7ca25630d7bf9ae288cde64f29593a078bff450c7170b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp311-cp311-musllinux_1_2_s390x.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 e413152e3212c4d39f82cf83c6f91be44bec9ddea950ce17af87fbf4e32ca6b2
MD5 36b288e99ac02aaea2482b3abdaaec38
BLAKE2b-256 8c761d4b7218f0fd00b8e5c90b88df2e45f8af127f652f4e41add947fa54c1c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp311-cp311-musllinux_1_2_ppc64le.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ce5b3082e86aee80b3925ab4928198450d8e5b6466e11501fe03ad2191c6d777
MD5 0ac1f3af1833fa174472d80d8e3a23d6
BLAKE2b-256 368aa5174e8a7d8b94b4c8f9c1e2cf5d07451f41368ffe94d05fc957215b8e72

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 75482f43465edefd8a5d72724887ccdcd0c83778ded8f0cb1e0594bf71736cc0
MD5 8902b47e5b0f444d70a61319fa5270a4
BLAKE2b-256 88f5383827c3f1c38d7c92dbad00a8a041760228573b1c542fbf245c37bbca8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp311-cp311-musllinux_1_2_armv7l.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4eb33b0bdc50acd538f45041f5f19945a1f32b909b76d7b117c0c25d8063df56
MD5 88403c2a52b72a8a2af78cf6155b4bda
BLAKE2b-256 7fe7bca0df4dd057597b94138d2d8af04eb3c27396a425b1b0a52e082f9be621

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d4e8535bd4d741039b5aad4285ecd9b902ef9e224711f0b6afda6e38d7ac02c7
MD5 b00dc98bd314d7a5203123370af65329
BLAKE2b-256 7057c008e861b3052405eebf921fd56a748322d8c44dcfcab164fffbccbdcdc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 255dac25134d2b141c944b59a0d2f7211ca12a6d4779f7586a98b4b03ea80508
MD5 7e3af2927d9a2c79711883cfbfa5ec78
BLAKE2b-256 3bf6facdbbd73c96b67a93652774edd5778ab1167854fa08ea35ad004b1b70ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 740915eb776617b57142ce0bb13b7596933496e2f798d3d15a20614adf30d229
MD5 42a5d91cb58c443677908e154317dcc3
BLAKE2b-256 517beaf7502ac4824cdd8edcf5723e2e99f390c879866aec7b0c420267b53749

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 1f4e0334d7a555c63f5c8952c57ab6f1c7b4f8c7f3442df689fc9f03df315c08
MD5 3824b986ebf1bfdb9cf16fc5e602aef1
BLAKE2b-256 407f61a476450651f177c5570e04bd55947f693077ba7804fe9717ee9ae8de04

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2e329114f82ad4b9dd291bef614ea8971ec119ecd0f54795109976de75c9a852
MD5 2b14709899c920ae99e20798004b7b2c
BLAKE2b-256 f6d16b157110b2b187b5a608b37714acb15ee89ec773e3800315b0107ea648cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 30c433a33be000dd968f5750722eaa0991037be0be4a9d453eba121774985bc8
MD5 ae51ba49fe05157480727123a5dd9038
BLAKE2b-256 304d7d8440d3a12a6ae5d6b202d6e7f2ac6ab026e04e99aaf1b73f18e6bc34bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fbf226ac85f7d6b6b9ba77db4ec0704fde88463dc17717aec78ec3c8546c70ad
MD5 14dd278ed5200c69a176d991e62ed9b5
BLAKE2b-256 f4352292cf29ab5f0d0b3613fad1b75692148959d3834d806be1885ceb49a8ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f2882bf27037eb687e49591690e5d491e677272964f9ec7bc2abbe09108bdfb8
MD5 398d75bcbd41343fe8bc3e3f290f4798
BLAKE2b-256 44791dcd93ce7070cf01c2ee29f781c42b33c64fce20033808f1cc9ec8413d6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f6f19170197cc29baccd33ccc5b5d6a331058796485857cf34f7635aa25fb0cd
MD5 4622d43e85f8bb5a29187ae965004460
BLAKE2b-256 16e053cf7f27eda48fffa53cfd4502329ed29e00efb9e4ce41362cbf8aa54310

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp311-cp311-macosx_10_9_universal2.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b57e28dbc031d13916b946719f213c494a517b442d7b48b29443e79610acd887
MD5 6ab25bca166a30c48418d5340e2d1efe
BLAKE2b-256 d9ca8888f99892513001fa900eef11bafbf38ff3485109510487de009da85748

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp310-cp310-win_amd64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp310-cp310-win32.whl.

File metadata

  • Download URL: multidict-6.4.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 35.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

Hashes for multidict-6.4.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f92c7f62d59373cd93bc9969d2da9b4b21f78283b1379ba012f7ee8127b3152e
MD5 7683f53ffc6ac13dae64873334f7477c
BLAKE2b-256 5cb1be04fa9f08c684e9e27cca85b4ab94c10f017ec07c4c631af9c8c10bb275

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp310-cp310-win32.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8b6fcf6054fc4114a27aa865f8840ef3d675f9316e81868e0ad5866184a6cba5
MD5 a9b6afaec4958acd62fb180fe4b50794
BLAKE2b-256 2405a57490cf6a8d5854f4af2d17dfc54924f37fbb683986e133b76710a36079

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp310-cp310-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 eccb67b0e78aa2e38a04c5ecc13bab325a43e5159a181a9d1a6723db913cbb3c
MD5 cc611b40238d75fc6ea6a89d9a992125
BLAKE2b-256 07e1d191a7ad3b90c613fc4b130d07a41c380e249767586148709b54d006ca17

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp310-cp310-musllinux_1_2_s390x.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp310-cp310-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 3ccdde001578347e877ca4f629450973c510e88e8865d5aefbcb89b852ccc666
MD5 3b0f4b521fc9a6affc538ac499df018f
BLAKE2b-256 afd72ce87606e3799d9a08a941f4c170930a9895886ea8bd0eca75c44baeebe3

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp310-cp310-musllinux_1_2_ppc64le.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a62d78a1c9072949018cdb05d3c533924ef8ac9bcb06cbf96f6d14772c5cd451
MD5 b2d2f539b14211cd726b8c32da44ad52
BLAKE2b-256 7e748bc26e54c79f9a0f111350b1b28a9cacaaee53ecafccd53c90e59754d55a

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 99592bd3162e9c664671fd14e578a33bfdba487ea64bcb41d281286d3c870ad7
MD5 2852f588463d864e314fa6856437c52c
BLAKE2b-256 47c22db296d64d41525110c27ed38fadd5eb571c6b936233e75a5ea61b14e337

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp310-cp310-musllinux_1_2_armv7l.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a7bd27f7ab3204f16967a6f899b3e8e9eb3362c0ab91f2ee659e0345445e0078
MD5 64490e72ca832fc4f8e623b47ff75172
BLAKE2b-256 33fec63735db9dece0053868b2d808bcc2592a83ce1830bc98243852a2b34d42

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0bb8f8302fbc7122033df959e25777b0b7659b1fd6bcb9cb6bed76b5de67afef
MD5 8f61b5e93ad9a93b933255699caaa50f
BLAKE2b-256 2ce940d2b73e7d6574d91074d83477a990e3701affbe8b596010d4f5e6c7a6fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 909f7d43ff8f13d1adccb6a397094adc369d4da794407f8dd592c51cf0eae4b1
MD5 05a844f3db3c26e428964293993f3e3c
BLAKE2b-256 9ca752c63069eb1a079f824257bb8045d93e692fa2eb34d08323d1fdbdfc398a

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3cf62f8e447ea2c1395afa289b332e49e13d07435369b6f4e41f887db65b40bf
MD5 b8f6d4e7cc1f6b7823920d612b77f4fc
BLAKE2b-256 99a3393e23bba1e9a00f95b3957acd8f5e3ee3446e78c550f593be25f9de0483

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 b9cb19dfd83d35b6ff24a4022376ea6e45a2beba8ef3f0836b8a4b288b6ad685
MD5 0ca806c64aecfb45a8a5fe3120852c06
BLAKE2b-256 5205b4c58850f71befde6a16548968b48331a155a80627750b150bb5962e4dea

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b128dbf1c939674a50dd0b28f12c244d90e5015e751a4f339a96c54f7275e291
MD5 69854c19b75868040ae389d5e8113cf5
BLAKE2b-256 64285a7bf4e7422613ea80f9ebc529d3845b20a422cfa94d4355504ac98047ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 224b79471b4f21169ea25ebc37ed6f058040c578e50ade532e2066562597b8a9
MD5 666067685b4dff09472e346365b72906
BLAKE2b-256 e46a0572b22fe63c632254f55a1c1cb7d29f644002b1d8731d6103a290edc754

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a7be07e5df178430621c716a63151165684d3e9958f2bbfcb644246162007ab7
MD5 297fb1c6168f03ff5730e28bda69aebf
BLAKE2b-256 6deb7013316febca37414c0e1469fccadcb1a0e4315488f8f57ca5d29b384863

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a54ec568f1fc7f3c313c2f3b16e5db346bf3660e1309746e7fccbbfded856188
MD5 5756c5b2174c4e6c1e9f0d1c9930f4bb
BLAKE2b-256 10fb9ea024f928503f8c758f8463759d21958bf27b1f7a1103df73e5022e6a7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 32a998bd8a64ca48616eac5a8c1cc4fa38fb244a3facf2eeb14abe186e0f6cc5
MD5 1933bec856f7cedc0c52c08173cb2b18
BLAKE2b-256 834445e798d4cd1b5dfe41ddf36266c7aca6d954e3c7a8b0d599ad555ce2b4f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp310-cp310-macosx_10_9_universal2.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: multidict-6.4.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 38.7 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

Hashes for multidict-6.4.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b1b389ae17296dd739015d5ddb222ee99fd66adeae910de21ac950e00979d897
MD5 6895ec61677680dc85c51ebfd6c717ae
BLAKE2b-256 8fd4c6b8936fa9ff5e77fbba9ba431bc380ad0f8e6442a05c7fb6bfe35fdff60

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp39-cp39-win_amd64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp39-cp39-win32.whl.

File metadata

  • Download URL: multidict-6.4.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 35.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for multidict-6.4.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 abcfed2c4c139f25c2355e180bcc077a7cae91eefbb8b3927bb3f836c9586f1f
MD5 22db6fd83d5591f99d5c8f0b270c7132
BLAKE2b-256 1b3963d9bd977aed6a053955b30aad38bbfe1f0f8d7462f80760b498387c91ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp39-cp39-win32.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dd53893675b729a965088aaadd6a1f326a72b83742b056c1065bdd2e2a42b4df
MD5 682b10daca68383a928d63b30fbbd81f
BLAKE2b-256 994c2b69c52c4b1357d197c38a913fcf45b4200af79adfcdf96d88cb02d18f5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp39-cp39-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp39-cp39-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 a059ad6b80de5b84b9fa02a39400319e62edd39d210b4e4f8c4f1243bdac4752
MD5 9e85b98f90639e58514915b0e11f5b2a
BLAKE2b-256 2aa5c50b9430fe79d4b04efda204f22450a23cb4ae895734940541141a858089

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp39-cp39-musllinux_1_2_s390x.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp39-cp39-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 578568c4ba5f2b8abd956baf8b23790dbfdc953e87d5b110bce343b4a54fc9e7
MD5 cedc947783a9ae38ee268119e8d55519
BLAKE2b-256 9558a8f07841c6db4bdd8d1ae50cc8910cc63b5078b6dae3b196ec654d888060

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp39-cp39-musllinux_1_2_ppc64le.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0ee1bf613c448997f73fc4efb4ecebebb1c02268028dd4f11f011f02300cf1e8
MD5 19f0125bd80e135a1497d670d3cf326c
BLAKE2b-256 0066eec0484c1de91439ce4e054f754f0ecb1c9d1a5fa09a1c12952fb3717ce9

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fbd8d737867912b6c5f99f56782b8cb81f978a97b4437a1c476de90a3e41c9a1
MD5 d5670e82ded08dea11581295ed8440d7
BLAKE2b-256 3a9f77f41726c1a3e5651e37c67aea5736645484834efd06795b2f8d38318890

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp39-cp39-musllinux_1_2_armv7l.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2427370f4a255262928cd14533a70d9738dfacadb7563bc3b7f704cc2360fc4e
MD5 05fe063110dd39a4f82ca1281a3a92b7
BLAKE2b-256 6eb1c621ed6098e81404098236a08f7be9274e364cdb0fed12de837030235d19

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb6214fe1750adc2a1b801a199d64b5a67671bf76ebf24c730b157846d0e90d2
MD5 12d734d24aadf8d0a8d530786b656ae1
BLAKE2b-256 7af9b50679179dd909ba28ce49dca551b40a8349aaed64beececd8ab64589b65

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5e3929269e9d7eff905d6971d8b8c85e7dbc72c18fb99c8eae6fe0a152f2e343
MD5 cd68390814130132bc447010382337e5
BLAKE2b-256 04d2bd7454b40e4d0f21771b2aa077c0e3f4dfb965f209ffce21112743cdadaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ae93e0ff43b6f6892999af64097b18561691ffd835e21a8348a441e256592e1f
MD5 19d4675447e631e87227144667680c0a
BLAKE2b-256 0be995af61c79ffabb4a4331fe0736280ef30b324b67772fd018faf408d73f7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 9f35de41aec4b323c71f54b0ca461ebf694fb48bec62f65221f52e0017955b39
MD5 de3ece963d629d41c67f0cb886891a9f
BLAKE2b-256 acb96ccb5bfc3747546e096f34c8b2ee91ccab0a92fefe7a9addc4ef9055ab4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 edf74dc5e212b8c75165b435c43eb0d5e81b6b300a938a4eb82827119115e840
MD5 4156e9ceffaa8fae150d25987c1d3a3d
BLAKE2b-256 7fc576c9a8cd657b3a44daf08f14faebb558b00fa22698f58ee7fa3876ade2e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6d79cf5c0c6284e90f72123f4a3e4add52d6c6ebb4a9054e88df15b8d08444c6
MD5 38da3cdec90d337b6a941834e1c943e6
BLAKE2b-256 8f479b77c483a5183ed734d1272cbe685d7313922806d686c63748997374afc1

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6b5a272bc7c36a2cd1b56ddc6bff02e9ce499f9f14ee4a45c45434ef083f2459
MD5 056617716f559b06ed2e7b081756662c
BLAKE2b-256 04f83a7ec724c51ad9c1534ebb0a60020e24c12b1fe4c60a4fdd0c97a3383cf4

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 24a8caa26521b9ad09732972927d7b45b66453e6ebd91a3c6a46d811eeb7349b
MD5 e473586d123e88a1fcb76996188c4320
BLAKE2b-256 b54e3a2daf9ccbdb503df7b91cbee240fccc96dd3287397b05ed59673b196cde

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

File details

Details for the file multidict-6.4.3-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for multidict-6.4.3-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5427a2679e95a642b7f8b0f761e660c845c8e6fe3141cddd6b62005bd133fc21
MD5 5d7763d7ce869b06912d40cf792364a5
BLAKE2b-256 6241609ef2253da5d1686a85456b8315dec648a45a1d547074db225e94b3dd61

See more details on using hashes here.

Provenance

The following attestation bundles were made for multidict-6.4.3-cp39-cp39-macosx_10_9_universal2.whl:

Publisher: ci-cd.yml on aio-libs/multidict

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

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page