Skip to main content

multidict implementation

Project description

Azure Pipelines status for master branch Coverage metrics PyPI Documentationb Python versions 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.6.0a3.tar.gz (115.2 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

multidict-4.6.0a3-cp38-cp38-win_amd64.whl (157.6 kB view details)

Uploaded CPython 3.8Windows x86-64

multidict-4.6.0a3-cp38-cp38-win32.whl (149.0 kB view details)

Uploaded CPython 3.8Windows x86

multidict-4.6.0a3-cp38-cp38-manylinux1_x86_64.whl (366.3 kB view details)

Uploaded CPython 3.8

multidict-4.6.0a3-cp38-cp38-macosx_10_13_x86_64.whl (162.4 kB view details)

Uploaded CPython 3.8macOS 10.13+ x86-64

multidict-4.6.0a3-cp37-cp37m-win_amd64.whl (156.2 kB view details)

Uploaded CPython 3.7mWindows x86-64

multidict-4.6.0a3-cp37-cp37m-win32.whl (147.5 kB view details)

Uploaded CPython 3.7mWindows x86

multidict-4.6.0a3-cp37-cp37m-manylinux1_x86_64.whl (346.7 kB view details)

Uploaded CPython 3.7m

multidict-4.6.0a3-cp37-cp37m-macosx_10_13_x86_64.whl (161.1 kB view details)

Uploaded CPython 3.7mmacOS 10.13+ x86-64

multidict-4.6.0a3-cp36-cp36m-win_amd64.whl (165.1 kB view details)

Uploaded CPython 3.6mWindows x86-64

multidict-4.6.0a3-cp36-cp36m-win32.whl (157.6 kB view details)

Uploaded CPython 3.6mWindows x86

multidict-4.6.0a3-cp36-cp36m-manylinux1_x86_64.whl (349.0 kB view details)

Uploaded CPython 3.6m

multidict-4.6.0a3-cp36-cp36m-macosx_10_13_x86_64.whl (163.0 kB view details)

Uploaded CPython 3.6mmacOS 10.13+ x86-64

multidict-4.6.0a3-cp35-cp35m-win_amd64.whl (154.7 kB view details)

Uploaded CPython 3.5mWindows x86-64

multidict-4.6.0a3-cp35-cp35m-win32.whl (146.2 kB view details)

Uploaded CPython 3.5mWindows x86

multidict-4.6.0a3-cp35-cp35m-manylinux1_x86_64.whl (343.1 kB view details)

Uploaded CPython 3.5m

multidict-4.6.0a3-cp35-cp35m-macosx_10_13_x86_64.whl (160.9 kB view details)

Uploaded CPython 3.5mmacOS 10.13+ x86-64

File details

Details for the file multidict-4.6.0a3.tar.gz.

File metadata

  • Download URL: multidict-4.6.0a3.tar.gz
  • Upload date:
  • Size: 115.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5

File hashes

Hashes for multidict-4.6.0a3.tar.gz
Algorithm Hash digest
SHA256 80e26ed0559cdf22d445432f3f4c253f193a1e71adbb061aa582dc01483dcc6a
MD5 5d3431e64b3a7f2714d212799b0773ad
BLAKE2b-256 38bcca86c9685cd8a9fc91532eef4b90c2a4458fab1bab11d35f5229a7ceb757

See more details on using hashes here.

File details

Details for the file multidict-4.6.0a3-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: multidict-4.6.0a3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 157.6 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5

File hashes

Hashes for multidict-4.6.0a3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 1d140924f927f1f017dd1d27f5ffa3567394082a0a83509aff374b6382b0c73c
MD5 1c8ab8eaee1a848ad31705158640d5a0
BLAKE2b-256 3ecc95e3aba68ec7cb2a2635d5deacb5556d5c57d238798e43dc339fdb19f282

See more details on using hashes here.

File details

Details for the file multidict-4.6.0a3-cp38-cp38-win32.whl.

File metadata

  • Download URL: multidict-4.6.0a3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 149.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5

File hashes

Hashes for multidict-4.6.0a3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 9c83c89000f0b7af6e2dac66532384cea1c185d47f94ad3518cad9a2788b5443
MD5 89bb8689f9fa9a07a6f9806345975cc7
BLAKE2b-256 9e66db0208eb6bb90152b4e138159673d788295f2099d64d63c8d83899ba3211

See more details on using hashes here.

File details

Details for the file multidict-4.6.0a3-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: multidict-4.6.0a3-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 366.3 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5

File hashes

Hashes for multidict-4.6.0a3-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c3d83e686ac3b544ce32de5ff17a6064f120428ffb55c1101ee302dc2e7efd54
MD5 8adb9e05d5246a349c9472ff209f7a36
BLAKE2b-256 872c226b6c4c1d77bb9367477c785427e5a8599b7319e1912662878bf7b57227

See more details on using hashes here.

File details

Details for the file multidict-4.6.0a3-cp38-cp38-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: multidict-4.6.0a3-cp38-cp38-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 162.4 kB
  • Tags: CPython 3.8, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5

File hashes

Hashes for multidict-4.6.0a3-cp38-cp38-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1f44663525b8cbcc72839c7c15632a13ba2a5cbe1c272ad19caed9f6c705cb85
MD5 e9a80ed5f829b3cd9dc9c1f897027bf9
BLAKE2b-256 ae177118e69c211a68dd405723cd1e71488da85f3425bc855aef7c208d041eec

See more details on using hashes here.

File details

Details for the file multidict-4.6.0a3-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: multidict-4.6.0a3-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 156.2 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5

File hashes

Hashes for multidict-4.6.0a3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 9fdf7a8a6374e44b76c2f70d8e2195858bc967082d9b967aac9ecb58b0cc9c42
MD5 536a57513010b6486a2591ea3e16e446
BLAKE2b-256 c2737cc8ad7b678bf5bbb31064ad534457bd74c28e49d3b8e3dedf90ac264029

See more details on using hashes here.

File details

Details for the file multidict-4.6.0a3-cp37-cp37m-win32.whl.

File metadata

  • Download URL: multidict-4.6.0a3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 147.5 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5

File hashes

Hashes for multidict-4.6.0a3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 15cdedb368dd96e7beba483921aca815919897949a2beb7b7c0ba0e4ae689780
MD5 4098ae4cdb22ebe7851859df4a73c4b8
BLAKE2b-256 f30e7a8ee063463a70110b28e573e4e8d420bd8849f14e7970677e1a1990ba88

See more details on using hashes here.

File details

Details for the file multidict-4.6.0a3-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: multidict-4.6.0a3-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 346.7 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5

File hashes

Hashes for multidict-4.6.0a3-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 bcaf5e480741ed7c229a973133bbab31b06fcbee58115a42b0d63fc34c512059
MD5 fbe60cfce1e99c52f2142ccb43cece17
BLAKE2b-256 1968ad45d6f1e147e1f9470319778c74b98aed49f31e1fa86257e53439de0b4a

See more details on using hashes here.

File details

Details for the file multidict-4.6.0a3-cp37-cp37m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: multidict-4.6.0a3-cp37-cp37m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 161.1 kB
  • Tags: CPython 3.7m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5

File hashes

Hashes for multidict-4.6.0a3-cp37-cp37m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 94b68d4f3e51f557d6891982da34543d3b5b48d6380ef6bdeaae68129a5a8165
MD5 79a3f9d5779c7208afdb0898a2b6a8ac
BLAKE2b-256 024b0af3f2d301e71aebfe94292be0c8598b8a208bef4b5b3328243554d784d5

See more details on using hashes here.

File details

Details for the file multidict-4.6.0a3-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: multidict-4.6.0a3-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 165.1 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5

File hashes

Hashes for multidict-4.6.0a3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 d734b909f213defeda02f91347a52e26c47be0ff7ef2b62344a3363e4b79ff48
MD5 e76c9cc26bd548dc30dea12d7841aa64
BLAKE2b-256 cec2252d48928de1e193111eec40d465c6605d6f2bc7354b876cee2cd2db4db0

See more details on using hashes here.

File details

Details for the file multidict-4.6.0a3-cp36-cp36m-win32.whl.

File metadata

  • Download URL: multidict-4.6.0a3-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 157.6 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5

File hashes

Hashes for multidict-4.6.0a3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 8281ad920dfabaff62f102e042854c1568f901c5816aa67a71901d6cb0577af0
MD5 d0a52ec84be5d3a4bf173a52ff0c8d1e
BLAKE2b-256 31456f333b8d447fc77906c3d643e14bb401b4f0c4c86c2dba4914a4ab812050

See more details on using hashes here.

File details

Details for the file multidict-4.6.0a3-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: multidict-4.6.0a3-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 349.0 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5

File hashes

Hashes for multidict-4.6.0a3-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b4443e3d86df2dcee777264ebf247df603d067586277f4014c1a2a1a74f120cc
MD5 a91f1399612655a1b1757c8ff16e69db
BLAKE2b-256 8d9b1831afa0576d4184b16e5b053a48a6bfd8368a9739feee5778e40a53914a

See more details on using hashes here.

File details

Details for the file multidict-4.6.0a3-cp36-cp36m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: multidict-4.6.0a3-cp36-cp36m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 163.0 kB
  • Tags: CPython 3.6m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5

File hashes

Hashes for multidict-4.6.0a3-cp36-cp36m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 971fb658bf35f9da2c0285b571bbeda2c974f1b1df49bc4cc2260625089436d0
MD5 c452e37e890526d1cb4366343c769cc0
BLAKE2b-256 90e010f22e35efd296a08014e035731b58eea963457e382d71eb340a8091480b

See more details on using hashes here.

File details

Details for the file multidict-4.6.0a3-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: multidict-4.6.0a3-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 154.7 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5

File hashes

Hashes for multidict-4.6.0a3-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 199f37fd68bbe954ba7a98b2abbc9c8067fb57033e76ce26590d10b837177127
MD5 0f053059bb8250bedb3fb6b22e512fdb
BLAKE2b-256 5526a4208eebad948e497766197a93d23246b29de69ec6242769049d8ee49994

See more details on using hashes here.

File details

Details for the file multidict-4.6.0a3-cp35-cp35m-win32.whl.

File metadata

  • Download URL: multidict-4.6.0a3-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 146.2 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5

File hashes

Hashes for multidict-4.6.0a3-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 b9abbaf651201704f1632239aada6297291fc293bbcbc031188468bf93cc1420
MD5 8acbef57006bfe50e1d791eae5aa19ec
BLAKE2b-256 89ae682aa0cdded30c90b3a06b43a68d8fb58638582cba8a59b53350f51b9530

See more details on using hashes here.

File details

Details for the file multidict-4.6.0a3-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: multidict-4.6.0a3-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 343.1 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5

File hashes

Hashes for multidict-4.6.0a3-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4d605d658d5cb63285acb2d343964928a91e6e25e29b5ae6549629c29696d643
MD5 bea1f57664b4ffc72a83a1e87f766961
BLAKE2b-256 2b901aafb457d56f3306a932e1155e50035e57e19a4670484f964a3944b05006

See more details on using hashes here.

File details

Details for the file multidict-4.6.0a3-cp35-cp35m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: multidict-4.6.0a3-cp35-cp35m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 160.9 kB
  • Tags: CPython 3.5m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5

File hashes

Hashes for multidict-4.6.0a3-cp35-cp35m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d7f3f0d1ee270bdddbeb64e6826f9b6918060c58a341ca23d4d7ff0759781cb9
MD5 795e476b26b9b5ab20f9016c7feb8a9c
BLAKE2b-256 8a73cc462ffe78afd9132cb8bf9ba8e3a8f980e5dbe7efb4c12b2251ddf5d01f

See more details on using hashes here.

Supported by

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