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.
-
1
derived packages
- Links to openSUSE:Factory / python-multidict
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout system:homeautomation:home-assistant/python-multidict && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
multidict-4.1.0.tar.gz | 0000135223 132 KB | |
python-multidict.changes | 0000003512 3.43 KB | |
python-multidict.spec | 0000001927 1.88 KB |
Revision 3 (latest revision is 9)
Adrian Schröter (adrianSuSE)
committed
(revision 3)
fix python deps
Comments 0