Source: python-multidict Section: python Maintainer: Debian Python Team Uploaders: Piotr Ożarowski , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all-dev, python3-setuptools, cython3, python3-objgraph , python3-pytest , python3-pytest-cov , Standards-Version: 4.7.4 Homepage: https://github.com/aio-libs/multidict/ Vcs-Git: https://salsa.debian.org/python-team/packages/python-multidict.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-multidict Testsuite: autopkgtest-pkg-pybuild Package: python3-multidict Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} 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.