Meta Configuration of Package python-multidict
13
1
<package name="python-multidict" project="SUSE:SLE-15-SP4:Update">
2
<title>multidict implementation</title>
3
<description>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.
4
5
multidict has four multidict classes: MultiDict, MultiDictProxy, CIMultiDict and CIMultiDictProxy.
6
7
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.
8
9
Regular mutable (MultiDict and CIMultiDict) classes implement collections.abc.MutableMapping and allows to change their own content.
10
11
</description>
12
</package>
13