multidict implementation
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.
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.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.0/python-multidict && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
multidict-4.2.0.tar.gz | 0000137359 134 KB | |
python-multidict.changes | 0000003855 3.76 KB | |
python-multidict.spec | 0000001898 1.85 KB |
Latest Revision
Ludwig Nussel (lnussel_factory)
accepted
request 598700
from
Leap Reviewbot (leaper)
(revision 4)
Automatic request from openSUSE:Factory by UpdateCrawler
Comments 0