FreeBSD.software
Home/devel/py311-multiset

py311-multiset

3.2.0devel

Implementation of a multiset

The multiset package provides a multiset implementation for python. A multiset is similar to the builtin set, but it allows an element to occur multiple times. It is an unordered collection of elements which have to be hashable just like in a set. It supports the same methods and operations as set does, e.g. membership test, union, intersection, and (symmetric) difference.

$pkg install py311-multiset
github.com/wheerd/multiset
Origin
devel/py-multiset
Size
160KiB
License
MIT
Maintainer
yuri@FreeBSD.org
Dependencies
1 packages
Required by
0 packages

Dependencies (1)