MANIFEST.in
README.md
pyproject.toml
docs/hooks.py
docs/how-to/manage-multiple-datasets.py
docs/how-to/track-model-data.py
docs/how-to/version-control-pipeline.py
docs/tutorials/cloud-storage.py
docs/tutorials/commits.py
docs/tutorials/first-dataset.py
docs/tutorials/ml-workflow-script.py
docs/tutorials/ml-workflow.py
kirin/__init__.py
kirin/auth_helpers.py
kirin/catalog.py
kirin/cli.py
kirin/cloud_auth.py
kirin/commit.py
kirin/commit_store.py
kirin/dataset.py
kirin/file.py
kirin/html_repr.py
kirin/keyring_store.py
kirin/ml_artifacts.py
kirin/plots.py
kirin/preprocessing.py
kirin/schemas.py
kirin/setup_ssl.py
kirin/storage.py
kirin/testing_utils.py
kirin/utils.py
kirin.egg-info/PKG-INFO
kirin.egg-info/SOURCES.txt
kirin.egg-info/dependency_links.txt
kirin.egg-info/entry_points.txt
kirin.egg-info/requires.txt
kirin.egg-info/top_level.txt
kirin/web/__init__.py
kirin/web/app.py
kirin/web/config.py
kirin/web/models.py
kirin/web/static/styles.css
kirin/web/templates/base.html
kirin/web/templates/catalog_form.html
kirin/web/templates/catalogs.html
kirin/web/templates/commit_form.html
kirin/web/templates/dataset_view.html
kirin/web/templates/datasets.html
kirin/web/templates/delete_catalog.html
kirin/web/templates/delete_dataset.html
kirin/web/templates/file_preview.html
kirin/web/templates/files_tab.html
kirin/web/templates/history_tab.html
kirin/widgets/__init__.py
kirin/widgets/base.py
kirin/widgets/catalog.py
kirin/widgets/commit.py
kirin/widgets/dataset.py
kirin/widgets/file_list.py
kirin/widgets/utils.py
kirin/widgets/assets/catalog.js
kirin/widgets/assets/commit.js
kirin/widgets/assets/dataset.js
kirin/widgets/assets/file_interactions.js
kirin/widgets/assets/file_list.js
kirin/widgets/assets/panel_utils.js
kirin/widgets/assets/shared.css
kirin/widgets/assets/ui_utils.js
kirin/widgets/templates/catalog.html
kirin/widgets/templates/commit.html
kirin/widgets/templates/dataset.html
kirin/widgets/templates/macros.html
notebooks/catalog_demo.py
notebooks/gcp_storage_demo.py
notebooks/gitdata_linear_workflow_demo.py
notebooks/kirin_version_plots.py
notebooks/local_demo.py
notebooks/model_versioning_demo.py
notebooks/scratch.py
notebooks/test_plot_source_linking.py
notebooks/test_source_detection_minimal.py
scripts/analyze_commit_structure.py
scripts/convert_marimo_to_markdown.py
scripts/create_dummy_dataset.py
scripts/debug_actual_file.py
scripts/debug_commit_json.py
scripts/debug_commit_storage.py
scripts/debug_glob_pattern.py
scripts/debug_json_writing.py
scripts/diagnose_commit_history.py
scripts/test_catalog_fsspec.py
tests/conftest.py
tests/test___init__.py
tests/test_async_auth_functions.py
tests/test_catalog.py
tests/test_catalog_html_repr.py
tests/test_cli_upload.py
tests/test_cloud_auth_integration.py
tests/test_commit_entity.py
tests/test_commit_html_repr.py
tests/test_commit_metadata.py
tests/test_commit_store.py
tests/test_dataset.py
tests/test_dataset_entity.py
tests/test_dataset_html_repr.py
tests/test_dataset_metadata.py
tests/test_file_access.py
tests/test_file_entity.py
tests/test_filesystem_detection.py
tests/test_gcs_integration.py
tests/test_integration_workflow.py
tests/test_keyring_store.py
tests/test_linear_workflow.py
tests/test_ml_artifacts.py
tests/test_plots.py
tests/test_plots_source_linking.py
tests/test_source_detection_verification.py
tests/test_storage.py
tests/test_variable_name_detection.py
tests/test_widget_raster_preview.py
tests/test_widgets.py
tests/web_ui/__init__.py
tests/web_ui/conftest.py
tests/web_ui/test_catalog_landing_page.py
tests/web_ui/test_catalog_management.py
tests/web_ui/test_file_preview.py
tests/web_ui/test_web_ui_integration.py