LICENSE
README.md
pyproject.toml
src/tabularmapper/__init__.py
src/tabularmapper/ai_matcher.py
src/tabularmapper/api.py
src/tabularmapper/cli.py
src/tabularmapper/engine.py
src/tabularmapper/learn.py
src/tabularmapper/llm_fallback.py
src/tabularmapper/mapping_cache.py
src/tabularmapper/schema.py
src/tabularmapper/stores.py
src/tabularmapper.egg-info/PKG-INFO
src/tabularmapper.egg-info/SOURCES.txt
src/tabularmapper.egg-info/dependency_links.txt
src/tabularmapper.egg-info/entry_points.txt
src/tabularmapper.egg-info/requires.txt
src/tabularmapper.egg-info/top_level.txt
src/tabularmapper/static/index.html
src/tabularmapper/static/test.html
tests/test_api.py
tests/test_learn.py
tests/test_mapper.py
tests/test_schema.py
tests/test_stores.py