.gitignore
.pre-commit-config.yaml
LICENCE.txt
MANIFEST.in
Makefile
README.md
benchmark.py
pyproject.toml
requirements.txt
setup.cfg
setup.py
todo.tasks
.github/workflows/build-wheels.yml
.github/workflows/ci.yml
.github/workflows/formatting_check.yml
.github/workflows/publish.yml
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
plum/__init__.py
plum/_version.py
plum/dispatcher.py
plum/function.py
plum/parametric.py
plum/promotion.py
plum/resolvable.py
plum/signature.py
plum/type.py
plum/util.py
plum_dispatch.egg-info/PKG-INFO
plum_dispatch.egg-info/SOURCES.txt
plum_dispatch.egg-info/dependency_links.txt
plum_dispatch.egg-info/top_level.txt
tests/__init__.py
tests/test_parametric.py
tests/test_promotion.py
tests/test_resolvable.py
tests/test_signature.py
tests/test_type.py
tests/test_util.py
tests/util.py
tests/dispatcher/__init__.py
tests/dispatcher/test_cache.py
tests/dispatcher/test_cases.py
tests/dispatcher/test_dispatcher.py
tests/dispatcher/test_precedence.py
tests/dispatcher/test_return_type.py