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.0a35.tar.gz (121.4 kB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

multidict-4.4.0a35-cp37-cp37m-manylinux1_x86_64.whl (389.3 kB view details)

Uploaded CPython 3.7m

multidict-4.4.0a35-cp37-cp37m-manylinux1_i686.whl (365.6 kB view details)

Uploaded CPython 3.7m

multidict-4.4.0a35-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.0a35-cp36-cp36m-win_amd64.whl (162.1 kB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

multidict-4.4.0a35-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.0a35-cp35-cp35m-win_amd64.whl (161.1 kB view details)

Uploaded CPython 3.5m Windows x86-64

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

Uploaded CPython 3.5m Windows x86

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m

multidict-4.4.0a35-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.0a35-cp34-cp34m-win_amd64.whl (158.4 kB view details)

Uploaded CPython 3.4m Windows x86-64

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

Uploaded CPython 3.4m Windows x86

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

Uploaded CPython 3.4m

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

Uploaded CPython 3.4m

multidict-4.4.0a35-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.0a35.tar.gz.

File metadata

  • Download URL: multidict-4.4.0a35.tar.gz
  • Upload date:
  • Size: 121.4 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.4.4

File hashes

Hashes for multidict-4.4.0a35.tar.gz
Algorithm Hash digest
SHA256 2eff6340961b76658c0eded3a167d67af7c23a1991a3138c212d1537379a0e12
MD5 af5e35785bd25c425e74c8e078e1d753
BLAKE2b-256 f0fa040a14f9a2e4071bd8f35183d77503a9f6ee373c96ea292f441fd0b2157f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: multidict-4.4.0a35-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.0a35-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 14c5c27140acbd61d5f4ade58ad1d68da8f0b1a8574ee98eb00038d673c20ac0
MD5 f59e1c40bf9d71bd25cf2bc9d4aa7b1b
BLAKE2b-256 5257610626a430884bbe5c6ba29883473232e91774b922b542068cd5973b91e5

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: multidict-4.4.0a35-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.0a35-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 331c5585d85385bbb1ccd5ffff6be1dede70eb3d0762bb6e274aa57b78d62793
MD5 d7c21ad5a07b1cf44a162298fb0fc24b
BLAKE2b-256 c7022950f9e20600f52422cb1c8ea713bf855ddfc65dde75bccc7510a33dced7

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: multidict-4.4.0a35-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 389.3 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.0a35-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9c3b6dae532ae04c4761794a7cf14c4025bef8eaa4e9460761d30d0e97179935
MD5 0667f4da2fa733cb863d631d3cf2884b
BLAKE2b-256 07bd4ce5d0777ff3354b54dc58539a82880b5fbcc122e81cb4fb290036f48cff

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: multidict-4.4.0a35-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 365.6 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.0a35-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 5df1e682c838c76b80d2cc1841eb29e03b4062b399b58d6b4172fc60980c9dcf
MD5 dcfa04cccae867abe5fe170ffc1510ff
BLAKE2b-256 3a6dd59a78fdfc667848641df94924b0f8b943e14dd55f63f98c41af3a99cf05

See more details on using hashes here.

Provenance

File details

Details for the file multidict-4.4.0a35-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.0a35-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 afca4ae23f52fa83aa284680c3db6c66253f685a9a30f2b1460661e3b6c1e8d2
MD5 dc48c461c37620abcb37856fa56a03de
BLAKE2b-256 cf9ec2a75b8918c569ffe9bf4bce1d4d1be6c41cee68ed03973bd69073d4d2bd

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: multidict-4.4.0a35-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.0a35-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 7f7ae75e21c96be024e33671789f579a74224c1600b9e2c6346d4306154e871d
MD5 7119c47d8dcfbb7648d2d31de00fecca
BLAKE2b-256 b9e5b600e2688845eb8ce5ee2d886023d8c9242d92d85759e8c1b0b0464e4525

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: multidict-4.4.0a35-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.0a35-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 de646538b6770afcbc14216bb502c8f2369c5ef3adf538ce216d155f0804d47c
MD5 fb0bc9d82d2d168ee9f416fd7e451782
BLAKE2b-256 c84b9a2a1fb1f4f173715b02c7093c86959b8750c702fdf350a0e0becd5916a2

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: multidict-4.4.0a35-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.0a35-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 2a64fadf12c0cc181d5d0f04ccc741d7d7aed799e2158aae27e30b66891c7e89
MD5 87375f12399a0673f6fba905ffdf1355
BLAKE2b-256 d36ed71491db893e969e55f4021059a19d412b1c80e843f50bbb770476465888

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: multidict-4.4.0a35-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.0a35-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f6139a4b5ba9cc12dc0cec3873d2dd8e6059736eb86e8d58676534e083319946
MD5 96cd6006b0b5f95e72a03646406cf438
BLAKE2b-256 b2e0eff148084f926c4131d1544aa2bc2d8e68f4f24151e1e5df10807a0c5d48

See more details on using hashes here.

Provenance

File details

Details for the file multidict-4.4.0a35-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.0a35-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 d7874f74151aff94292ee7d0d20b71d3a96271a01cc67996d8035ec15d8da661
MD5 3b6ef90cf4ca761e76c1b03b8f33e992
BLAKE2b-256 93761c69c98e2c60fad3790e77d6f4088668aced166d38a21495eeee73fd2cf5

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: multidict-4.4.0a35-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.0a35-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 deb8e5fb3bb7cb20737b465ca3d129688e2b1c54f38432f774ce6e1c63f5d572
MD5 ac2576b2e96ab58a5d86b8ab8586809a
BLAKE2b-256 6c329f553c2388ba4f9385490768b0c07311e0ca246a042bf06ab261b134bad5

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: multidict-4.4.0a35-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.0a35-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 b63c70e3d2484ef09535fedcdb1e500224f3a0b66b99017aa74bace5ce35039e
MD5 fc1332725d8bbae25a9961522517dfa2
BLAKE2b-256 1d6ba7a06170c941940d2c3d1a0df93dcdad46cb1c17d2aa9c1d716d41fc462b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: multidict-4.4.0a35-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.0a35-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3d87c195fc4fd2e112f92874bb509e4a22de0b236cade1f12b21a367256583d0
MD5 07b9201cd58907967ebb48e694137fee
BLAKE2b-256 306a49b9265e31a880bf0af9dbc2e4561476fb6ad03864d28de95a51246584cd

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: multidict-4.4.0a35-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.0a35-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 447b8d95746e8b85b33c821e8e39e5534408f9fdae9c21d768397dc8b9d232c1
MD5 d9efcfbaa4df5c5eee68b684806dc0f6
BLAKE2b-256 55ae5600d83389e24d847a8846acd8738ffc2886438b64d3c7564523bb261556

See more details on using hashes here.

Provenance

File details

Details for the file multidict-4.4.0a35-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.0a35-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 a8d4037dad1a8bf036fe864c7e33f12a3c6217262614f10e745e8333532f52e9
MD5 539a18cd6709205918bcccdccfbc0d7f
BLAKE2b-256 c90ad179fb096aa25f47a01dc662c1e30902caf476a5c7fd8d282b3338495875

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: multidict-4.4.0a35-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.0a35-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 e339b9ec3f8f3a89be9771d7dee8978080bfd228b49d3bb05a9212b6f8a721ed
MD5 1ec076c0f202aaf74c23186bd3263f9f
BLAKE2b-256 5043ed9c45a80651004214c241b8a933a00470957adfb0e4b883af56b693747f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: multidict-4.4.0a35-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.0a35-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 6b82156b3b727412643f0066e53d8dc4049f9068053b055a95ecf03df0a08a02
MD5 a8ce7ca34c95c5e7f43cb905389bb7ab
BLAKE2b-256 39c4bce09a0d3ed8d7a852e21d9bf24fc54afc492979f1e5cc2ba176e3ea594a

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: multidict-4.4.0a35-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.0a35-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f2f6ebfa9219a2531b3f8c489a453a340ff80abdb2829dec0932a8d58915a8a1
MD5 4843fff58df1a9c953cf0b9904195168
BLAKE2b-256 956b0c8b53bbeef1e6e27e939ed02a23b13e6ead0859f39f1871698586c35696

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: multidict-4.4.0a35-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.0a35-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 82e4222c87155ec70a6c909dfb8c97a0c3b5608c3a4f2ab63942ff6ab7c0134a
MD5 ec72a8ca2b4345c85b32528b6cbff9be
BLAKE2b-256 48aab8ea685434f5d90991fb0aef8b65b5e801fcab204f83124aa4bb79fbf16c

See more details on using hashes here.

Provenance

File details

Details for the file multidict-4.4.0a35-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.0a35-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 372028bade043eba281d91c2b4a1eab5142cf45054c8583a9a638b465da20557
MD5 c39b5031d1e553b88add8654c8a50557
BLAKE2b-256 a1e593593ef044c5882e9e211d03e982629647b92b6bce908f3406a82b951315

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