.gitignore
LICENSE
Makefile
README.md
pyproject.toml
uv.lock
.github/release-drafter-config.yml
.github/workflows/pypi-publish.yml
.github/workflows/python-test.yml
.github/workflows/release-draft.yml
src/PyMatcherUtil.egg-info/PKG-INFO
src/PyMatcherUtil.egg-info/SOURCES.txt
src/PyMatcherUtil.egg-info/dependency_links.txt
src/PyMatcherUtil.egg-info/requires.txt
src/PyMatcherUtil.egg-info/top_level.txt
src/pymatcher_utils/__init__.py
src/pymatcher_utils/array.py
src/pymatcher_utils/dict.py
src/pymatcher_utils/exception.py
src/pymatcher_utils/matcher.py
src/pymatcher_utils/method.py
src/pymatcher_utils/property.py
src/pymatcher_utils/py.typed
test/example/test_class.py
test/example/test_magic.py
test/example/test_test.py