Package Search Help

You can use boolean logic (e.g. AND/OR/NOT) for complex search queries. For more help and examples, see the search documentation.

Search by package name:
my-package (implicit)
name:my-package (explicit)

Search by package filename:
my-package.ext (implicit)
filename:my-package.ext (explicit)

Search by package tag:
latest (implicit)
tag:latest (explicit)

Search by package version:
1.0.0 (implicit)
version:1.0.0 (explicit)
prerelease:true (prereleases)
prerelease:false (no prereleases)

Search by package architecture:
architecture:x86_64 

Search by package distribution:
distribution:el 

Search by package license:
license:MIT 

Search by package format:
format:deb 

Search by package status:
status:in_progress 

Search by package file checksum:
checksum:5afba 

Search by package security status:
severity:critical 

Search by package vulnerabilities:
vulnerabilities:>1 
vulnerabilities:<1000 

Search by # of package downloads:
downloads:>8 
downloads:<100 

Search by package type:
type:binary 
type:source 

Search by package size (bytes):
size:>50000 
size:<10000 

Search by dependency name/version:
dependency:log4j 
dependency:log4j=1.0.0 
dependency:log4j>1.0.0 

Search by uploaded date:
uploaded:>"1 day ago" 
uploaded:<"August 14, 2022 EST" 

Search by entitlement token (identifier):
entitlement:3lKPVJPosCsY 

Search by policy violation:
policy_violated:true
deny_policy_violated:true
license_policy_violated:true
vulnerability_policy_violated:true

Search by repository:
repository:repo-name

Search queries for all Debian-specific (and related) package types

Search by component:
deb_component:unstable

Search queries for all Maven-specific (and related) package types

Search by group ID:
maven_group_id:org.apache

Search queries for all Docker-specific (and related) package types

Search by image digest:
docker_image_digest:sha256:7c5..6d4
(full hashref only)

Search by layer digest:
docker_layer_digest:sha256:4c4..ae4
(full hashref only)

Field type modifiers (depending on the type, you can influence behaviour)

For all queries, you can use:
~foo for negation

For string queries, you can use:
^foo to anchor to start of term
foo$ to anchor to end of term
foo*bar for fuzzy matching

For number/date or version queries, you can use:
>foo for values greater than
>=foo for values greater / equal
<foo for values less than
<=foo for values less / equal

Need a secure and centralised artifact repository to deliver Alpine, Cargo, CocoaPods, Composer, Conan, Conda, CRAN, Dart, Debian, Docker, Go, Helm, Hex, LuaRocks, Maven, npm, NuGet, P2, Python, RedHat, Ruby, Swift, Terraform, Vagrant, Raw & More packages?

Cloudsmith is the new standard in Package / Artifact Management and Software Distribution.

With support for all major package formats, you can trust us to manage your software supply chain.

Start My Free Trial
 Public agriconnect agriconnect (AgriConnect) / python
Prebuilt wheel for Python packages

Python logo multidict  4.5.2

One-liner (summary)

multidict implementation

Description

multidict

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/aio-libs/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.

Size

296.2 KB

Downloads

78

Tags

bdist/wheel whl linux_armv7l cp36 cp36m latest

Status  Completed
Checksum (MD5) e4470f34f12d7043d191e372402de9cb
Checksum (SHA-1) b8438e690b6c7d9f67366abb6b3da09a8cf4402f
Checksum (SHA-256) 804a81b38b09592b3cb8861678ccac8bbf80bd2c873c77d20c39f265124a917f
Checksum (SHA-512) e3c388b3f153c248fcd2f8305fdcfec20dbf79bff4f9df4a62683093738c3934b6…
GPG Signature
Storage Region  Dublin, Ireland
Type  Binary (contains binaries and binary artifacts)
Uploaded At 5 years, 5 months ago
Uploaded By quan
Slug Id multidict-452-cp36-cp36m-linux_armv7lwhl
Unique Id oSi4GSdCUAqm
Version (Raw) 4.5.2
Version (Parsed)
  • Major: 4
  • Minor: 5
  • Patch: 2
  • Type: SemVer (Strict)
  extended metadata
Abi cp36m
Author Andrew Svetlov <andrew.svetlov@gmail.com>
Classifiers Development Status :: 5 - Production/Stable | Intended Audience :: Developers | License :: OSI Approved :: Apache Software License | Programming Language :: Python | Programming Language :: Python :: 3 | Programming Language :: Python :: 3.4 | Programming Language :: Python :: 3.5 | Programming Language :: Python :: 3.6 | Programming Language :: Python :: 3.7
Homepage URL https://github.com/aio-libs/multidict
Metadata Version 2.1
Py Filetype bdist_wheel
Py Version cp36
pkg multidict-4.5.2-cp36-cp36m-linu… 78
296.2 KB
md5 sha1 sha256 sha512
Package Contents (multidict-4.5.2-cp36-cp36m-linux_armv7l.whl)
Loading...

This package has 29 files/directories.

Security Scanning:
You can't see this because your subscription doesn't include this feature, sorry!

With Security Scanning, Cloudsmith will scan your artifacts for vulnerabilities when they're uploaded. These are then presented to you via the UI and the API, so that you can build rules into your CI/CD pipelines to decide how to handle low, medium, high and critical software vulnerabilities.

If you'd like to trial or ask about the Security Scanning feature, just ask us. We'll be happy to help!

Last scanned

15 hours ago

Scan result

Vulnerable

Vulnerability count

5

Max. severity

Medium
Target:
MEDIUM

CVE-3010-42198: library: vulnerability title



Package Name: package_name
Installed Version: 1.2.4
Fixed Version: 2.3.85

References: www.martin.com www.meyer-murray.com www.melendez.com
MEDIUM

CVE-1570-98671: library: vulnerability title



Package Name: package_name
Installed Version: 1.4.33
Fixed Version: 2.3.83

References: kelly-chen.org cook.com www.davis.com
MEDIUM

CVE-6633-82200: library: vulnerability title



Package Name: package_name
Installed Version: 1.1.50
Fixed Version: 2.1.53

References: www.nguyen.com brown.biz www.walters.net
LOW

CVE-5621-94679: library: vulnerability title



Package Name: package_name
Installed Version: 1.9.95
Fixed Version: 2.4.67

References: www.gilbert.info www.hudson.biz www.moore-nunez.com
LOW

CVE-5321-90605: library: vulnerability title



Package Name: package_name
Installed Version: 1.4.42
Fixed Version: 2.5.100

References: lopez.org thompson.info le.org

You can embed a badge in another website that shows this or the latest version of this package.

To embed the badge for this specific package version, use the following:

[![This version of 'multidict' @ Cloudsmith](https://api-prd.cloudsmith.io/v1/badges/version/agriconnect/python/python/multidict/4.5.2/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=multidict;xv=cp36/?render=true)](https://cloudsmith.io/~agriconnect/repos/python/packages/detail/python/multidict/4.5.2/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=multidict;xv=cp36/)
|This version of 'multidict' @ Cloudsmith|
.. |This version of 'multidict' @ Cloudsmith| image:: https://api-prd.cloudsmith.io/v1/badges/version/agriconnect/python/python/multidict/4.5.2/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=multidict;xv=cp36/?render=true
   :target: https://cloudsmith.io/~agriconnect/repos/python/packages/detail/python/multidict/4.5.2/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=multidict;xv=cp36/
image::https://api-prd.cloudsmith.io/v1/badges/version/agriconnect/python/python/multidict/4.5.2/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=multidict;xv=cp36/?render=true[link="https://cloudsmith.io/~agriconnect/repos/python/packages/detail/python/multidict/4.5.2/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=multidict;xv=cp36/",title="This version of 'multidict' @ Cloudsmith"]
<a href="https://cloudsmith.io/~agriconnect/repos/python/packages/detail/python/multidict/4.5.2/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=multidict;xv=cp36/"><img src="https://api-prd.cloudsmith.io/v1/badges/version/agriconnect/python/python/multidict/4.5.2/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=multidict;xv=cp36/?render=true" alt="This version of 'multidict' @ Cloudsmith" /></a>

rendered as: This version of 'multidict' @ Cloudsmith

To embed the badge for the latest package version, use the following:

[![Latest version of 'multidict' @ Cloudsmith](https://api-prd.cloudsmith.io/v1/badges/version/agriconnect/python/python/multidict/latest/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=multidict;xv=cp36/?render=true&show_latest=true)](https://cloudsmith.io/~agriconnect/repos/python/packages/detail/python/multidict/latest/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=multidict;xv=cp36/)
|Latest version of 'multidict' @ Cloudsmith|
.. |Latest version of 'multidict' @ Cloudsmith| image:: https://api-prd.cloudsmith.io/v1/badges/version/agriconnect/python/python/multidict/latest/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=multidict;xv=cp36/?render=true&show_latest=true
   :target: https://cloudsmith.io/~agriconnect/repos/python/packages/detail/python/multidict/latest/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=multidict;xv=cp36/
image::https://api-prd.cloudsmith.io/v1/badges/version/agriconnect/python/python/multidict/latest/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=multidict;xv=cp36/?render=true&show_latest=true[link="https://cloudsmith.io/~agriconnect/repos/python/packages/detail/python/multidict/latest/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=multidict;xv=cp36/",title="Latest version of 'multidict' @ Cloudsmith"]
<a href="https://cloudsmith.io/~agriconnect/repos/python/packages/detail/python/multidict/latest/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=multidict;xv=cp36/"><img src="https://api-prd.cloudsmith.io/v1/badges/version/agriconnect/python/python/multidict/latest/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=multidict;xv=cp36/?render=true&show_latest=true" alt="Latest version of 'multidict' @ Cloudsmith" /></a>

rendered as: Latest version of 'multidict' @ Cloudsmith

These instructions assume you have setup the repository first (or read it).

To install/use multidict @ version 4.5.2 ...

pip install 'multidict==4.5.2'

You can also install the latest version of this package:

pip install --upgrade 'multidict'

If necessary, you can specify the repository directly:

pip install \
  --index-url=https://dl.cloudsmith.io/public/agriconnect/python/python/simple/ \
  multidict==4.5.2

If you've got a project requirements.txt file, you can specify this as a dependency:

--index-url=https://dl.cloudsmith.io/public/agriconnect/python/python/simple/
multidict==4.5.2

In addition, you can use this repository as an extra index url. However, please read our documentation on this parameter before using it. For example in a requirements.txt file:

--extra-index-url=https://dl.cloudsmith.io/public/agriconnect/python/python/simple/
multidict==4.5.2
Warning: We highly recommend using pip (or similar) rather than installing directly.
Previous Version
Next Version
Top