Extra Python Collections (multisets and setlists)
collections_extended is a pure Python module with no dependencies providing extra collections. The new collections include bags AKA multisets, setlists AKA unique lists or ordered sets, a bijection, a RangeMap which is a mapping from ranges to values, and an IndexedDict class. There are also frozen (hashable) varieties of bags and setlists.
$
pkg install py311-collections-extendedOrigin
devel/py-collections-extended
Size
270KiB
License
APACHE20
Maintainer
dtxdf@FreeBSD.org
Dependencies
1 packages
Required by
1 packages