README.md
pyproject.toml
src/nl2sql/__init__.py
src/nl2sql/tools/__init__.py
src/nl2sql/tools/database.py
src/nl2sql/tools/text2sql.py
src/nl2sql/tools/resources/prompts/text2sql/optimizesql.md
src/nl2sql/tools/resources/prompts/text2sql/references.md
src/nl2sql/tools/resources/prompts/text2sql/text2sql.md
src/nl2sql/tools/resources/sqls/ddl_mysql.sql
src/nl2sql/tools/resources/sqls/ddl_postgres.sql
src/nl2sql/utils/__init__.py
src/nl2sql/utils/ai.py
src/nl2sql/utils/path.py
src/nl2sql/utils/strings.py
src/simple_nl2sql.egg-info/PKG-INFO
src/simple_nl2sql.egg-info/SOURCES.txt
src/simple_nl2sql.egg-info/dependency_links.txt
src/simple_nl2sql.egg-info/requires.txt
src/simple_nl2sql.egg-info/top_level.txt
tests/test_entrypoint.py