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-musl
Python-Musl: Containing wheel packages built with musl (like Alpine OS)

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

305.2 KB

Downloads

239

Tags

bdist/wheel whl linux_x86_64 cp36 cp36m latest

Status  Completed
Checksum (MD5) 4aa0ff8c539c222201a9b92866e353a4
Checksum (SHA-1) a5e3aa3b5e30634da0f6ead237870960c8b71748
Checksum (SHA-256) fe0d5174c92547d43688b9a070cd657b490e4c2445e8d0b624a560c8b5d21342
Checksum (SHA-512) 5998e42fc9b1a9fa62b5e4df485eff01794a8198199afcd70d61f0058d279ea3cc…
GPG Signature
Storage Region  Dublin, Ireland
Type  Binary (contains binaries and binary artifacts)
Uploaded At 5 years, 2 months ago
Uploaded By quan
Slug Id multidict-452-cp36-cp36m-linux_x86_64whl
Unique Id z6DYZ1ypHqPh
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
Project Urls CI: AppVeyor, https://ci.appveyor.com/project/asvetlov/multidict | CI: Circle, https://circleci.com/gh/aio-libs/multidict | CI: Shippable, https://app.shippable.com/github/aio-libs/multidict | CI: Travis, https://travis-ci.com/aio-libs/multidict | Chat: Gitter, https://gitter.im/aio-libs/Lobby | Coverage: codecov, https://codecov.io/github/aio-libs/multidict | Docs: RTD, https://multidict.readthedocs.io | GitHub: issues, https://github.com/aio-libs/multidict/issues | GitHub: repo, https://github.com/aio-libs/multidict
Py Filetype bdist_wheel
Py Version cp36
pkg multidict-4.5.2-cp36-cp36m-linu… 239
305.2 KB
md5 sha1 sha256 sha512
Package Contents (multidict-4.5.2-cp36-cp36m-linux_x86_64.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

1 week ago

Scan result

Vulnerable

Vulnerability count

2

Max. severity

Critical
Target:
MEDIUM

CVE-6063-56368: library: vulnerability title



Package Name: package_name
Installed Version: 1.6.18
Fixed Version: 2.8.31

References: jones-washington.com www.hull.info www.munoz.com
MEDIUM

CVE-4894-37884: library: vulnerability title



Package Name: package_name
Installed Version: 1.8.38
Fixed Version: 2.1.34

References: www.williams-howard.info www.anderson.net cain.biz

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-musl/python/multidict/4.5.2/a=linux_x86_64;xa=cp36m;xf=bdist_wheel;xn=multidict;xv=cp36/?render=true)](https://cloudsmith.io/~agriconnect/repos/python-musl/packages/detail/python/multidict/4.5.2/a=linux_x86_64;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-musl/python/multidict/4.5.2/a=linux_x86_64;xa=cp36m;xf=bdist_wheel;xn=multidict;xv=cp36/?render=true
   :target: https://cloudsmith.io/~agriconnect/repos/python-musl/packages/detail/python/multidict/4.5.2/a=linux_x86_64;xa=cp36m;xf=bdist_wheel;xn=multidict;xv=cp36/
image::https://api-prd.cloudsmith.io/v1/badges/version/agriconnect/python-musl/python/multidict/4.5.2/a=linux_x86_64;xa=cp36m;xf=bdist_wheel;xn=multidict;xv=cp36/?render=true[link="https://cloudsmith.io/~agriconnect/repos/python-musl/packages/detail/python/multidict/4.5.2/a=linux_x86_64;xa=cp36m;xf=bdist_wheel;xn=multidict;xv=cp36/",title="This version of 'multidict' @ Cloudsmith"]
<a href="https://cloudsmith.io/~agriconnect/repos/python-musl/packages/detail/python/multidict/4.5.2/a=linux_x86_64;xa=cp36m;xf=bdist_wheel;xn=multidict;xv=cp36/"><img src="https://api-prd.cloudsmith.io/v1/badges/version/agriconnect/python-musl/python/multidict/4.5.2/a=linux_x86_64;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-musl/python/multidict/latest/a=linux_x86_64;xa=cp36m;xf=bdist_wheel;xn=multidict;xv=cp36/?render=true&show_latest=true)](https://cloudsmith.io/~agriconnect/repos/python-musl/packages/detail/python/multidict/latest/a=linux_x86_64;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-musl/python/multidict/latest/a=linux_x86_64;xa=cp36m;xf=bdist_wheel;xn=multidict;xv=cp36/?render=true&show_latest=true
   :target: https://cloudsmith.io/~agriconnect/repos/python-musl/packages/detail/python/multidict/latest/a=linux_x86_64;xa=cp36m;xf=bdist_wheel;xn=multidict;xv=cp36/
image::https://api-prd.cloudsmith.io/v1/badges/version/agriconnect/python-musl/python/multidict/latest/a=linux_x86_64;xa=cp36m;xf=bdist_wheel;xn=multidict;xv=cp36/?render=true&show_latest=true[link="https://cloudsmith.io/~agriconnect/repos/python-musl/packages/detail/python/multidict/latest/a=linux_x86_64;xa=cp36m;xf=bdist_wheel;xn=multidict;xv=cp36/",title="Latest version of 'multidict' @ Cloudsmith"]
<a href="https://cloudsmith.io/~agriconnect/repos/python-musl/packages/detail/python/multidict/latest/a=linux_x86_64;xa=cp36m;xf=bdist_wheel;xn=multidict;xv=cp36/"><img src="https://api-prd.cloudsmith.io/v1/badges/version/agriconnect/python-musl/python/multidict/latest/a=linux_x86_64;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-musl/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-musl/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-musl/python/simple/
multidict==4.5.2
Warning: We highly recommend using pip (or similar) rather than installing directly.
Previous Version
Next Version
Top