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.
- Devel package for openSUSE:Factory
-
9
derived packages
- Links to openSUSE:Factory / python-multidict
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python/python-multidict && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
multidict-6.0.3.tar.gz | 0000051223 50 KB | |
python-multidict.changes | 0000006857 6.7 KB | |
python-multidict.spec | 0000001805 1.76 KB |
Revision 37 (latest revision is 46)
Dirk Mueller (dirkmueller)
accepted
request 1041214
from
Yogalakshmi Arunachalam (yarunachalam)
(revision 37)
- Update to 6.0.3: * Features Declared the official support for Python 3.11 — by @mlegner. (#872)
Comments 0