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-5.1.0.tar.gz 0000053685 52.4 KB
python-multidict.changes 0000005905 5.77 KB
python-multidict.spec 0000001901 1.86 KB
Revision 16 (latest revision is 21)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 857113 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 16)
- update to 5.1.0:
  - Support ``GenericAliases`` (``MultiDict[str]``) for Python 3.9+
  `#553 <https://github.com/aio-libs/multidict/issues/553>`_
Comments 0
openSUSE Build Service is sponsored by