multidict implementation

Edit Package python-multidict

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.

Refresh
Refresh
Source Files
Filename Size Changed
multidict-3.1.1.tar.gz 0000118700 116 KB
python-multidict.changes 0000002194 2.14 KB
python-multidict.spec 0000001925 1.88 KB
Revision 1 (latest revision is 21)
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 511469 from Sean Marlow's avatar Sean Marlow (seanmarlow) (revision 1)
Move package to single spec python3 only. Will provide python3-mutlidict. 510420
Comments 0
openSUSE Build Service is sponsored by