.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
LICENSE
README.rst
pyproject.toml
setup.py
tox.ini
.github/PULL_REQUEST_TEMPLATE.md
.github/labeler.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/question.md
.github/workflows/ci_tests.yml
.github/workflows/codeql-analysis.yml
.github/workflows/label.yml
.github/workflows/python-publish.yml
docs/index.rst
licenses/LICENSE.rst
src/overload_numpy/__init__.py
src/overload_numpy/constraints.py
src/overload_numpy/dispatch.py
src/overload_numpy/mixin.py
src/overload_numpy/npinfo.py
src/overload_numpy/overload.py
src/overload_numpy.egg-info/PKG-INFO
src/overload_numpy.egg-info/SOURCES.txt
src/overload_numpy.egg-info/dependency_links.txt
src/overload_numpy.egg-info/requires.txt
src/overload_numpy.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/integration/__init__.py
tests/integration/test_array_wrapper.py
tests/unit/__init__.py
tests/unit/test_constraints.py
tests/unit/test_dispatch.py
tests/unit/test_npinfo.py
tests/unit/test_overload.py