README.md
pyproject.toml
src/tidysheet/__init__.py
src/tidysheet/__main__.py
src/tidysheet/adapters.py
src/tidysheet/ai.py
src/tidysheet/automation.py
src/tidysheet/checks.py
src/tidysheet/cli.py
src/tidysheet/cluster.py
src/tidysheet/contract.py
src/tidysheet/engine.py
src/tidysheet/explain.py
src/tidysheet/infer.py
src/tidysheet/ingest.py
src/tidysheet/ir.py
src/tidysheet/ops.py
src/tidysheet/profiler.py
src/tidysheet/quality.py
src/tidysheet/report.py
src/tidysheet/semantic.py
src/tidysheet/server.py
src/tidysheet/suggest.py
src/tidysheet/suggester.py
src/tidysheet/workspace.py
src/tidysheet.egg-info/PKG-INFO
src/tidysheet.egg-info/SOURCES.txt
src/tidysheet.egg-info/dependency_links.txt
src/tidysheet.egg-info/entry_points.txt
src/tidysheet.egg-info/requires.txt
src/tidysheet.egg-info/top_level.txt
src/tidysheet/export/__init__.py
src/tidysheet/export/pandas_export.py
src/tidysheet/export/polars_export.py
src/tidysheet/export/sql_export.py
src/tidysheet/refdata/__init__.py
src/tidysheet/refdata/countries.csv
src/tidysheet/refdata/us_states.csv
src/tidysheet/templates/report.html.j2
src/tidysheet/webui/app.js
src/tidysheet/webui/index.html
src/tidysheet/webui/style.css
tests/test_ai.py
tests/test_automation.py
tests/test_checks.py
tests/test_cli.py
tests/test_contract.py
tests/test_explain.py
tests/test_export_differential.py
tests/test_infer.py
tests/test_ir.py
tests/test_multifile.py
tests/test_ops.py
tests/test_profiler.py
tests/test_server.py
tests/test_suggest.py