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.
- Links to openSUSE:Factory / python-multidict
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:bmwiedemann:reproducible:distribution:ring1/python-multidict && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
multidict-6.0.5.tar.gz | 0000059867 58.5 KB | |
python-multidict.changes | 0000008793 8.59 KB | |
python-multidict.spec | 0000002018 1.97 KB |
Latest Revision
Bernhard Wiedemann (bmwiedemann)
committed
(revision 2)
Set link revision to ed57366fb34b2d8b7ae07f39aa4385d4
Comments 0