[ 源代码: python-indexed ]
软件包:python3-indexed(1.3.0-2)
python3-indexed 的相关链接
Debian 的资源:
下载源码包 python-indexed:
- [python-indexed_1.3.0-2.dsc]
- [python-indexed_1.3.0.orig.tar.gz]
- [python-indexed_1.3.0-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Python dictionary indexed by insertion order
indexed.IndexedOrderedDict (or indexed.Dict) is a Python dictionary that is indexed by insertion order, it is feature compatible with collections.OrderedDict as of Python 3.11 and can be used as a drop in replacement.