Package: wnpp Severity: wishlist Owner: Diane Trout <di...@ghic.org> * Package name : sortedcollections Version : 0.5.3 Upstream Author : Grant Jenks <cont...@grantjenks.com> * URL : http://www.grantjenks.com/docs/sortedcollections/ * License : Apache-2.0 Programming Lang: Python Description : 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 sortedcollections is a recently addeded dependency of dask.distributed.