.coveragerc
.editorconfig
.gitignore
.gitignore.in
LICENSE
Makefile
README.md
poetry.lock
pyproject.toml
renovate.json
setup.cfg
.github/workflows/happy.yml
.github/workflows/pypi-publish.yml
.github/workflows/python-test.yml
richset/__init__.py
richset/_version.py
richset/comparable.py
richset/py.typed
richset.egg-info/PKG-INFO
richset.egg-info/SOURCES.txt
richset.egg-info/dependency_links.txt
richset.egg-info/top_level.txt
tests/__init__.py
tests/test_conversions.py
tests/test_factory_classmethods.py
tests/test_grouping.py
tests/test_list_accessors.py
tests/test_list_functional_manipulations.py
tests/test_list_manipulations.py
tests/test_magic_methods.py
tests/test_paging.py
tests/test_search.py
tests/test_set_operations.py
tests/test_sortings.py
tests/test_statistics.py