LICENSE
README.md
pyproject.toml
src/askql/__init__.py
src/askql/annotate.py
src/askql/api.py
src/askql/audit.py
src/askql/capability.py
src/askql/cli.py
src/askql/compressor.py
src/askql/confidence.py
src/askql/config.py
src/askql/corrections.py
src/askql/doctor.py
src/askql/embeddings.py
src/askql/examples.py
src/askql/executor.py
src/askql/generate.py
src/askql/glossary.py
src/askql/orchestrator.py
src/askql/policy.py
src/askql/pool.py
src/askql/profile.py
src/askql/py.typed
src/askql/ratelimit.py
src/askql/retriever.py
src/askql/schema_graph.py
src/askql/scraper.py
src/askql/smoke.py
src/askql/staleness.py
src/askql/synthesize.py
src/askql/tokenize.py
src/askql/validator.py
src/askql.egg-info/PKG-INFO
src/askql.egg-info/SOURCES.txt
src/askql.egg-info/dependency_links.txt
src/askql.egg-info/entry_points.txt
src/askql.egg-info/requires.txt
src/askql.egg-info/top_level.txt
src/askql/dialects/__init__.py
src/askql/dialects/mssql.py
src/askql/dialects/oracle.py
src/askql/dialects/postgres.py
src/askql/dialects/redshift.py
src/askql/drivers/__init__.py
src/askql/drivers/base.py
src/askql/drivers/jdbc.py
src/askql/drivers/mssql.py
src/askql/drivers/oracle.py
src/askql/drivers/postgres.py
src/askql/eval/__init__.py
src/askql/eval/accuracy.py
src/askql/eval/context.py
src/askql/eval/safety.py
src/askql/mcp/__init__.py
src/askql/mcp/server.py
src/askql/mcp/tools.py
tests/test_annotate.py
tests/test_api.py
tests/test_audit_read.py
tests/test_capability.py
tests/test_cli.py
tests/test_compressor.py
tests/test_confidence.py
tests/test_config.py
tests/test_context_eval.py
tests/test_corrections.py
tests/test_dialects.py
tests/test_doctor.py
tests/test_domain_rules.py
tests/test_drivers.py
tests/test_embeddings.py
tests/test_eval.py
tests/test_examples.py
tests/test_executor.py
tests/test_fk_inference.py
tests/test_generate.py
tests/test_glossary.py
tests/test_jdbc_transport.py
tests/test_mcp.py
tests/test_orchestrator.py
tests/test_policy.py
tests/test_pool.py
tests/test_profile.py
tests/test_public_api.py
tests/test_relocatable.py
tests/test_schema_graph.py
tests/test_smoke.py
tests/test_staleness.py
tests/test_synonyms.py
tests/test_synthesize.py
tests/test_timeout_override.py
tests/test_validator.py