MANIFEST.in
README.md
pyproject.toml
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/keyring_store.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
notebooks/catalog_demo.py
notebooks/gcp_storage_demo.py
notebooks/gitdata_linear_workflow_demo.py
notebooks/local_demo.py
notebooks/scratch.py
scripts/analyze_commit_structure.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_cli_upload.py
tests/test_cloud_auth_integration.py
tests/test_commit_entity.py
tests/test_commit_store.py
tests/test_dataset.py
tests/test_dataset_entity.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_storage.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_web_ui_integration.py