LICENSE
README.md
pyproject.toml
tests/test_config.py
tests/test_pipeline.py
tests/test_prompts.py
tests/test_schema.py
text2sql/__init__.py
text2sql/config.py
text2sql/errors.py
text2sql/logging_utils.py
text2sql/py.typed
text2sql/types.py
text2sql/pipeline/__init__.py
text2sql/pipeline/generation.py
text2sql/pipeline/json_utils.py
text2sql/pipeline/linking.py
text2sql/pipeline/pipeline.py
text2sql/prompts/__init__.py
text2sql/prompts/generation.txt
text2sql/prompts/generation_raw.txt
text2sql/prompts/linking.txt
text2sql/providers/__init__.py
text2sql/providers/anthropic_provider.py
text2sql/providers/base.py
text2sql/providers/openai_provider.py
text2sql/providers/registry.py
text2sql/schema/__init__.py
text2sql/schema/file_provider.py
text2sql/schema/models.py
text2sql/schema/provider.py
text2sql/schema/serialize.py
text2sql_engine.egg-info/PKG-INFO
text2sql_engine.egg-info/SOURCES.txt
text2sql_engine.egg-info/dependency_links.txt
text2sql_engine.egg-info/requires.txt
text2sql_engine.egg-info/top_level.txt