LICENSE
README.md
pyproject.toml
src/dashi/__init__.py
src/dashi/cli.py
src/dashi/dashboard.py
src/dashi/helpers.py
src/dashi/render.py
src/dashi/serve.py
src/dashi/charts/__init__.py
src/dashi/charts/bar.py
src/dashi/charts/chart.py
src/dashi/charts/line.py
src/dashi/charts/pie.py
src/dashi/charts/registry.py
src/dashi/charts/scatter.py
src/dashi/charts/table.py
src/dashi/config/__init__.py
src/dashi/config/yaml_parser.py
src/dashi/datasources/__init__.py
src/dashi/datasources/base_datasource.py
src/dashi/datasources/csv_datasource.py
src/dashi/datasources/datasources.py
src/dashi/datasources/duckdb_datasource.py
src/dashi/datasources/file_datasource.py
src/dashi/datasources/json_datasource.py
src/dashi/datasources/login_mixin.py
src/dashi/datasources/postgres_datasource.py
src/dashi/datasources/registry.py
src/dashi/datasources/sql_datasource.py
src/dashi/structure/__init__.py
src/dashi/structure/cleaner.py
src/dashi/structure/initializer.py
src/dashi/transforms/__init__.py
src/dashi/transforms/transforms.py
src/dashiyaml.egg-info/PKG-INFO
src/dashiyaml.egg-info/SOURCES.txt
src/dashiyaml.egg-info/dependency_links.txt
src/dashiyaml.egg-info/entry_points.txt
src/dashiyaml.egg-info/requires.txt
src/dashiyaml.egg-info/top_level.txt
tests/test_charts.py
tests/test_datasources.py
tests/test_helpers.py
tests/test_parser.py
tests/test_sqldatasources.py
tests/test_transforms.py