LICENSE
README.md
pyproject.toml
src/mapmonkey/__init__.py
src/mapmonkey/abbreviations.py
src/mapmonkey/apply.py
src/mapmonkey/cli.py
src/mapmonkey/matcher.py
src/mapmonkey/models.py
src/mapmonkey/normalize.py
src/mapmonkey/persistence.py
src/mapmonkey/py.typed
src/mapmonkey/validate.py
src/mapmonkey/valuemap.py
src/mapmonkey.egg-info/PKG-INFO
src/mapmonkey.egg-info/SOURCES.txt
src/mapmonkey.egg-info/dependency_links.txt
src/mapmonkey.egg-info/entry_points.txt
src/mapmonkey.egg-info/requires.txt
src/mapmonkey.egg-info/top_level.txt
tests/test_apply.py
tests/test_cli.py
tests/test_matcher.py
tests/test_normalize.py
tests/test_package.py
tests/test_persistence.py
tests/test_properties.py
tests/test_validate.py