LICENSE
README.md
pyproject.toml
src/duckalog/__init__.py
src/duckalog/cli.py
src/duckalog/config.py
src/duckalog/config_init.py
src/duckalog/engine.py
src/duckalog/logging_utils.py
src/duckalog/path_resolution.py
src/duckalog/py.typed
src/duckalog/python_api.py
src/duckalog/remote_config.py
src/duckalog/sql_file_loader.py
src/duckalog/sql_generation.py
src/duckalog.egg-info/PKG-INFO
src/duckalog.egg-info/SOURCES.txt
src/duckalog.egg-info/dependency_links.txt
src/duckalog.egg-info/entry_points.txt
src/duckalog.egg-info/requires.txt
src/duckalog.egg-info/top_level.txt
src/duckalog/dashboard/__init__.py
src/duckalog/dashboard/app.py
src/duckalog/dashboard/run.py
src/duckalog/dashboard/state.py
src/duckalog/dashboard/views.py
tests/test_changelog_automation.py
tests/test_cli_filesystem.py
tests/test_cli_remote.py
tests/test_config.py
tests/test_custom_filesystem.py
tests/test_dashboard.py
tests/test_docstrings.py
tests/test_engine_cli.py
tests/test_engine_hierarchical.py
tests/test_engine_remote_export.py
tests/test_integration_workflow.py
tests/test_logging_utils.py
tests/test_path_resolution.py
tests/test_remote_config.py
tests/test_sql_generation.py
tests/test_ui.py
tests/test_ui_validation.py
tests/test_version_automation.py