[ 源代码: python-orderedmultidict ]
软件包:python3-orderedmultidict(1.0.1-1.1)
python3-orderedmultidict 的相关链接
Debian 的资源:
下载源码包 python-orderedmultidict:
- [python-orderedmultidict_1.0.1-1.1.dsc]
- [python-orderedmultidict_1.0.1.orig.tar.gz]
- [python-orderedmultidict_1.0.1-1.1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [github.com]
相似软件包:
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.