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.
- Developed at devel:languages:python
-
13
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-multidict && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
multidict-6.0.2.tar.gz | 0000050334 49.2 KB | |
python-multidict.changes | 0000006601 6.45 KB | |
python-multidict.spec | 0000001805 1.76 KB |
Revision 17 (latest revision is 22)
Dominique Leuenberger (dimstar_suse)
accepted
request 957326
from
Dirk Mueller (dirkmueller)
(revision 17)
Comments 0