Skip to main content

multidict implementation

Project description

https://img.shields.io/pypi/v/multidict.svg https://readthedocs.org/projects/multidict/badge/?version=latest https://img.shields.io/travis-ci/com/aio-libs/multidict/master.svg https://img.shields.io/appveyor/ci/asvetlov/multidict/master.svg?label=Windows%20build%20%40%20Appveyor https://img.shields.io/pypi/pyversions/multidict.svg Coverage metrics Chat on Gitter

Multidict is dict-like collection of key-value pairs where key might be occurred 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 to change their own content.

Case insensitive (CIMultiDict and CIMultiDictProxy) ones 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 Cython optimization for sake of speed.

License

Apache 2

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-4.4.0a34.tar.gz (117.2 kB view details)

Uploaded Source

Built Distributions

multidict-4.4.0a34-cp37-cp37m-win_amd64.whl (162.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

multidict-4.4.0a34-cp37-cp37m-win32.whl (152.8 kB view details)

Uploaded CPython 3.7m Windows x86

multidict-4.4.0a34-cp37-cp37m-manylinux1_x86_64.whl (389.2 kB view details)

Uploaded CPython 3.7m

multidict-4.4.0a34-cp37-cp37m-manylinux1_i686.whl (365.5 kB view details)

Uploaded CPython 3.7m

multidict-4.4.0a34-cp37-cp37m-macosx_10_6_intel.macosx_10_9_x86_64.macosx_10_10_x86_64.macosx_10_11_x86_64.macosx_10_12_x86_64.macosx_10_13_x86_64.whl (247.7 kB view details)

Uploaded CPython 3.7m macOS 10.10+ x86-64 macOS 10.11+ x86-64 macOS 10.12+ x86-64 macOS 10.13+ x86-64 macOS 10.6+ intel macOS 10.9+ x86-64

multidict-4.4.0a34-cp36-cp36m-win_amd64.whl (162.1 kB view details)

Uploaded CPython 3.6m Windows x86-64

multidict-4.4.0a34-cp36-cp36m-win32.whl (152.9 kB view details)

Uploaded CPython 3.6m Windows x86

multidict-4.4.0a34-cp36-cp36m-manylinux1_x86_64.whl (388.9 kB view details)

Uploaded CPython 3.6m

multidict-4.4.0a34-cp36-cp36m-manylinux1_i686.whl (364.6 kB view details)

Uploaded CPython 3.6m

multidict-4.4.0a34-cp36-cp36m-macosx_10_6_intel.macosx_10_9_x86_64.macosx_10_10_x86_64.macosx_10_11_x86_64.macosx_10_12_x86_64.macosx_10_13_x86_64.whl (246.6 kB view details)

Uploaded CPython 3.6m macOS 10.10+ x86-64 macOS 10.11+ x86-64 macOS 10.12+ x86-64 macOS 10.13+ x86-64 macOS 10.6+ intel macOS 10.9+ x86-64

multidict-4.4.0a34-cp35-cp35m-win_amd64.whl (161.1 kB view details)

Uploaded CPython 3.5m Windows x86-64

multidict-4.4.0a34-cp35-cp35m-win32.whl (151.8 kB view details)

Uploaded CPython 3.5m Windows x86

multidict-4.4.0a34-cp35-cp35m-manylinux1_x86_64.whl (381.1 kB view details)

Uploaded CPython 3.5m

multidict-4.4.0a34-cp35-cp35m-manylinux1_i686.whl (357.2 kB view details)

Uploaded CPython 3.5m

multidict-4.4.0a34-cp35-cp35m-macosx_10_6_intel.macosx_10_9_x86_64.macosx_10_10_x86_64.macosx_10_11_x86_64.macosx_10_12_x86_64.macosx_10_13_x86_64.whl (243.7 kB view details)

Uploaded CPython 3.5m macOS 10.10+ x86-64 macOS 10.11+ x86-64 macOS 10.12+ x86-64 macOS 10.13+ x86-64 macOS 10.6+ intel macOS 10.9+ x86-64

multidict-4.4.0a34-cp34-cp34m-win_amd64.whl (158.4 kB view details)

Uploaded CPython 3.4m Windows x86-64

multidict-4.4.0a34-cp34-cp34m-win32.whl (152.3 kB view details)

Uploaded CPython 3.4m Windows x86

multidict-4.4.0a34-cp34-cp34m-manylinux1_x86_64.whl (385.6 kB view details)

Uploaded CPython 3.4m

multidict-4.4.0a34-cp34-cp34m-manylinux1_i686.whl (361.4 kB view details)

Uploaded CPython 3.4m

multidict-4.4.0a34-cp34-cp34m-macosx_10_6_intel.macosx_10_9_x86_64.macosx_10_10_x86_64.macosx_10_11_x86_64.macosx_10_12_x86_64.macosx_10_13_x86_64.whl (244.2 kB view details)

Uploaded CPython 3.4m macOS 10.10+ x86-64 macOS 10.11+ x86-64 macOS 10.12+ x86-64 macOS 10.13+ x86-64 macOS 10.6+ intel macOS 10.9+ x86-64

File details

Details for the file multidict-4.4.0a34.tar.gz.

File metadata

  • Download URL: multidict-4.4.0a34.tar.gz
  • Upload date:
  • Size: 117.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.6

File hashes

Hashes for multidict-4.4.0a34.tar.gz
Algorithm Hash digest
SHA256 e6703ed073cc81d0f1422a78fcd5b412006c6c271e39c043b4456b88a2c1811a
MD5 942617c18ae1273377f9ad229de62921
BLAKE2b-256 eb87fc903bb1b68637b28672d16f001c8d571def1601dd156feb6fe16363b892

See more details on using hashes here.

Provenance

File details

Details for the file multidict-4.4.0a34-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: multidict-4.4.0a34-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 162.1 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for multidict-4.4.0a34-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 4efc762f635609bb0f7fd17906897d082755087dc08b9ad5c2eb84e0934c4237
MD5 4821f0a6216e6715981508cedcb34a40
BLAKE2b-256 c87936484cdae70698ee94f034e2e737ddb783ea6d29f6d25151bb59bd52ff0f

See more details on using hashes here.

Provenance

File details

Details for the file multidict-4.4.0a34-cp37-cp37m-win32.whl.

File metadata

  • Download URL: multidict-4.4.0a34-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 152.8 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for multidict-4.4.0a34-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 b35fc5ee422f65c90a9ebe94a60a3efc91985ff9b0c6311e3bf696a72b589445
MD5 6bab31f27a08e3f4d8efb39a9d595538
BLAKE2b-256 c4e1a1325625383552810dbfbd3400677acd79d5045d5eee7371bd3dff66bc90

See more details on using hashes here.

Provenance

File details

Details for the file multidict-4.4.0a34-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: multidict-4.4.0a34-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 389.2 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.3

File hashes

Hashes for multidict-4.4.0a34-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0f75a152c1ad244cb461b1ee652b1ae9c86791f1f50b412308312bef93489a8c
MD5 468d35117dc2efbda37b3415a703f2d7
BLAKE2b-256 f26a4cadc38dfb7b98e9caedba83678a43dc32972d8586ac23f53404a76fd5c8

See more details on using hashes here.

Provenance

File details

Details for the file multidict-4.4.0a34-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: multidict-4.4.0a34-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 365.5 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.3

File hashes

Hashes for multidict-4.4.0a34-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 1510ab49537cf4d9977c038cd863d3e0d561ac77740059d8efd7009905a4517a
MD5 f7b1bd0ef43886aa1a752d84f185977c
BLAKE2b-256 5a4af75ebe81858e7e6c49b51497f434b3dcbe7f9fc4282d74ea8e032fc53209

See more details on using hashes here.

Provenance

File details

Details for the file multidict-4.4.0a34-cp37-cp37m-macosx_10_6_intel.macosx_10_9_x86_64.macosx_10_10_x86_64.macosx_10_11_x86_64.macosx_10_12_x86_64.macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for multidict-4.4.0a34-cp37-cp37m-macosx_10_6_intel.macosx_10_9_x86_64.macosx_10_10_x86_64.macosx_10_11_x86_64.macosx_10_12_x86_64.macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d9c3f985d0fda2bd8f2e620ef9ddee2858588973802cd5c994911de2aa05719b
MD5 bb23f36224f3e62a8c0c47838311ed44
BLAKE2b-256 f0ac207e8b69822638c2267880c4aa42feb3cf09eb08ef01e373393763793cdf

See more details on using hashes here.

Provenance

File details

Details for the file multidict-4.4.0a34-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: multidict-4.4.0a34-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 162.1 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.6

File hashes

Hashes for multidict-4.4.0a34-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 affe48941e926c522daeb94723630cd7ce1523d7059ab12bf3cea050183637c5
MD5 7b03162476ebce97a83af8293c023165
BLAKE2b-256 f8aecdf807c605ab99b281cdc9626cfc21340dd622dd1e7d1a994c5fa093e188

See more details on using hashes here.

Provenance

File details

Details for the file multidict-4.4.0a34-cp36-cp36m-win32.whl.

File metadata

  • Download URL: multidict-4.4.0a34-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 152.9 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.6

File hashes

Hashes for multidict-4.4.0a34-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 fe3bf04d644806212fecc8ef899fd7b5b3a855a08f3b76a452b823d833fb248d
MD5 85f96b464fdaa355e34074782a430e77
BLAKE2b-256 b34eb911650901a11e3848a5a37ff83555214cd0e96cdb541b60e3c7677cbc82

See more details on using hashes here.

Provenance

File details

Details for the file multidict-4.4.0a34-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: multidict-4.4.0a34-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 388.9 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.3

File hashes

Hashes for multidict-4.4.0a34-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5a33e14526c61aaff4449aecf491fa1093ae30fb375f188cb78804a813d6f7f8
MD5 d140943bac7f35bb6d1bdd960c054251
BLAKE2b-256 71b351f8c2658d30cd2dbda763158436a600b110cb777892f04e553309940066

See more details on using hashes here.

Provenance

File details

Details for the file multidict-4.4.0a34-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: multidict-4.4.0a34-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 364.6 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.3

File hashes

Hashes for multidict-4.4.0a34-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 dbb16ce240843484f8ea296563da30b80d98723a4c5cfd1d494fa18ffd48c217
MD5 e0c784aaa8a25da2793239333b19dbbe
BLAKE2b-256 e1e3e6c10e2dee1cdbb8cd991aea138b3c4853dd6ac8d5936b2e4efb81f2f082

See more details on using hashes here.

Provenance

File details

Details for the file multidict-4.4.0a34-cp36-cp36m-macosx_10_6_intel.macosx_10_9_x86_64.macosx_10_10_x86_64.macosx_10_11_x86_64.macosx_10_12_x86_64.macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for multidict-4.4.0a34-cp36-cp36m-macosx_10_6_intel.macosx_10_9_x86_64.macosx_10_10_x86_64.macosx_10_11_x86_64.macosx_10_12_x86_64.macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a2d7afb43e13027d30b991084dd64d7f77a20d3b1e2ed3682f84595d0e2e1c38
MD5 edd76817e46cbf6d00086ef040da8b19
BLAKE2b-256 a495cdf4888a438ed29ed0ede8d37ebe94ad01651dec40c4456f209a62764d3a

See more details on using hashes here.

Provenance

File details

Details for the file multidict-4.4.0a34-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: multidict-4.4.0a34-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 161.1 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.5.3

File hashes

Hashes for multidict-4.4.0a34-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 45356dbeae16d03daee869a3b754ca53da916a1d427d220969a04428351ebe7e
MD5 e116680a0507633f722fef83e2a537e7
BLAKE2b-256 07c9c032fde04e892effb10c6e58d2f29a8592d8b8abe6f8c2c93504e2afac13

See more details on using hashes here.

Provenance

File details

Details for the file multidict-4.4.0a34-cp35-cp35m-win32.whl.

File metadata

  • Download URL: multidict-4.4.0a34-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 151.8 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.5.3

File hashes

Hashes for multidict-4.4.0a34-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 3ecb6a547728a4566508e7702b3b16138ae0e5ee53f71165c6382647fea37672
MD5 acfaf49681a24043f67b51a4fd0c2c6a
BLAKE2b-256 e4cb110698720e9874f7d6c2e556cf95fd9898a3a65944c32b654c5dc2073394

See more details on using hashes here.

Provenance

File details

Details for the file multidict-4.4.0a34-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: multidict-4.4.0a34-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 381.1 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.3

File hashes

Hashes for multidict-4.4.0a34-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1109259ff8f3b18dcd59c307d2cea0ec403b86a255aed4d6121fe920666220a0
MD5 39e36d4ccd0a6ad44f8ab49b155fc0ed
BLAKE2b-256 ea23165ebeeb5966a9239eadba58b239dbebf0c9ccce567196f2afed6136ff8a

See more details on using hashes here.

Provenance

File details

Details for the file multidict-4.4.0a34-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: multidict-4.4.0a34-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 357.2 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.3

File hashes

Hashes for multidict-4.4.0a34-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 8ca98825155e29a7fc12d639c8f545be04d4d4879353836a00a99d2a79d83326
MD5 c63062b1ba6d7ac9e2b76bfd46d31328
BLAKE2b-256 72ec988e33837378922fcad0cfa1b7f1bdb33a0a42e84e63160994e6f5ace983

See more details on using hashes here.

Provenance

File details

Details for the file multidict-4.4.0a34-cp35-cp35m-macosx_10_6_intel.macosx_10_9_x86_64.macosx_10_10_x86_64.macosx_10_11_x86_64.macosx_10_12_x86_64.macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for multidict-4.4.0a34-cp35-cp35m-macosx_10_6_intel.macosx_10_9_x86_64.macosx_10_10_x86_64.macosx_10_11_x86_64.macosx_10_12_x86_64.macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6d0d5a56500eb3f441a7e74f5c862d34308a151bbcc86cf108efcead1c2dcfa1
MD5 62513e4d094aebdafcbc62df86934291
BLAKE2b-256 4e34c65e11d71e2c11b0cd8d3eb38d52bdbed1b9960ce7dbae3dde29d69b07d9

See more details on using hashes here.

Provenance

File details

Details for the file multidict-4.4.0a34-cp34-cp34m-win_amd64.whl.

File metadata

  • Download URL: multidict-4.4.0a34-cp34-cp34m-win_amd64.whl
  • Upload date:
  • Size: 158.4 kB
  • Tags: CPython 3.4m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.4.4

File hashes

Hashes for multidict-4.4.0a34-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 07bb77ff8ad465911e7dabc1182a70d2c67939ccfc8715e584caa6088ff7aa91
MD5 454c7174b59b6270e41610ccde7e00a8
BLAKE2b-256 0fa45e134af0b19e3f9a7fc2492a90be532a2621da4c241101297e40aaac41cc

See more details on using hashes here.

Provenance

File details

Details for the file multidict-4.4.0a34-cp34-cp34m-win32.whl.

File metadata

  • Download URL: multidict-4.4.0a34-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 152.3 kB
  • Tags: CPython 3.4m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.4.4

File hashes

Hashes for multidict-4.4.0a34-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 e59181458c9374615bd0e3ffe71792dfdc06a691c7d683202454d1bc8d836c65
MD5 a14cfd8efdd6d60c80e1d2c7270d1091
BLAKE2b-256 9c00f97f17df253ef2ed3e47b093ee7d74eac2720027d71890c243a9efb1e0bc

See more details on using hashes here.

Provenance

File details

Details for the file multidict-4.4.0a34-cp34-cp34m-manylinux1_x86_64.whl.

File metadata

  • Download URL: multidict-4.4.0a34-cp34-cp34m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 385.6 kB
  • Tags: CPython 3.4m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.3

File hashes

Hashes for multidict-4.4.0a34-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 122d03ab2eff527f0f2bc81e28d7ea2c829aa6b4d199710bada87fc9e8785e5f
MD5 21fc3595df89d3597ecae31d54e4acf8
BLAKE2b-256 70a1f7cf41b73c3de3bca815b9205c09792eafb48b49131cf380d71aa4748e34

See more details on using hashes here.

Provenance

File details

Details for the file multidict-4.4.0a34-cp34-cp34m-manylinux1_i686.whl.

File metadata

  • Download URL: multidict-4.4.0a34-cp34-cp34m-manylinux1_i686.whl
  • Upload date:
  • Size: 361.4 kB
  • Tags: CPython 3.4m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.3

File hashes

Hashes for multidict-4.4.0a34-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 0a26fc9dad6ea4f5ec972c204810c2ca75650f7499c9756c35b1b84d58d544c7
MD5 343b4a22a38eb3a1827659ba799f07c8
BLAKE2b-256 f2a21451d7985ad31a089508ad584c369cbc4a62c6d4d9dc5431cab443d77111

See more details on using hashes here.

Provenance

File details

Details for the file multidict-4.4.0a34-cp34-cp34m-macosx_10_6_intel.macosx_10_9_x86_64.macosx_10_10_x86_64.macosx_10_11_x86_64.macosx_10_12_x86_64.macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for multidict-4.4.0a34-cp34-cp34m-macosx_10_6_intel.macosx_10_9_x86_64.macosx_10_10_x86_64.macosx_10_11_x86_64.macosx_10_12_x86_64.macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5c6a472d3fb76f93487dfa3654fe68563c3878a21486b145ad4651069c7328f4
MD5 59e9f7617f3280dda1785feac3a43725
BLAKE2b-256 57d787a076b23951b7b667175acc4c547213cfd559fa205d173ea9b0bef5581c

See more details on using hashes here.

Provenance

Supported by

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