LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/README.md
docs/cli-and-runtime.md
docs/components.md
docs/getting-started.md
docs/layout.md
docs/parameters.md
docs/report-file.md
docs/sql.md
runtime/package-lock.json
runtime/package.json
runtime/tsconfig.json
runtime/vite.config.ts
runtime/scripts/copy-duckdb-assets.mjs
runtime/src/components.ts
runtime/src/csvDownload.test.ts
runtime/src/csvDownload.ts
runtime/src/dataLoader.test.ts
runtime/src/dataLoader.ts
runtime/src/debugApi.test.ts
runtime/src/debugApi.ts
runtime/src/duckdbRunner.ts
runtime/src/main.ts
runtime/src/queryErrors.test.ts
runtime/src/queryErrors.ts
runtime/src/queryTemplates.test.ts
runtime/src/queryTemplates.ts
runtime/src/runtimeMetrics.ts
runtime/src/state.ts
runtime/src/types.ts
runtime/src/updateCheck.ts
runtime/src/valueFormatting.ts
runtime/src/charts/heatmapRowMetric.test.ts
runtime/src/charts/heatmapRowMetric.ts
runtime/src/charts/lineBarEncoding.test.ts
runtime/src/charts/lineBarTooltip.test.ts
runtime/src/charts/scatterPlot.test.ts
runtime/src/charts/stackNormalization.test.ts
runtime/src/charts/stackNormalization.ts
runtime/src/charts/vegaAdapter.ts
runtime/vendor/duckdb-LICENSE
src/motor/__init__.py
src/motor/__main__.py
src/motor/cli.py
src/motor/compiler.py
src/motor/data_sources.py
src/motor/errors.py
src/motor/html.py
src/motor/inspect.py
src/motor/manifest.py
src/motor/models.py
src/motor/parquet_metadata.py
src/motor/parser.py
src/motor/update_server.py
src/motor/static/duckdb-LICENSE
src/motor/static/duckdb-browser-mvp.worker.js
src/motor/static/duckdb-mvp.wasm.gz
src/motor/static/motor-favicon.png
src/motor/static/motor-logo.png
src/motor/static/runtime.js
src/motor/static/vega-LICENSE
src/motor/static/vega-embed-LICENSE
src/motor/static/vega-embed.min.js
src/motor/static/vega-lite-LICENSE
src/motor/static/vega-lite.min.js
src/motor/static/vega.min.js
src/motor/static/xlsx-LICENSE
src/motor/templates/report.html.j2
src/motor_reports.egg-info/PKG-INFO
src/motor_reports.egg-info/SOURCES.txt
src/motor_reports.egg-info/dependency_links.txt
src/motor_reports.egg-info/entry_points.txt
src/motor_reports.egg-info/requires.txt
src/motor_reports.egg-info/top_level.txt
tests/test_vertical_slice.py