Package: python3-multidict Status: install ok installed Priority: optional Section: python Installed-Size: 178 Maintainer: Piotr Ożarowski Architecture: amd64 Source: python-multidict Version: 6.4.3-1 Depends: python3 (<< 3.14), python3 (>= 3.13~), python3-typing-extensions | python3-supported-min (>= 3.11), python3:any, libc6 (>= 2.14) Description: multidict implementation (Python library) Multidicts are useful for working with HTTP headers, URL query args etc. . HTTP Headers and URL query string require specific data structure: multidict. It behaves mostly like a dict but it can have several values for the same key. Homepage: https://github.com/aio-libs/multidict/