[ 源代码: sortedcollections ]
软件包:python3-sortedcollections(1.0.1-1)
python3-sortedcollections 的相关链接
Debian 的资源:
下载源码包 sortedcollections:
- [sortedcollections_1.0.1-1.dsc]
- [sortedcollections_1.0.1.orig.tar.gz]
- [sortedcollections_1.0.1-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [www.grantjenks.com]
相似软件包:
Python 3 Sorted Collections
SortedCollections is an Apache2 licensed Python sorted collections library.
Features --------
- Pure-Python - Depends on the SortedContainers module. - ValueSortedDict - Dictionary with (key, value) item pairs sorted by value. - ItemSortedDict - Dictionary with key-function support for item pairs. - OrderedDict - Ordered dictionary with numeric indexing support. - OrderedSet - Ordered set with numeric indexing support. - IndexableDict - Dictionary with numeric indexing support. - IndexableSet - Set with numeric indexing support.
This contains the Python 3 module
其他与 python3-sortedcollections 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-sortedcontainers
- sorted container types: SortedList, SortedDict, and SortedSet (Python 3)