CMD + K

multiset

Community

A multiset implementation for python

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::multiset

Usage Tracking

3.0.1
2.1.1
2 / 8 versions selected
Downloads (Last 6 months): 0

Description

A multiset is similar to the builtin set, but it allows an element to occur multiple times. It is an unordered collection of element 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.

About

Summary

A multiset implementation for python

Last Updated

Dec 6, 2021 at 19:48

License

MIT

Total Downloads

21.3K

Version Downloads

5.3K

Supported Platforms

noarch