CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
hyperxql/__init__.py
hyperxql/cli.py
hyperxql/config.py
hyperxql/db_manager.py
hyperxql/exceptions.py
hyperxql/llm_client.py
hyperxql/schema_visualizer.py
hyperxql/sql_generator.py
hyperxql/utils.py
hyperxql.egg-info/PKG-INFO
hyperxql.egg-info/SOURCES.txt
hyperxql.egg-info/dependency_links.txt
hyperxql.egg-info/entry_points.txt
hyperxql.egg-info/requires.txt
hyperxql.egg-info/top_level.txt
static/css/styles.css
templates/404.html
templates/500.html
templates/base.html
templates/db_info.html
templates/db_schema.html
templates/index.html
templates/query.html
templates/query_result.html
templates/settings.html
tests/__init__.py
tests/test_cli.py
tests/test_db_manager.py
tests/test_llm_client.py
tests/test_sql_generator.py