1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: python-orderedmultidict
Maintainer: IƱaki Malerba <inaki@malerba.space>
Section: python
Priority: optional
Standards-Version: 4.1.4
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-setuptools,
python3-all,
python3-pytest,
Rules-Requires-Root: no
Homepage: https://github.com/gruns/orderedmultidict
Vcs-Git: https://salsa.debian.org/debian/python-orderedmultidict.git
Vcs-Browser: https://salsa.debian.org/debian/python-orderedmultidict
Package: python3-orderedmultidict
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Ordered multivalue dictionary that retains method parity with Python's dict
a multivalue dictionary is a dictionary that can store multiple values per
key. An ordered multivalue dictionary is a multivalue dictionary that
retains the order of insertions and deletions.
|