.coveragerc
.gitignore
.pylintrc
.readthedocs.yml
LICENSE
MANIFEST.in
Makefile
README.rst
dev-requirements.txt
flit.ini
make.bat
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/dependabot.yml
.github/workflows/python-dependabot.yml
.github/workflows/python-publish.yml
.github/workflows/python-test.yml
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/requirements.txt
multiset/__init__.py
multiset/__init__.pyi
multiset/py.typed
multiset.egg-info/PKG-INFO
multiset.egg-info/SOURCES.txt
multiset.egg-info/dependency_links.txt
multiset.egg-info/top_level.txt
multiset.egg-info/zip-safe
tests/conftest.py
tests/test_multiset.py