Multidict is dict-like collection of key-value pairs where key might occur more than once in the container.
IntroductionHTTP 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.
LicenseApache 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.
Download filesDownload the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution Built Distributions File detailsDetails for the file multidict-6.6.4.tar.gz
.
d2d4e4787672911b48350df02ed3fa3fffdc2f2e8ca06dd6afdf34189b76a9dd
MD5 479587db63b5fe7f74a921b51bdbd371
BLAKE2b-256 697f0652e6ed47ab288e3756ea9c0df8b14950781184d4bd7883f4d87dd41245
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4.tar.gz
:
Details for the file multidict-6.6.4-py3-none-any.whl
.
27d8f8e125c07cb954e54d75d04905a9bba8a439c1d84aca94949d4d03d8601c
MD5 a7e0aeb7e5daa4a513a6e0c8d742019f
BLAKE2b-256 fd69b547032297c7e63ba2af494edba695d781af8a0c6e89e4d06cf848b21d80
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-py3-none-any.whl
:
Details for the file multidict-6.6.4-cp313-cp313t-win_arm64.whl
.
756989334015e3335d087a27331659820d53ba432befdef6a718398b0a8493ad
MD5 127672304777bf9e9c9c84c11765c595
BLAKE2b-256 97ea43ac51faff934086db9c072a94d327d71b7d8b40cd5dcb47311330929ef0
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313t-win_arm64.whl
:
Details for the file multidict-6.6.4-cp313-cp313t-win_amd64.whl
.
6d46a180acdf6e87cc41dc15d8f5c2986e1e8739dc25dbb7dac826731ef381a4
MD5 89251d2caea978de87e7992c11a912af
BLAKE2b-256 b20a2436550b1520091af0600dff547913cb2d66fbac27a8c33bc1b1bccd8d98
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313t-win_amd64.whl
:
Details for the file multidict-6.6.4-cp313-cp313t-win32.whl
.
f93b2b2279883d1d0a9e1bd01f312d6fc315c5e4c1f09e112e4736e2f650bc4e
MD5 8796346360cb953ead5a93419a5b9147
BLAKE2b-256 50b0a6fae46071b645ae98786ab738447de1ef53742eaad949f27e960864bb49
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313t-win32.whl
:
Details for the file multidict-6.6.4-cp313-cp313t-musllinux_1_2_x86_64.whl
.
a506a77ddee1efcca81ecbeae27ade3e09cdf21a8ae854d766c2bb4f14053f92
MD5 117d6f101c1262c3faf898e0b39fa000
BLAKE2b-256 373d7b1e10d774a6df5175ecd3c92bff069e77bed9ec2a927fdd4ff5fe182f67
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313t-musllinux_1_2_x86_64.whl
:
Details for the file multidict-6.6.4-cp313-cp313t-musllinux_1_2_s390x.whl
.
e1b93790ed0bc26feb72e2f08299691ceb6da5e9e14a0d13cc74f1869af327a0
MD5 06bacb82fe13063af1d27be29bb5c914
BLAKE2b-256 3a098fe02d204473e14c0af3affd50af9078839dfca1742f025cca765435d6b4
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313t-musllinux_1_2_s390x.whl
:
Details for the file multidict-6.6.4-cp313-cp313t-musllinux_1_2_ppc64le.whl
.
37b7187197da6af3ee0b044dbc9625afd0c885f2800815b228a0e70f9a7f473d
MD5 de543c0e620838107105ff6f0bd68d39
BLAKE2b-256 38ea6c98add069b4878c1d66428a5f5149ddb6d32b1f9836a826ac764b9940be
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313t-musllinux_1_2_ppc64le.whl
:
Details for the file multidict-6.6.4-cp313-cp313t-musllinux_1_2_i686.whl
.
580b643b7fd2c295d83cad90d78419081f53fd532d1f1eb67ceb7060f61cff0d
MD5 99e6d4be3cfef159ea3d5985c020bf24
BLAKE2b-256 a99d28802e8f9121a6a0804fa009debf4e753d0a59969ea9f70be5f5fdfcb18f
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313t-musllinux_1_2_i686.whl
:
Details for the file multidict-6.6.4-cp313-cp313t-musllinux_1_2_armv7l.whl
.
3ba5aaf600edaf2a868a391779f7a85d93bed147854925f34edd24cc70a3e141
MD5 8aa8ff5a10227f0e6849b519a687393a
BLAKE2b-256 f3a369a84b0eccb9824491f06368f5b86e72e4af54c3067c37c39099b6687109
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313t-musllinux_1_2_armv7l.whl
:
Details for the file multidict-6.6.4-cp313-cp313t-musllinux_1_2_aarch64.whl
.
7f683a551e92bdb7fac545b9c6f9fa2aebdeefa61d607510b3533286fcab67f5
MD5 5902c318c8ccb19fe1c561b708b65729
BLAKE2b-256 1fb5e0571bc13cda277db7e6e8a532791d4403dacc9850006cb66d2556e649c0
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313t-musllinux_1_2_aarch64.whl
:
Details for the file multidict-6.6.4-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
.
2a4c6875c37aae9794308ec43e3530e4aa0d36579ce38d89979bbf89582002bb
MD5 86510f01da6b73ddac454e2f135d60ac
BLAKE2b-256 cfe9ed750a2a9afb4f8dc6f13dc5b67b514832101b95714f1211cd42e0aafc26
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
:
Details for the file multidict-6.6.4-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
.
967af5f238ebc2eb1da4e77af5492219fbd9b4b812347da39a7b5f5c72c0fa45
MD5 fc8c8aad51f09d81d8de20e7837eb367
BLAKE2b-256 055f77c03b89af0fcb16f018f668207768191fb9dcfb5e3361a5e706a11db2c9
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
:
Details for the file multidict-6.6.4-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
.
7dd57515bebffd8ebd714d101d4c434063322e4fe24042e90ced41f18b6d3395
MD5 f93476da54b921f0c57866b69b4d13ae
BLAKE2b-256 00443faa416f89b2d5d76e9d447296a81521e1c832ad6e40b92f990697b43192
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
:
Details for the file multidict-6.6.4-cp313-cp313t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
.
dadf95aa862714ea468a49ad1e09fe00fcc9ec67d122f6596a8d40caf6cec7d0
MD5 a436e806fb4ae0b2171d9235e5221e22
BLAKE2b-256 06786b7c0f020f9aa0acf66d0ab4eb9f08375bac9a50ff5e3edb1c4ccd59eafc
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
:
Details for the file multidict-6.6.4-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
.
cc356250cffd6e78416cf5b40dc6a74f1edf3be8e834cf8862d9ed5265cf9b0e
MD5 7c3af658755ae28b4377e7fdc62c6096
BLAKE2b-256 c7bc01ddda2a73dd9d167bd85d0e8ef4293836a8f82b786c63fb1a429bc3e678
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
:
Details for the file multidict-6.6.4-cp313-cp313t-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
.
f996b87b420995a9174b2a7c1a8daf7db4750be6848b03eb5e639674f7963773
MD5 47d738974a73270fdedcbabfb852247f
BLAKE2b-256 89db98aa28bc7e071bfba611ac2ae803c24e96dd3a452b4118c587d3d872c64c
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313t-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
:
Details for the file multidict-6.6.4-cp313-cp313t-macosx_11_0_arm64.whl
.
3f8e2384cb83ebd23fd07e9eada8ba64afc4c759cd94817433ab8c81ee4b403f
MD5 aa79f7311da46e18fa2b28d9d0631d9f
BLAKE2b-256 265add4ade298674b2f9a7b06a32c94ffbc0497354df8285f27317c66433ce3b
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313t-macosx_11_0_arm64.whl
:
Details for the file multidict-6.6.4-cp313-cp313t-macosx_10_13_x86_64.whl
.
0e0558693063c75f3d952abf645c78f3c5dfdd825a41d8c4d8156fc0b0da6e7e
MD5 394e4cc980c6aba764604750f49660c6
BLAKE2b-256 251abe8e369dfcd260d2070a67e65dd3990dd635cbd735b98da31e00ea84cd4e
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313t-macosx_10_13_x86_64.whl
:
Details for the file multidict-6.6.4-cp313-cp313t-macosx_10_13_universal2.whl
.
6c84378acd4f37d1b507dfa0d459b449e2321b3ba5f2338f9b085cf7a7ba95eb
MD5 7772de306a864496ecff8d016d6b897c
BLAKE2b-256 64940a8e63e36c049b571c9ae41ee301ada29c3fee9643d9c2548d7d558a1d99
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313t-macosx_10_13_universal2.whl
:
Details for the file multidict-6.6.4-cp313-cp313-win_arm64.whl
.
f6eb37d511bfae9e13e82cb4d1af36b91150466f24d9b2b8a9785816deb16605
MD5 7b45815060de760dfa5de2a0f5459101
BLAKE2b-256 c7873bac136181e271e29170d8d71929cdeddeb77f3e8b6a0c08da3a8e9da114
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313-win_arm64.whl
:
Details for the file multidict-6.6.4-cp313-cp313-win_amd64.whl
.
40cd05eaeb39e2bc8939451f033e57feaa2ac99e07dbca8afe2be450a4a3b6cf
MD5 4d5025600e7e7e44543eabb4657f1bf2
BLAKE2b-256 9d34746696dffff742e97cd6a23da953e55d0ea51fa601fa2ff387b3edcfaa2c
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313-win_amd64.whl
:
Details for the file multidict-6.6.4-cp313-cp313-win32.whl
.
14616a30fe6d0a48d0a48d1a633ab3b8bec4cf293aac65f32ed116f620adfd69
MD5 f849743edaa3c021e472effc600e29f0
BLAKE2b-256 c40e7e79d38f70a872cae32e29b0d77024bef7834b0afb406ddae6558d9e2414
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313-win32.whl
:
Details for the file multidict-6.6.4-cp313-cp313-musllinux_1_2_x86_64.whl
.
467fe64138cfac771f0e949b938c2e1ada2b5af22f39692aa9258715e9ea613a
MD5 177ce78437befa7e976c5832a94fb063
BLAKE2b-256 13b529ec78057d377b195ac2c5248c773703a6b602e132a763e20ec0457e7440
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313-musllinux_1_2_x86_64.whl
:
Details for the file multidict-6.6.4-cp313-cp313-musllinux_1_2_s390x.whl
.
59e8d40ab1f5a8597abcef00d04845155a5693b5da00d2c93dbe88f2050f2812
MD5 ed28e42a2b0d09423031effc57e4a184
BLAKE2b-256 c565d1f84fe08ac44a5fc7391cbc20a7cedc433ea616b266284413fd86062f8c
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313-musllinux_1_2_s390x.whl
:
Details for the file multidict-6.6.4-cp313-cp313-musllinux_1_2_ppc64le.whl
.
34d8f2a5ffdceab9dcd97c7a016deb2308531d5f0fced2bb0c9e1df45b3363d7
MD5 03505c83a1a135ffdd84463d96188e32
BLAKE2b-256 d4791916af833b800d13883e452e8e0977c065c4ee3ab7a26941fbfdebc11895
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313-musllinux_1_2_ppc64le.whl
:
Details for the file multidict-6.6.4-cp313-cp313-musllinux_1_2_i686.whl
.
190766dac95aab54cae5b152a56520fd99298f32a1266d66d27fdd1b5ac00f4e
MD5 f584a2451770b139c5d14a8c12df11df
BLAKE2b-256 b81aac2216b61c7f116edab6dc3378cca6c70dc019c9a457ff0d754067c58b20
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313-musllinux_1_2_i686.whl
:
Details for the file multidict-6.6.4-cp313-cp313-musllinux_1_2_armv7l.whl
.
a693fc5ed9bdd1c9e898013e0da4dcc640de7963a371c0bd458e50e046bf6438
MD5 5a7daad2ceeaa3e2616c16a4f2df932d
BLAKE2b-256 d0a1dad75d23a90c29c02b5d6f3d7c10ab36c3197613be5d07ec49c7791e186c
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313-musllinux_1_2_armv7l.whl
:
Details for the file multidict-6.6.4-cp313-cp313-musllinux_1_2_aarch64.whl
.
024ce601f92d780ca1617ad4be5ac15b501cc2414970ffa2bb2bbc2bd5a68fa5
MD5 fa5d2d4b8d13976999ae70466633cb82
BLAKE2b-256 173858b27fed927c07035abc02befacab42491e7388ca105e087e6e0215ead64
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313-musllinux_1_2_aarch64.whl
:
Details for the file multidict-6.6.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
.
497a2954adc25c08daff36f795077f63ad33e13f19bfff7736e72c785391534f
MD5 68cc85c95a2d3270a1e8c8af08bc24ca
BLAKE2b-256 80e55e22c5bf96a64bdd43518b1834c6d95a4922cc2066b7d8e467dae9b6cee6
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
:
Details for the file multidict-6.6.4-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
.
ad8850921d3a8d8ff6fbef790e773cecfc260bbfa0566998980d3fa8f520bc4a
MD5 29fd83fa7c7f79dace4789475d31137d
BLAKE2b-256 bfb4aa4c5c379b11895083d50021e229e90c408d7d875471cb3abf721e4670d6
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
:
Details for the file multidict-6.6.4-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
.
52e3c8d43cdfff587ceedce9deb25e6ae77daba560b626e97a56ddcad3756879
MD5 2ce4a2bc8faee01a7106b972cc921351
BLAKE2b-256 e749484d3e6b535bc0555b52a0a26ba86e4d8d03fd5587d4936dc59ba7583221
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
:
Details for the file multidict-6.6.4-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
.
87a32d20759dc52a9e850fe1061b6e41ab28e2998d44168a8a341b99ded1dba0
MD5 001da080d4d76a838093a57adc68bf8b
BLAKE2b-256 ad8690e20b5771d6805a119e483fd3d1e8393e745a11511aebca41f0da38c3e2
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
:
Details for the file multidict-6.6.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
.
ae9408439537c5afdca05edd128a63f56a62680f4b3c234301055d7a2000220f
MD5 65b2fdcdb0063e4c1edd38f4b315f794
BLAKE2b-256 c41c8a10c1c25b23156e63b12165a929d8eb49a6ed769fdbefb06e6f07c1e50d
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
:
Details for the file multidict-6.6.4-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
.
49517449b58d043023720aa58e62b2f74ce9b28f740a0b5d33971149553d72aa
MD5 4f0192aeadbee34da5818a663d0b120a
BLAKE2b-256 dc31d54eb0c62516776f36fe67f84a732f97e0b0e12f98d5685bebcc6d396910
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
:
Details for the file multidict-6.6.4-cp313-cp313-macosx_11_0_arm64.whl
.
5df8afd26f162da59e218ac0eefaa01b01b2e6cd606cffa46608f699539246da
MD5 f977dcf97333bedb93e5ac06cd311b7c
BLAKE2b-256 ebc6f5e97e5d99a729bc2aa58eb3ebfa9f1e56a9b517cc38c60537c81834a73f
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313-macosx_11_0_arm64.whl
:
Details for the file multidict-6.6.4-cp313-cp313-macosx_10_13_x86_64.whl
.
22e38b2bc176c5eb9c0a0e379f9d188ae4cd8b28c0f53b52bce7ab0a9e534657
MD5 2861374bc8a56021947bc40bfbc0dbde
BLAKE2b-256 4caa8b6f548d839b6c13887253af4e29c939af22a18591bfb5d0ee6f1931dae8
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313-macosx_10_13_x86_64.whl
:
Details for the file multidict-6.6.4-cp313-cp313-macosx_10_13_universal2.whl
.
f46a6e8597f9bd71b31cc708195d42b634c8527fecbcf93febf1052cacc1f16e
MD5 0d46142e891d4dfd54d4500fe509e596
BLAKE2b-256 3a5de1db626f64f60008320aab00fbe4f23fc3300d75892a3381275b3d284580
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp313-cp313-macosx_10_13_universal2.whl
:
Details for the file multidict-6.6.4-cp312-cp312-win_arm64.whl
.
14754eb72feaa1e8ae528468f24250dd997b8e2188c3d2f593f9eba259e4b364
MD5 422e3ebbf37e3d76fce1d0fda71726c1
BLAKE2b-256 9f16b929320bf5750e2d9d4931835a4c638a19d2494a5b519caaaa7492ebe105
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp312-cp312-win_arm64.whl
:
Details for the file multidict-6.6.4-cp312-cp312-win_amd64.whl
.
047d9425860a8c9544fed1b9584f0c8bcd31bcde9568b047c5e567a1025ecd6e
MD5 1faea8038c051b4f5d325b22b6329c5b
BLAKE2b-256 c7ebd88b1780d43a56db2cba24289fa744a9d216c1a8546a0dc3956563fd53ea
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp312-cp312-win_amd64.whl
:
Details for the file multidict-6.6.4-cp312-cp312-win32.whl
.
8c2fcb12136530ed19572bbba61b407f655e3953ba669b96a35036a11a485793
MD5 c92090f2caa61d7ce2734de7d464ba80
BLAKE2b-256 86a28022f78f041dfe6d71e364001a5cf987c30edfc83c8a5fb7a3f0974cff39
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp312-cp312-win32.whl
:
Details for the file multidict-6.6.4-cp312-cp312-musllinux_1_2_x86_64.whl
.
452ff5da78d4720d7516a3a2abd804957532dd69296cb77319c193e3ffb87e24
MD5 11cfc2b30eaa45a5cccda493dcfd6e71
BLAKE2b-256 039eb3a459bcf9b6e74fa461a5222a10ff9b544cb1cd52fd482fb1b75ecda2a2
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp312-cp312-musllinux_1_2_x86_64.whl
:
Details for the file multidict-6.6.4-cp312-cp312-musllinux_1_2_s390x.whl
.
a650629970fa21ac1fb06ba25dabfc5b8a2054fcbf6ae97c758aa956b8dba802
MD5 4bb58fded97e523adcbac1addb4d8c89
BLAKE2b-256 3ed97fb85a85e14de2e44dfb6a24f03c41e2af8697a6df83daddb0e9b7569f73
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp312-cp312-musllinux_1_2_s390x.whl
:
Details for the file multidict-6.6.4-cp312-cp312-musllinux_1_2_ppc64le.whl
.
db9801fe021f59a5b375ab778973127ca0ac52429a26e2fd86aa9508f4d26eb7
MD5 fd3422d1f7a6340577d01cffae1a8796
BLAKE2b-256 0eb00ed49bba775b135937f52fe13922bc64a7eaf0a3ead84a36e8e4e446e096
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp312-cp312-musllinux_1_2_ppc64le.whl
:
Details for the file multidict-6.6.4-cp312-cp312-musllinux_1_2_i686.whl
.
4fefd4a815e362d4f011919d97d7b4a1e566f1dde83dc4ad8cfb5b41de1df68d
MD5 032f94d280b79173b32929b43befda61
BLAKE2b-256 af0accbb244ac848e56c6427f2392741c06302bbfba49c0042f1eb3c5b606497
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp312-cp312-musllinux_1_2_i686.whl
:
Details for the file multidict-6.6.4-cp312-cp312-musllinux_1_2_armv7l.whl
.
75aa52fba2d96bf972e85451b99d8e19cc37ce26fd016f6d4aa60da9ab2b005f
MD5 f90c08a4f4bc0da20f9a2491d8f57488
BLAKE2b-256 5c74ab2039ecc05264b5cec73eb018ce417af3ebb384ae9c0e9ed42cb33f8151
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp312-cp312-musllinux_1_2_armv7l.whl
:
Details for the file multidict-6.6.4-cp312-cp312-musllinux_1_2_aarch64.whl
.
bbc14f0365534d35a06970d6a83478b249752e922d662dc24d489af1aa0d1be7
MD5 6feaeb1d35d22e2817af545d5e7d26e4
BLAKE2b-256 0954655be13ae324212bf0bc15d665a4e34844f34c206f78801be42f7a0a8aaa
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp312-cp312-musllinux_1_2_aarch64.whl
:
Details for the file multidict-6.6.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
.
b8eb3025f17b0a4c3cd08cda49acf312a19ad6e8a4edd9dbd591e6506d999402
MD5 acc2ff9888b10b81b146127641b0afd0
BLAKE2b-256 af65753a2d8b05daf496f4a9c367fe844e90a1b2cac78e2be2c844200d10cc4c
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
:
Details for the file multidict-6.6.4-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
.
8fe323540c255db0bffee79ad7f048c909f2ab0edb87a597e1c17da6a54e493c
MD5 c84421c5f6bdc9721e953883188befed
BLAKE2b-256 0de9920bfa46c27b05fb3e1ad85121fd49f441492dca2449c5bcfe42e4565d8a
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
:
Details for the file multidict-6.6.4-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
.
01368e3c94032ba6ca0b78e7ccb099643466cf24f8dc8eefcfdc0571d56e58f9
MD5 7d6628e4ca62d83e209401e4faff3a81
BLAKE2b-256 0f8480c77c99df05a75c28490b2af8f7cba2a12621186e0a8b0865d8e745c104
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
:
Details for the file multidict-6.6.4-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
.
0f37bed7319b848097085d7d48116f545985db988e2256b2e6f00563a3416ee6
MD5 0f1b912fbeae1b150914e7a7038a2a91
BLAKE2b-256 3ce88ca2e9a9f5a435fc6db40438a55730a4bf4956b554e487fa1b9ae920f825
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
:
Details for the file multidict-6.6.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
.
0a2088c126b6f72db6c9212ad827d0ba088c01d951cee25e758c450da732c138
MD5 59def6fbecfa545f1f75cd6efcc04790
BLAKE2b-256 c8458b3d6dbad8cf3252553cc41abea09ad527b33ce47a5e199072620b296902
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
:
Details for the file multidict-6.6.4-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
.
6865f6d3b7900ae020b495d599fcf3765653bc927951c1abb959017f81ae8287
MD5 f75937557719b71e4d4814d253479ac3
BLAKE2b-256 0551edf414f4df058574a7265034d04c935aa84a89e79ce90fcf4df211f47b16
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
:
Details for the file multidict-6.6.4-cp312-cp312-macosx_11_0_arm64.whl
.
38a0956dd92d918ad5feff3db8fcb4a5eb7dba114da917e1a88475619781b57b
MD5 f5d06651247d80e9cdb9b2dfe8dd1250
BLAKE2b-256 fdcae8c4472a93a26e4507c0b8e1f0762c0d8a32de1328ef72fd704ef9cc5447
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp312-cp312-macosx_11_0_arm64.whl
:
Details for the file multidict-6.6.4-cp312-cp312-macosx_10_13_x86_64.whl
.
d191de6cbab2aff5de6c5723101705fd044b3e4c7cfd587a1929b5028b9714b3
MD5 5600aa8b8755ea6a2145ff8e33776dab
BLAKE2b-256 995845c3e75deb8855c36bd66cc1658007589662ba584dbf423d01df478dd1c5
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp312-cp312-macosx_10_13_x86_64.whl
:
Details for the file multidict-6.6.4-cp312-cp312-macosx_10_13_universal2.whl
.
0ffb87be160942d56d7b87b0fdf098e81ed565add09eaa1294268c7f3caac4c8
MD5 26cecbbf680e1fda04292f454ebb7d03
BLAKE2b-256 05f6512ffd8fd8b37fb2680e5ac35d788f1d71bbaf37789d21a820bdc441e565
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp312-cp312-macosx_10_13_universal2.whl
:
Details for the file multidict-6.6.4-cp311-cp311-win_arm64.whl
.
3bb0eae408fa1996d87247ca0d6a57b7fc1dcf83e8a5c47ab82c558c250d4adf
MD5 d795d03a5f03809811a8a3374b1766cc
BLAKE2b-256 0f5e553d67d24432c5cd52b49047f2d248821843743ee6d29a704594f656d182
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp311-cp311-win_arm64.whl
:
Details for the file multidict-6.6.4-cp311-cp311-win_amd64.whl
.
d8c112f7a90d8ca5d20213aa41eac690bb50a76da153e3afb3886418e61cb22e
MD5 7b3d0ebe29666f7c91e7807fe648dcfb
BLAKE2b-256 747d36b045c23a1ab98507aefd44fd8b264ee1dd5e5010543c6fccf82141ccef
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp311-cp311-win_amd64.whl
:
Details for the file multidict-6.6.4-cp311-cp311-win32.whl
.
ed3b94c5e362a8a84d69642dbeac615452e8af9b8eb825b7bc9f31a53a1051e2
MD5 0221f327ebdc55b33d68ba137eae5bb7
BLAKE2b-256 ecd35b2281ed89ff4d5318d82478a2a2450fcdfc3300da48ff15c1778280ad26
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp311-cp311-win32.whl
:
Details for the file multidict-6.6.4-cp311-cp311-musllinux_1_2_x86_64.whl
.
43868297a5759a845fa3a483fb4392973a95fb1de891605a3728130c52b8f40f
MD5 742f91728df9d649626a2c2de650896a
BLAKE2b-256 1952d5d6b344f176a5ac3606f7a61fb44dc746e04550e1a13834dff722b8d7d6
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp311-cp311-musllinux_1_2_x86_64.whl
:
Details for the file multidict-6.6.4-cp311-cp311-musllinux_1_2_s390x.whl
.
4a1fb393a2c9d202cb766c76208bd7945bc194eba8ac920ce98c6e458f0b524b
MD5 98329fb7f4749cfca145b817359ad0d0
BLAKE2b-256 29b6fd59449204426187b82bf8a75f629310f68c6adc9559dc922d5abe34797b
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp311-cp311-musllinux_1_2_s390x.whl
:
Details for the file multidict-6.6.4-cp311-cp311-musllinux_1_2_ppc64le.whl
.
55624b3f321d84c403cb7d8e6e982f41ae233d85f85db54ba6286f7295dc8a9c
MD5 0f5f1e69de67e0cf5ac22f53c27b4e4c
BLAKE2b-256 4afe29f23460c3d995f6a4b678cb2e9730e7277231b981f0b234702f0177818a
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp311-cp311-musllinux_1_2_ppc64le.whl
:
Details for the file multidict-6.6.4-cp311-cp311-musllinux_1_2_i686.whl
.
1a0ccbfe93ca114c5d65a2471d52d8829e56d467c97b0e341cf5ee45410033b3
MD5 68d513c0c76a4618a9696e41644b5579
BLAKE2b-256 57cff94af5c36baaa75d44fab9f02e2a6bcfa0cd90acb44d4976a80960759dbc
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp311-cp311-musllinux_1_2_i686.whl
:
Details for the file multidict-6.6.4-cp311-cp311-musllinux_1_2_armv7l.whl
.
8c91cdb30809a96d9ecf442ec9bc45e8cfaa0f7f8bdf534e082c2443a196727e
MD5 5c0bd2fc33339ac51c33f36745bfc129
BLAKE2b-256 aac9d82e95ae1d6e4ef396934e9b0e942dfc428775f9554acf04393cce66b157
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp311-cp311-musllinux_1_2_armv7l.whl
:
Details for the file multidict-6.6.4-cp311-cp311-musllinux_1_2_aarch64.whl
.
aaea28ba20a9026dfa77f4b80369e51cb767c61e33a2d4043399c67bd95fb7c6
MD5 e9708837d91d1e3d35c614c2c826a71e
BLAKE2b-256 01ef4698d6842ef5e797c6db7744b0081e36fb5de3d00002cc4c58071097fac3
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp311-cp311-musllinux_1_2_aarch64.whl
:
Details for the file multidict-6.6.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
.
e167bf899c3d724f9662ef00b4f7fef87a19c22b2fead198a6f68b263618df52
MD5 dae1437ac4e2e6454fb51cfc6b10e582
BLAKE2b-256 006efac58b1072a6fc59af5e7acb245e8754d3e1f97f4f808a6559951f72a0d4
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
:
Details for the file multidict-6.6.4-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
.
e5b1413361cef15340ab9dc61523e653d25723e82d488ef7d60a12878227ed50
MD5 951161d4735afe3ae40df1a7412b76ce
BLAKE2b-256 257762752d3dbd70e27fdd68e86626c1ae6bccfebe2bb1f84ae226363e112f5a
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
:
Details for the file multidict-6.6.4-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
.
b95494daf857602eccf4c18ca33337dd2be705bccdb6dddbfc9d513e6addb9d9
MD5 dec4c426ea64c3c264182d21aee0e4d7
BLAKE2b-256 71cc9a117f828b4d7fbaec6adeed2204f211e9caf0a012692a1ee32169f846ae
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
:
Details for the file multidict-6.6.4-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
.
56c6b3652f945c9bc3ac6c8178cd93132b8d82dd581fcbc3a00676c51302bc1a
MD5 bc192e102629182bcf09fc349920dedd
BLAKE2b-256 08ee2f464330acd83f77dcc346f0b1a0eaae10230291450887f96b204b8ac4d3
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
:
Details for the file multidict-6.6.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
.
cbbc54e58b34c3bae389ef00046be0961f30fef7cb0dd9c7756aee376a4f7683
MD5 37801ba0b46b6f704ef513dc8a434cc3
BLAKE2b-256 b60e915160be8fecf1fca35f790c08fb74ca684d752fcba62c11daaf3d92c216
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
:
Details for the file multidict-6.6.4-cp311-cp311-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
.
105245cc6b76f51e408451a844a54e6823bbd5a490ebfe5bdfc79798511ceded
MD5 375c767f81bb6ccf7a2ca871769b17fb
BLAKE2b-256 0335436a5da8702b06866189b69f655ffdb8f70796252a8772a77815f1812679
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp311-cp311-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
:
Details for the file multidict-6.6.4-cp311-cp311-macosx_11_0_arm64.whl
.
66247d72ed62d5dd29752ffc1d3b88f135c6a8de8b5f63b7c14e973ef5bda19e
MD5 d3180b2bea1714b7c2ab1fc13eaa51ae
BLAKE2b-256 a74bceeb4f8f33cf81277da464307afeaf164fb0297947642585884f5cad4f28
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp311-cp311-macosx_11_0_arm64.whl
:
Details for the file multidict-6.6.4-cp311-cp311-macosx_10_9_x86_64.whl
.
6bf2f10f70acc7a2446965ffbc726e5fc0b272c97a90b485857e5c70022213eb
MD5 5019e64ebf396a2a1da09677d616e1a1
BLAKE2b-256 54a3bed07bc9e2bb302ce752f1dabc69e884cd6a676da44fb0e501b246031fdd
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp311-cp311-macosx_10_9_x86_64.whl
:
Details for the file multidict-6.6.4-cp311-cp311-macosx_10_9_universal2.whl
.
c7a0e9b561e6460484318a7612e725df1145d46b0ef57c6b9866441bf6e27e0c
MD5 0608868b292666a185db1c1caa137b5e
BLAKE2b-256 6b7f90a7f01e2d005d6653c689039977f6856718c75c5579445effb7e60923d1
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp311-cp311-macosx_10_9_universal2.whl
:
Details for the file multidict-6.6.4-cp310-cp310-win_arm64.whl
.
01d0959807a451fe9fdd4da3e139cb5b77f7328baf2140feeaf233e1d777b729
MD5 c2c931cae4171c9974bca847fdaa0a34
BLAKE2b-256 cf9a874212b6f5c1c2d870d0a7adc5bb4cfe9b0624fa15cdf5cf757c0f5087ae
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp310-cp310-win_arm64.whl
:
Details for the file multidict-6.6.4-cp310-cp310-win_amd64.whl
.
ce9a40fbe52e57e7edf20113a4eaddfacac0561a0879734e636aa6d4bb5e3fb0
MD5 600287e5a1b7ca7c47ca18dcd32efbe7
BLAKE2b-256 c053cab1ad80356a4cd1b685a254b680167059b433b573e53872fab245e9fc95
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp310-cp310-win_amd64.whl
:
Details for the file multidict-6.6.4-cp310-cp310-win32.whl
.
17d2cbbfa6ff20821396b25890f155f40c986f9cfbce5667759696d83504954f
MD5 0045f447d7e02fea22726dfada9a50d3
BLAKE2b-256 113d8bdd8bcaff2951ce2affccca107a404925a2beafedd5aef0b5e4a71120a6
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp310-cp310-win32.whl
:
Details for the file multidict-6.6.4-cp310-cp310-musllinux_1_2_x86_64.whl
.
163c7ea522ea9365a8a57832dea7618e6cbdc3cd75f8c627663587459a4e328f
MD5 93851d87337ef8ba4f8330004d456706
BLAKE2b-256 7c60a18c6900086769312560b2626b18e8cca22d9e85b1186ba77f4755b11266
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp310-cp310-musllinux_1_2_x86_64.whl
:
Details for the file multidict-6.6.4-cp310-cp310-musllinux_1_2_s390x.whl
.
9a950b7cf54099c1209f455ac5970b1ea81410f2af60ed9eb3c3f14f0bfcf987
MD5 825895e218d4bd049392a7521ea09cb0
BLAKE2b-256 a33b55443a0c372f33cae5d9ec37a6a973802884fa0ab3586659b197cf8cc5e9
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp310-cp310-musllinux_1_2_s390x.whl
:
Details for the file multidict-6.6.4-cp310-cp310-musllinux_1_2_ppc64le.whl
.
c5c97aa666cf70e667dfa5af945424ba1329af5dd988a437efeb3a09430389fb
MD5 92924d36ffd8eda3cff4aea8a39244bd
BLAKE2b-256 2060a1c53628168aa22447bfde3a8730096ac28086704a0d8c590f3b63388d0c
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp310-cp310-musllinux_1_2_ppc64le.whl
:
Details for the file multidict-6.6.4-cp310-cp310-musllinux_1_2_i686.whl
.
ecab51ad2462197a4c000b6d5701fc8585b80eecb90583635d7e327b7b6923eb
MD5 a52c8b70717dedbafe4f60bd28fd87a7
BLAKE2b-256 33294293c26029ebfbba4f574febd2ed01b6f619cfa0d2e344217d53eef34192
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp310-cp310-musllinux_1_2_i686.whl
:
Details for the file multidict-6.6.4-cp310-cp310-musllinux_1_2_armv7l.whl
.
ed8358ae7d94ffb7c397cecb62cbac9578a83ecefc1eba27b9090ee910e2efb6
MD5 5d5bf759246fa7c594b2262a587ceb60
BLAKE2b-256 cbb84f4bb13323c2d647323f7919201493cf48ebe7ded971717bfb0f1a79b6bf
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp310-cp310-musllinux_1_2_armv7l.whl
:
Details for the file multidict-6.6.4-cp310-cp310-musllinux_1_2_aarch64.whl
.
ad887a8250eb47d3ab083d2f98db7f48098d13d42eb7a3b67d8a5c795f224ace
MD5 4a21488eb746480d93a4727eb968112f
BLAKE2b-256 852af7d743df0019408768af8a70d2037546a2be7b81fbb65f040d76caafd4c5
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp310-cp310-musllinux_1_2_aarch64.whl
:
Details for the file multidict-6.6.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
.
caebafea30ed049c57c673d0b36238b1748683be2593965614d7b0e99125c877
MD5 da16ffab5bb449a580ee330b7d1d4ecc
BLAKE2b-256 05a948d1bd111fc2f8fb98b2ed7f9a115c55a9355358432a19f53c0b74d8425d
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
:
Details for the file multidict-6.6.4-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
.
4bb7627fd7a968f41905a4d6343b0d63244a0623f006e9ed989fa2b78f4438a0
MD5 afe1c2a43180f1dece53d713d01ee812
BLAKE2b-256 94c15160c9813269e39ae14b73debb907bfaaa1beee1762da8c4fb95df4764ed
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
:
Details for the file multidict-6.6.4-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
.
8c9854df0eaa610a23494c32a6f44a3a550fb398b6b51a56e8c6b9b3689578db
MD5 adf5e064c89e7f716b79a40dfa4c0bf6
BLAKE2b-256 19db4ed0f65701afbc2cb0c140d2d02928bb0fe38dd044af76e58ad7c54fd21f
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
:
Details for the file multidict-6.6.4-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
.
a1b20a9d56b2d81e2ff52ecc0670d583eaabaa55f402e8d16dd062373dbbe796
MD5 e8f3e4f6682be7c8b99bc730e03ace06
BLAKE2b-256 5ccce2ad3ba9459aa34fa65cf1f82a5c4a820a2ce615aacfb5143b8817f76504
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
:
Details for the file multidict-6.6.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
.
db6a3810eec08280a172a6cd541ff4a5f6a97b161d93ec94e6c4018917deb6b7
MD5 f59f0b9c995bb00ac10c66075a7d8953
BLAKE2b-256 14265d8923c69c110ff51861af05bd27ca6783011b96725d59ccae6d9daeb627
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
:
Details for the file multidict-6.6.4-cp310-cp310-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
.
d24f351e4d759f5054b641c81e8291e5d122af0fca5c72454ff77f7cbe492de8
MD5 36f6aa4e2aaba2a25eaaf28ba3cb1e9b
BLAKE2b-256 31200616348a1dfb36cb2ab33fc9521de1f27235a397bf3f59338e583afadd17
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp310-cp310-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
:
Details for the file multidict-6.6.4-cp310-cp310-macosx_11_0_arm64.whl
.
0af5f9dee472371e36d6ae38bde009bd8ce65ac7335f55dcc240379d7bed1495
MD5 0fd445400cee7f27172b4905eaabcf29
BLAKE2b-256 4644964dae19ea42f7d3e166474d8205f14bb811020e28bc423d46123ddda763
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp310-cp310-macosx_11_0_arm64.whl
:
Details for the file multidict-6.6.4-cp310-cp310-macosx_10_9_x86_64.whl
.
b9e5853bbd7264baca42ffc53391b490d65fe62849bf2c690fa3f6273dbcd0cb
MD5 bec35e606c25953214822423abbc1699
BLAKE2b-256 195dc01dc3d3788bb877bd7f5753ea6eb23c1beeca8044902a8f5bfb54430f63
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp310-cp310-macosx_10_9_x86_64.whl
:
Details for the file multidict-6.6.4-cp310-cp310-macosx_10_9_universal2.whl
.
b8aa6f0bd8125ddd04a6593437bad6a7e70f300ff4180a531654aa2ab3f6d58f
MD5 b83f24713b44b3e10adce5cbd3a6ea64
BLAKE2b-256 eb6b86f353088c1358e76fd30b0146947fddecee812703b604ee901e85cd2a80
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp310-cp310-macosx_10_9_universal2.whl
:
Details for the file multidict-6.6.4-cp39-cp39-win_arm64.whl
.
f9867e55590e0855bcec60d4f9a092b69476db64573c9fe17e92b0c50614c16a
MD5 a55cc165af7bf8f326de30099d37e1fd
BLAKE2b-256 887da0568bac65438c494cb6950b29f394d875a796a237536ac724879cf710c9
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp39-cp39-win_arm64.whl
:
Details for the file multidict-6.6.4-cp39-cp39-win_amd64.whl
.
ee25f82f53262f9ac93bd7e58e47ea1bdcc3393cef815847e397cba17e284210
MD5 363b251db055d3125d3503b6eb0d61e4
BLAKE2b-256 5816f1dfa2a0f25f2717a5e9e5fe8fd30613f7fe95e3530cec8d11f5de0b709c
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp39-cp39-win_amd64.whl
:
Details for the file multidict-6.6.4-cp39-cp39-win32.whl
.
10a68a9191f284fe9d501fef4efe93226e74df92ce7a24e301371293bd4918ae
MD5 b3c9e24dc28ef8c656c0a17040488ccf
BLAKE2b-256 86c54b758df96376f73e936b1942c6c2dfc17e37ed9d5ff3b01a811496966ca0
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp39-cp39-win32.whl
:
Details for the file multidict-6.6.4-cp39-cp39-musllinux_1_2_x86_64.whl
.
be5bf4b3224948032a845d12ab0f69f208293742df96dc14c4ff9b09e508fc17
MD5 b92517b6a69baca50bf4e8d2cf06da53
BLAKE2b-256 943d1d8911e53092837bd11b1c99d71de3e2a9a26f8911f864554677663242aa
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp39-cp39-musllinux_1_2_x86_64.whl
:
Details for the file multidict-6.6.4-cp39-cp39-musllinux_1_2_s390x.whl
.
0b2e886624be5773e69cf32bcb8534aecdeb38943520b240fed3d5596a430f2f
MD5 38850f98eb1c0c9d7a4ec9276c156777
BLAKE2b-256 3e71d21ac0843c1d8751fb5dcf8a1f436625d39d4577bc27829799d09b419af7
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp39-cp39-musllinux_1_2_s390x.whl
:
Details for the file multidict-6.6.4-cp39-cp39-musllinux_1_2_ppc64le.whl
.
edfdcae97cdc5d1a89477c436b61f472c4d40971774ac4729c613b4b133163cb
MD5 4d1911993c53db4d3c9ae5ccf57b30d6
BLAKE2b-256 6b2d9c75975cb0c66ea33cae1443bb265b2b3cd689bffcbc68872565f401da23
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp39-cp39-musllinux_1_2_ppc64le.whl
:
Details for the file multidict-6.6.4-cp39-cp39-musllinux_1_2_i686.whl
.
d9890d68c45d1aeac5178ded1d1cccf3bc8d7accf1f976f79bf63099fb16e4bd
MD5 89f21982182412fe3e92c50b28d8fec2
BLAKE2b-256 55a6a765decff625ae9bc581aed303cd1837955177dafc558859a69f56f56ba8
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp39-cp39-musllinux_1_2_i686.whl
:
Details for the file multidict-6.6.4-cp39-cp39-musllinux_1_2_armv7l.whl
.
21f216669109e02ef3e2415ede07f4f8987f00de8cdfa0cc0b3440d42534f9f0
MD5 bb4f248fe84fdff7573164515437f609
BLAKE2b-256 464c3237b83f8ca9a2673bb08fc340c15da005a80f5cc49748b587c8ae83823b
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp39-cp39-musllinux_1_2_armv7l.whl
:
Details for the file multidict-6.6.4-cp39-cp39-musllinux_1_2_aarch64.whl
.
f3be27440f7644ab9a13a6fc86f09cdd90b347c3c5e30c6d6d860de822d7cb53
MD5 06feddd72ecb4d5c759faaf11c454844
BLAKE2b-256 2b2dbdd9f05e7c89e30a4b0e4faf0681a30748f8d1310f68cfdc0e3571e75bd5
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp39-cp39-musllinux_1_2_aarch64.whl
:
Details for the file multidict-6.6.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
.
8e42332cf8276bb7645d310cdecca93a16920256a5b01bebf747365f86a1675b
MD5 03a387e53d4b47d48d1cb618ac52b769
BLAKE2b-256 c28e2e673124eb05cf8dc82e9265eccde01a36bcbd3193e27799b8377123c976
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
:
Details for the file multidict-6.6.4-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
.
f8d4916a81697faec6cb724a273bd5457e4c6c43d82b29f9dc02c5542fd21fc9
MD5 c14cb00bbf7d59e2c331db6990c57e86
BLAKE2b-256 00c3a21466322d69f6594fe22d9379200f99194d21c12a5bbf8c2a39a46b83b6
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
:
Details for the file multidict-6.6.4-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
.
630f70c32b8066ddfd920350bc236225814ad94dfa493fe1910ee17fe4365cbb
MD5 00e07708b36d483e96cf152e90193525
BLAKE2b-256 e8268f78ce17b7118149c17f238f28fba2a850b660b860f9b024a34d0191030f
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
:
Details for the file multidict-6.6.4-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
.
0c5cbac6b55ad69cb6aa17ee9343dfbba903118fd530348c330211dc7aa756d1
MD5 f55a0d092223361fadaa818b6baf80c3
BLAKE2b-256 d1f0f054d123c87784307a27324c829eb55bcfd2e261eb785fcabbd832c8dc4a
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
:
Details for the file multidict-6.6.4-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
.
350f6b0fe1ced61e778037fdc7613f4051c8baf64b1ee19371b42a3acdb016a0
MD5 b733f510f6a24a65f258a4f91d918f36
BLAKE2b-256 155937083f1dd3439979a0ffeb1906818d978d88b4cc7f4600a9f89b1cb6713c
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
:
Details for the file multidict-6.6.4-cp39-cp39-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
.
a59c63061f1a07b861c004e53869eb1211ffd1a4acbca330e3322efa6dd02978
MD5 3474a43c6286242d2f5f3f9797f0e7c1
BLAKE2b-256 e2f121b5bff6a8c3e2aff56956c241941ace6b8820e1abe6b12d3c52868a773d
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp39-cp39-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl
:
Details for the file multidict-6.6.4-cp39-cp39-macosx_11_0_arm64.whl
.
4d09384e75788861e046330308e7af54dd306aaf20eb760eb1d0de26b2bea2cb
MD5 cb67bb6f31f25ced57cd3f5be0c55259
BLAKE2b-256 6f7e815be31ed35571b137d65232816f61513fcd97b2717d6a9d7800b5a0c6e0
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp39-cp39-macosx_11_0_arm64.whl
:
Details for the file multidict-6.6.4-cp39-cp39-macosx_10_9_x86_64.whl
.
b6819f83aef06f560cb15482d619d0e623ce9bf155115150a85ab11b8342a665
MD5 2e0557f534239a1fad8a6d1ba5aa6e37
BLAKE2b-256 7039a6200417d883e510728ab3caec02d3b66ff09e1c85e0aab2ba311abfdf06
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp39-cp39-macosx_10_9_x86_64.whl
:
Details for the file multidict-6.6.4-cp39-cp39-macosx_10_9_universal2.whl
.
af7618b591bae552b40dbb6f93f5518328a949dac626ee75927bba1ecdeea9f4
MD5 db659cc9f2815072c8727e5481412ac1
BLAKE2b-256 d4d3f04c5db316caee9b5b2cbba66270b358c922a959855995bedde87134287c
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for multidict-6.6.4-cp39-cp39-macosx_10_9_universal2.whl
:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4