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.
- Sources inherited from project SUSE:SLE-15-SP4:Update
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-15-SP7:Update/python-multidict.30661 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
multidict-6.0.4.tar.gz | 0000051304 50.1 KB | |
python-multidict.changes | 0000007557 7.38 KB | |
python-multidict.spec | 0000001837 1.79 KB |
Latest Revision
Marcus Rueckert (darix)
committed
(revision 1)
Release from SUSE:Maintenance:30661 / python-multidict.SUSE_SLE-15-SP4_Update
Comments 0