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.
- Devel package for openSUSE:Factory
-
9
derived packages
- Links to openSUSE:Factory / python-multidict
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python/python-multidict && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
multidict-4.7.5.tar.gz | 0000050845 49.7 KB | |
python-multidict.changes | 0000005168 5.05 KB | |
python-multidict.spec | 0000001845 1.8 KB |
Revision 28 (latest revision is 46)
Tomáš Chvátal (scarabeus_iv)
committed
(revision 28)
- Fix fdupes call
Comments 0