LICENSE
MANIFEST.in
README.md
pyproject.toml
AuraIndex.egg-info/PKG-INFO
AuraIndex.egg-info/SOURCES.txt
AuraIndex.egg-info/dependency_links.txt
AuraIndex.egg-info/entry_points.txt
AuraIndex.egg-info/requires.txt
AuraIndex.egg-info/top_level.txt
auraindex/__init__.py
auraindex/__main__.py
auraindex/cli.py
auraindex/models.py
auraindex/pipeline.py
auraindex/reporting.py
auraindex/analyzers/__init__.py
auraindex/analyzers/db_introspection.py
auraindex/analyzers/drift_watch.py
auraindex/analyzers/explain_validation.py
auraindex/analyzers/index_suggester.py
auraindex/analyzers/query_advisories.py
auraindex/analyzers/schema_checks.py
auraindex/analyzers/sql_ast.py
auraindex/analyzers/workload.py
auraindex/extractors/__init__.py
auraindex/extractors/python_ast.py
auraindex/extractors/sql_files.py
auraindex/extractors/text_fallback.py
auraindex/extractors/wasm_tree_sitter.py
auraindex/scripts/wasm_sql_extractor.mjs
auraindex/scripts/grammars/tree-sitter-javascript.wasm
auraindex/scripts/grammars/tree-sitter-php.wasm
auraindex/scripts/grammars/tree-sitter-php_only.wasm
auraindex/scripts/grammars/tree-sitter-python.wasm
auraindex/scripts/grammars/tree-sitter-tsx.wasm
auraindex/scripts/grammars/tree-sitter-typescript.wasm
auraindex/scripts/vendor/tree-sitter.js
auraindex/scripts/vendor/tree-sitter.wasm
auraindex/utils/__init__.py
auraindex/utils/files.py
auraindex/utils/text.py
scripts/wasm_sql_extractor.mjs
tests/test_cli.py
tests/test_db_introspection.py
tests/test_explain_validation.py
tests/test_index_suggester.py
tests/test_pipeline.py
tests/test_query_advisories.py
tests/test_reporting.py
tests/test_schema_checks.py
tests/test_sql_analysis.py
tests/test_sql_file_extractor.py
tests/test_text_fallback.py
tests/test_wasm_extractor.py