MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
nl2sql/__init__.py
nl2sql/core/__init__.py
nl2sql/core/database.py
nl2sql/core/nl2sql.py
nl2sql/llm_providers/__init__.py
nl2sql/llm_providers/anthropic_provider.py
nl2sql/llm_providers/base.py
nl2sql/llm_providers/cohere_provider.py
nl2sql/llm_providers/openai_provider.py
nl2sql/utils/__init__.py
nl2sql/utils/query_validator.py
nl2sql/utils/schema_analyzer.py
nl2sql_py.egg-info/PKG-INFO
nl2sql_py.egg-info/SOURCES.txt
nl2sql_py.egg-info/dependency_links.txt
nl2sql_py.egg-info/requires.txt
nl2sql_py.egg-info/top_level.txt
tests/test_nl2sql.py
tests/test_script.py