.editorconfig
.gitattributes
.gitignore
LICENSE
README.md
ci-constraints.txt
mypy-requirements.txt
mypy.ini
pyproject.toml
test-requirements.txt
.github/workflows/black.yml
.github/workflows/mypy.yml
.github/workflows/publish.yml
.github/workflows/test.yml
src/__init__.py
src/_comparable_pattern.py
src/py.typed
src/version.py
src/comparable_pattern.egg-info/PKG-INFO
src/comparable_pattern.egg-info/SOURCES.txt
src/comparable_pattern.egg-info/dependency_links.txt
src/comparable_pattern.egg-info/top_level.txt
test/__init__.py
test/test_doctests.py