calkit-python 0.47.1__tar.gz → 0.47.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {calkit_python-0.47.1 → calkit_python-0.47.2}/AGENTS.md +4 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/PKG-INFO +1 -1
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/cli/check.py +1 -4
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/cli/main/core.py +1 -5
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/cli/new.py +157 -30
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/environments.py +14 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/invenio.py +51 -8
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/models/core.py +3 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/pipeline.py +21 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/releases.py +190 -7
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/cli/test_new.py +212 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_environments.py +28 -0
- calkit_python-0.47.2/calkit/tests/test_invenio.py +114 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_releases.py +78 -5
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/cli-reference.md +17 -16
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/releases.md +50 -0
- {calkit_python-0.47.1/vscode-ext → calkit_python-0.47.2/docs}/schemas/calkit.json +5 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/docker-compose.yml +2 -1
- {calkit_python-0.47.1/docs → calkit_python-0.47.2/vscode-ext}/schemas/calkit.json +5 -0
- calkit_python-0.47.1/calkit/tests/test_invenio.py +0 -35
- {calkit_python-0.47.1 → calkit_python-0.47.2}/.claude-plugin/marketplace.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/.dockerignore +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/.gitattributes +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/.gitignore +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/.gitmodules +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/.pre-commit-config.yaml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/.prettierignore +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/.prettierrc.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/.python-version +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/.vscode/launch.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/.vscode/tasks.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/CITATION.cff +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/CODE_OF_CONDUCT.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/CONTRIBUTING.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/LICENSE +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/Makefile +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/README.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/actions/run/README.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/actions/run/action.yml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/actions/run/example.yml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/agent-plugin/.claude-plugin/plugin.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/agent-plugin/skills/add-pipeline-stage/SKILL.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/agent-plugin/skills/build-paper-pipeline/SKILL.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/agent-plugin/skills/check-questions/SKILL.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/agent-plugin/skills/check-reproducibility/SKILL.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/agent-plugin/skills/conventions/SKILL.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/agent-plugin/skills/create-pipeline/SKILL.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/.gitignore +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/README.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/options.html +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/package-lock.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/package.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/popup.html +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/public/icons/calkit-128.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/public/icons/calkit-16.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/public/icons/calkit-32.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/public/icons/calkit-48.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/public/icons/calkit.svg +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/public/manifest.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/scripts/build-content.mjs +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/scripts/package-manifest.mjs +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/scripts/store-screenshots.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/scripts/watch.mjs +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/src/background/index.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/src/content/github.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/src/content/overleaf.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/src/content/references.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/src/core/api.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/src/core/auth.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/src/core/calkit-yaml.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/src/core/calkit-yaml.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/src/core/detect.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/src/core/detect.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/src/core/hub-url.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/src/core/hubs.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/src/core/hubs.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/src/core/latex.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/src/core/latex.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/src/core/lifecycle.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/src/core/messages.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/src/core/messages.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/src/core/pickers.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/src/core/storage.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/src/core/types.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/src/core/ui.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/src/core/ui.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/src/options/options.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/src/popup/popup.css +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/src/popup/popup.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/src/viewer/viewer.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/tsconfig.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/viewer.html +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/vite.config.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/vite.content.config.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/browser-ext/vitest.config.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/__init__.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/__main__.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/calc.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/cli/__init__.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/cli/config.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/cli/core.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/cli/delete.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/cli/describe.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/cli/dev.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/cli/hub.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/cli/import_.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/cli/latex.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/cli/list.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/cli/main/__init__.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/cli/main/xr.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/cli/notebooks.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/cli/office.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/cli/overleaf.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/cli/scheduler.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/cli/sync.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/cli/update.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/conda.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/config.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/core.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/datasets.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/dependencies.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/detect.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/docker.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/docx.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/dvc/__init__.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/dvc/core.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/dvc/zip.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/fs.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/git.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/github.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/gui.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/hub.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/install.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/julia.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/jupyter.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/jupyterlab/__init__.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/jupyterlab/routes.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/labextension/package.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/labextension/schemas/calkit/package.json.orig +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/labextension/schemas/calkit/plugin.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/labextension/static/502.9a2c5772a15466e923ef.js +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/labextension/static/695.2c41003a452d43d2b358.js +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/labextension/static/867.a42a046aa5108f54f8fb.js +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/labextension/static/909.6d8285ce7c45878ac508.js +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/labextension/static/946.050af2abf7845cfbdbd2.js +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/labextension/static/946.050af2abf7845cfbdbd2.js.LICENSE.txt +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/labextension/static/b2f1c3efe70cb539d121.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/labextension/static/remoteEntry.d7a43c7948f690d37d19.js +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/labextension/static/style.js +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/labextension/static/third-party-licenses.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/latex.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/licenses.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/magics.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/markdown.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/matlab.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/models/__init__.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/models/docx.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/models/io.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/models/iteration.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/models/pipeline.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/notebooks.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/office.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/ops.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/overleaf.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/procedures.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/provenance.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/questions.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/reproducibility.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/resources/README.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/resources/__init__.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/resources/devcontainer/Dockerfile +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/resources/devcontainer/README.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/resources/devcontainer/base.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/resources/devcontainer/devcontainer.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/resources/devcontainer/scripts/check-envs.sh +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/resources/devcontainer/scripts/post-create.sh +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/resources/devcontainer/scripts/post-start.sh +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/resources/devcontainer/scripts/update-content.sh +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/resources/github-actions/example.yml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/resources/vscode/README.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/resources/vscode/extensions.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/resources/vscode/settings.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/schema.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/server.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/templates/__init__.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/templates/core.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/templates/latex/__init__.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/templates/latex/article/paper.tex +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/templates/latex/core.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/templates/latex/ieee-conference/paper.tex +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/templates/latex/jfm/jfm.bst +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/templates/latex/jfm/jfm.cls +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/templates/latex/jfm/lineno-FLM.sty +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/templates/latex/jfm/paper.tex +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/templates/latex/jfm/upmath.sty +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/templates/latex/report/paper.tex +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/__init__.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/cli/__init__.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/cli/main/__init__.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/cli/main/test_core.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/cli/main/test_lock.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/cli/main/test_subprojects.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/cli/main/test_xr.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/cli/test_check.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/cli/test_config.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/cli/test_core.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/cli/test_delete.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/cli/test_describe.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/cli/test_hub.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/cli/test_import.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/cli/test_latex.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/cli/test_list.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/cli/test_notebooks.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/cli/test_overleaf.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/cli/test_scheduler.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/cli/test_sync.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/cli/test_update.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/dvc/__init__.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/dvc/test_core.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/dvc/test_zip.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/jupyterlab/__init__.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/jupyterlab/conftest.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/jupyterlab/test_routes.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/models/__init__.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/models/test_core.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/models/test_iteration.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/models/test_pipeline.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_calc.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_conda.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_config.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_core.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_dependencies.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_detect.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_docker.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_docs_references.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_docx.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_fs.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_git.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_hub.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_install.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_julia.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_jupyter.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_keyring_windows.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_licenses.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_magics.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_markdown.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_matlab.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_models.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_notebooks.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_overleaf.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_pipeline.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_procedures.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_provenance.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_questions.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_reproducibility.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_resources.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_schema.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_templates.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/tests/test_workspace.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/calkit/workspace.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/CNAME +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/acknowledgements.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/ai-tools.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/apps.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/browser-ext/index.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/browser-ext/privacy.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/calculations.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/calkit-yaml.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/cloud-integration.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/datasets.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/dev/latex-word.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/environments.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/examples.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/governance.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/help.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/hpc.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/hub/index.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/hub/self-hosting.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/img/c-to-the-k-white.svg +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/img/calkit-fragmentation-compendium.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/img/calkit-no-bg.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/img/caltech.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/img/connect-zenodo.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/img/jupyterlab/all-green.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/img/jupyterlab/collect-data-stale.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/img/jupyterlab/new-env.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/img/jupyterlab/new-notebook.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/img/jupyterlab/pipeline-badge.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/img/jupyterlab-params.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/img/pipeline.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/img/plos-osi-code-2024-03.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/img/schmidt-sciences.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/img/vscode-nb-params.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/index.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/installation.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/jupyterlab.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/latex.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/local-server.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/notebooks.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/overleaf.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/pipeline/index.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/pipeline/manual-steps.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/pipeline/markdown.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/pipeline/running-and-logging.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/provenance.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/questions.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/quickstart.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/references.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/reproducibility.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/requirements.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/subprojects.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/adding-latex-pub-docker.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/ai-agents.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/conda-envs.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/existing-project.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/first-project.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/github-actions.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/actions-repo-secrets.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/latex-codespaces/building-codespace.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/latex-codespaces/codespaces-secrets-2.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/latex-codespaces/editor-split.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/latex-codespaces/go-to-linked-code.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/latex-codespaces/issue-from-selection.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/latex-codespaces/new-project.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/latex-codespaces/new-pub-2.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/latex-codespaces/new-token.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/latex-codespaces/paper.tex.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/latex-codespaces/project-home-3.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/latex-codespaces/push.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/latex-codespaces/stage.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/office/anakin-excel.jpg +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/office/chart-more-rows.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/office/create-project.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/office/elsevier-research-data-guidelines.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/office/excel-chart.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/office/excel-data.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/office/insert-link-to-file.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/office/needs-clone.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/office/new-stage.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/office/phd-comics-version-control.webp +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/office/pipeline-out-of-date.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/office/status-more-rows.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/office/uncommitted-changes.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/office/untracked-data.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/office/updated-publication.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/office/word-to-pdf-stage-2.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/office/workflow-page.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/openfoam/clone.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/openfoam/create-project.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/openfoam/datasets-page.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/openfoam/figure-on-website-updated.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/openfoam/figure-on-website.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/openfoam/new-token.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/openfoam/reclone.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/openfoam/status-after-import-dataset.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/quick-actions.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/run-proc.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/vscode-slurm-notebook/create-calkit-env.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/vscode-slurm-notebook/create-inner-env.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/vscode-slurm-notebook/create-new-calkit-env.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/vscode-slurm-notebook/select-calkit-env.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/vscode-slurm-notebook/slurm-job-running.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/vscode-slurm-notebook/slurm-launch-options.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/img/vscode-slurm-notebook/starting-slurm-job.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/index.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/jupyterlab.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/latex-codespaces.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/latex-word.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/matlab.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/notebook-pipeline.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/office.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/openfoam.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/procedures.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/runnable-readme.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/vscode-slurm-notebook.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/tutorials/writing-first.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/docs/version-control.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/latex-word/.calkit/env-locks/py/osx-arm64.txt +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/latex-word/.calkit/env-locks/py/win-64.txt +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/latex-word/.calkit/env-locks/tex/amd64.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/latex-word/.calkit/env-locks/tex/arm64.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/latex-word/.dvc/.gitignore +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/latex-word/.dvc/config +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/latex-word/.dvcignore +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/latex-word/.gitattributes +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/latex-word/.gitignore +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/latex-word/README.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/latex-word/calkit.yaml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/latex-word/dvc.lock +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/latex-word/dvc.yaml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/latex-word/figures/.gitignore +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/latex-word/paper/.gitignore +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/latex-word/paper/figures/.gitignore +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/latex-word/paper/main.tex +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/latex-word/paper/methods.tex +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/latex-word/paper/refs.bib +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/latex-word/requirements.txt +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/latex-word/scripts/plot-wake.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown/.calkit/envs/jl/Manifest.toml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown/.calkit/envs/jl/Project.toml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown/.calkit/envs/py/.python-version +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown/.calkit/envs/py/pyproject.toml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown/.calkit/envs/py/uv.lock +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown/.calkit/envs/r/.Rbuildignore +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown/.calkit/envs/r/.Rprofile +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown/.calkit/envs/r/DESCRIPTION +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown/.calkit/envs/r/renv/.gitignore +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown/.calkit/envs/r/renv/activate.R +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown/.calkit/envs/r/renv/settings.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown/.calkit/envs/r/renv.lock +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown/.dvc/.gitignore +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown/.dvc/config +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown/.dvcignore +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown/.gitignore +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown/README.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown/calkit.yaml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown/data/data.csv +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown/data/data2.csv +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown/dvc.lock +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown/dvc.yaml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown/figures/data2.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown/figures/figure.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown/results/fit.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown-python/.dvc/.gitignore +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown-python/.dvc/config +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown-python/.dvcignore +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown-python/.gitignore +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown-python/.python-version +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown-python/README.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown-python/calkit.yaml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown-python/dvc.lock +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown-python/dvc.yaml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown-python/figures/waves.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown-python/pyproject.toml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown-python/src/wavetools/__init__.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/examples/markdown-python/uv.lock +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/flake.lock +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/flake.nix +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/.env.example +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/.gitattributes +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/.gitignore +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/.vscode/launch.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/AGENTS.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/LICENSE +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/Makefile +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/README.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/.gitignore +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/.python-version +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/Dockerfile +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/Makefile +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/README.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/alembic.ini +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/__init__.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/README +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/env.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/script.py.mako +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/.keep +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/07c8236476c4_add_fields_to_usertoken.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/10a05eaedfbd_add_dataset_table.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/1546aa334cd5_make_project_description_nullable.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/1a31ce608336_add_cascade_delete_relationships.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/1fb6e38eb0e9_add_deviceauth_table.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/208e7457f3ba_add_title_to_project.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/2e7c25a00842_add_is_public_to_project.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/38e178698db2_update_subscription_model_to_use_plan_.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/3b1e67e9c318_add_usertoken_table.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/4dac15c0282a_add_stripe_customer_id_to_user.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/4e1c917fcca4_add_status_columns_to_project_table.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/5ba89308431f_add_project_table.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/5d6f8217c890_add_subscriber_user_id_to_org_.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/65b2d15cc702_add_github_username_field_to_user.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/697c3c1a8a27_add_git_repo_url_to_project.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/6f3a3afbea8b_add_number_field_to_question.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/7076d9b5c887_use_account_for_project_owner.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/71e1d1e69bbd_add_table_for_storing_user_github_tokens.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/799476973bce_add_created_ts_to_user_github_token_.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/7cacee34034c_add_parent_child_relationship_to_.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/97762605447f_add_onboarding_flags_and_feedback.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/9c0a54914c78_add_max_length_for_string_varchar_.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/9c4f70636d73_add_fields_to_usertoken.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/a333fc5aa994_index_project_folders_synced_with_.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/a4af19842927_create_table_to_store_user_zenodo_tokens.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/ab7816be480b_drop_items.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/ac622559475f_save_timestamps_for_github_token_.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/af024967630d_lowercase_account_names.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/c1f9a3e27d48_consolidate_comment_tables.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/c46a78ba506c_add_created_column_to_account.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/c749b39072d3_add_figurecomment.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/c7c41c3f0d22_add_user_external_credential_table.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/d01ce914143d_make_question_a_table.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/d21ed1c9537e_add_zenodo_user_id_column_to_user.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/d3a8021fb433_add_table_for_user_project_access.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/d4e5f6a7b8c9_ghless_membership_and_invitations.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/d6366015af35_add_discount_code_table.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/d98dd8ec85a3_edit_replace_id_integers_in_all_models_.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/dcef842dee10_add_refreshtoken_table.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/e1b0fa2a6d34_backfill_external_credentials_from_legacy_.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/e2412789c190_initialize_models.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/e7671197c00b_add_account_table.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/ed74edb0a9e6_create_table_for_user_overleaf_token.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/edcabfca98df_add_subscription_and_org_membership_.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/f0e23e048b1b_add_fields_to_project.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/f3a9c1b7e240_add_releases_feature.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/f5ad6445ad03_enable_user_project_access_to_be_null.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/alembic/versions/f74a96172dbd_add_table_for_locking_project_files.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/api/__init__.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/api/deps.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/api/main.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/api/routes/__init__.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/api/routes/accounts.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/api/routes/datasets.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/api/routes/feedback.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/api/routes/login.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/api/routes/misc.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/api/routes/orgs.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/api/routes/projects/__init__.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/api/routes/projects/activity.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/api/routes/projects/core.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/api/routes/projects/datasets.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/api/routes/projects/dvc.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/api/routes/projects/figures.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/api/routes/projects/fs.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/api/routes/projects/pipeline.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/api/routes/projects/releases.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/api/routes/references.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/api/routes/users.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/arxiv.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/cache.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/client.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/config.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/core.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/db.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/dvc.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/email-templates/build/new_account.html +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/email-templates/build/project_invitation.html +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/email-templates/build/release_share.html +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/email-templates/build/reset_password.html +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/email-templates/build/test_email.html +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/email-templates/build/verify_email.html +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/email-templates/src/new_account.mjml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/email-templates/src/project_invitation.mjml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/email-templates/src/release_share.mjml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/email-templates/src/reset_password.mjml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/email-templates/src/test_email.mjml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/email-templates/src/verify_email.mjml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/formatting.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/git.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/github.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/imports.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/main.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/messaging.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/mixpanel.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/models/__init__.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/models/core.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/models/projects.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/models/releases.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/orgs.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/pdftext.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/pipeline.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/projects.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/security.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/storage.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/stripe.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/subscriptions.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tasks.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/__init__.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/api/__init__.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/api/routes/__init__.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/api/routes/projects/__init__.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/api/routes/projects/test_activity.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/api/routes/projects/test_core.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/api/routes/projects/test_datasets.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/api/routes/projects/test_dvc.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/api/routes/projects/test_figure_upload.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/api/routes/projects/test_figures.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/api/routes/projects/test_fs.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/api/routes/projects/test_misc.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/api/routes/projects/test_overleaf_links.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/api/routes/projects/test_pipeline.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/api/routes/projects/test_publications.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/api/routes/projects/test_reference_items.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/api/routes/projects/test_templates.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/api/routes/test_feedback.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/api/routes/test_login.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/api/routes/test_misc.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/api/routes/test_releases.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/api/routes/test_users.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/conftest.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/test_arxiv.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/test_cache.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/test_client.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/test_core.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/test_db.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/test_dvc.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/test_formatting.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/test_git.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/test_pdftext.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/test_pipeline.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/test_projects.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/test_tasks.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/test_users.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/tests/test_version.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/thumbnails.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/users.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/version.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/warm.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/zenodo.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/app/zotero.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/prestart.sh +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/pyproject.toml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/scripts/backend-pre-start.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/scripts/create-initial-data.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/scripts/format.sh +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/scripts/generate-client.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/scripts/lint.sh +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/scripts/rotate-fernet-secrets.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/scripts/test.sh +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/backend/tests-start.sh +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/config/alloy/config.alloy +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/config/grafana/provisioning/dashboards/dashboards.yml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/config/grafana/provisioning/dashboards/fastapi.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/config/grafana/provisioning/dashboards/warm-queue.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/config/grafana/provisioning/datasources/datasources.yml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/config/loki/loki.yml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/config/prometheus/prometheus.yml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/docker-compose.override.yml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/docker-compose.traefik.yml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/docs/dev/database-migrations.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/docs/dev/deployment.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/docs/dev/development.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/.dockerignore +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/.gitignore +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/.nvmrc +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/Dockerfile +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/Makefile +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/README.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/biome.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/index.html +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/modify-openapi-operationids.js +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/nginx-backend-not-found.conf +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/nginx.conf +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/openapi-ts.config.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/package-lock.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/package.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/playwright.config.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/public/assets/images/c-to-the-k.svg +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/public/assets/images/calkit-no-bg.svg +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/public/assets/images/calkit.svg +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/public/assets/images/fastapi-logo.svg +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/public/assets/images/favicon.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/public/assets/images/kdot.svg +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/public/tex/.gitignore +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/public/tex/LICENSE-busytex +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/public/tex/busytex.js +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/public/tex/busytex.wasm +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/public/tex/busytex_pipeline.js +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/public/tex/busytex_worker.js +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/scripts/download-tex-engine.sh +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/client/client/client.gen.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/client/client/index.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/client/client/types.gen.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/client/client/utils.gen.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/client/client.gen.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/client/core/auth.gen.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/client/core/bodySerializer.gen.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/client/core/params.gen.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/client/core/pathSerializer.gen.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/client/core/queryKeySerializer.gen.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/client/core/serverSentEvents.gen.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/client/core/types.gen.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/client/core/utils.gen.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/client/index.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/client/schemas.gen.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/client/sdk.gen.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/client/types.gen.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Admin/AddUser.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Admin/EditUser.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Admin/FeatureVotesTable.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Admin/FeedbackTable.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/ActionsMenu.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/ArtifactCompareModal.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/ClearableInput.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/CodeEditorPane.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/CommentsPanel.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/ConnectGitHubPrompt.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/ConnectZoteroPrompt.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/DeleteAlert.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/FeatureVoteButton.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/FilterableSelect.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/GlobalSearch.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/HelpFeedback.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/InputsRow.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/LoadingSpinner.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/Markdown.test.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/Markdown.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/Mermaid.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/Navbar.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/NoArtifactFound.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/NotBuiltAlert.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/NotFound.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/NotificationBell.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/OAuthButtons.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/PageMenu.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/PdfCanvas.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/PdfDocumentViewer.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/ProjectCommandPalette.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/RefPicker.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/Sidebar.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/SidebarItems.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/TexText.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/Tooltip.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/Topbar.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Common/UserMenu.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Datasets/BrowseDatasets.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Datasets/DataEntryGrid.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Datasets/DatasetViewer.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Datasets/NewDataset.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Environments/NewEnvironment.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Environments/ViewEnvironment.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Figures/FigureEditLauncher.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Figures/FigureEditor.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Figures/FigureFromExisting.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Figures/FigureView.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Figures/UploadFigure.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Files/EditFileInfo.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Files/FileContent.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Files/FileEditorModal.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Files/SelectedItemInfo.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Files/UploadFile.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Local/AddPath.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Local/DiscardChanges.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Local/IgnorePath.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Local/NewStage.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Local/SaveFiles.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Notebooks/NotebookRunLauncher.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Notebooks/NotebookRunner.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Notebooks/NotebookView.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Onboarding/AccountSetupCard.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Onboarding/ChecklistCard.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Onboarding/CommandBlock.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Onboarding/FeaturedProjects.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Onboarding/ProjectChecklist.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Onboarding/ReproAudit.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Onboarding/ReproAudit.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Onboarding/StartPaths.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Onboarding/TipBubble.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Orgs/AddMember.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Orgs/NewOrg.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Pipeline/StageEditorModal.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Presentations/PresentationView.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Projects/AddCollaborator.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Projects/CloneProject.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Projects/CreateIssue.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Projects/CreateQuestion.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Projects/EditProject.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Projects/EditQuestion.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Projects/HelpContent.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Projects/InviteLinks.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Projects/MakeProjectPublic.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Projects/NewProject.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Projects/ProjectShowcase.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Projects/ProjectStatus.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Projects/QuestionModal.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Projects/RecentChanges.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Projects/RecentChanges.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Publications/ImportOverleaf.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Publications/ImportOverleaf.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Publications/LatexEditor.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Publications/NewPublication.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Publications/PdfAnnotator.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Publications/PublicationComponents.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Publications/PublicationComponents.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Publications/PublicationView.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/References/DeleteReferenceItemDialog.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/References/DeleteReferencesCollectionDialog.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/References/EditReferenceItemModal.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/References/FileViewModal.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/References/ImportFromZoteroModal.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/References/LabelExistingReferences.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/References/NewReferencesCollection.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/References/ReferenceItemModal.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/References/ReferencesInfoPanel.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Releases/ArtifactReleasesPanel.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Releases/NewRelease.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Releases/PathPicker.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Releases/ReleasePdfAnnotator.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Releases/ReleaseViewer.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Releases/ReleasesTable.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Releases/ShareDialog.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Releases/releaseSort.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Tables/TableThumbnail.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Tables/TableView.test.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/Tables/TableView.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/UserSettings/Appearance.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/UserSettings/ChangePassword.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/UserSettings/ConnectedAccounts.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/UserSettings/DeleteAccount.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/UserSettings/DeleteConfirmation.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/UserSettings/NewToken.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/UserSettings/OnboardingChecklists.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/UserSettings/PickSubscription.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/UserSettings/Subscription.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/UserSettings/UpdateOverleafToken.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/UserSettings/UserInformation.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/components/UserSettings/UserTokens.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/hooks/useAuth.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/hooks/useCustomToast.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/hooks/useOnboarding.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/hooks/useProject.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/hooks/useSubmitOnCmdEnter.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/hooks/useSubmitOnCmdEnter.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/hooks/useTips.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/analytics.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/analytics.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/api.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/api.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/auth.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/auth.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/bibtex.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/bibtex.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/core.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/csv.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/csv.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/environments.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/environments.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/errors.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/figureScript.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/figureScript.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/fuzzy.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/fuzzy.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/github.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/github.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/google.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/keyboard.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/latexCompiler.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/latexProject.mapPaths.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/latexProject.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/latexProject.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/layout.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/notebook.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/notebook.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/onboarding.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/onboarding.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/pipelineYaml.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/pipelineYaml.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/projectFiles.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/provenance.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/provenance.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/pyodide.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/pyodide.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/releases.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/staleChunks.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/staleChunks.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/strings.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/strings.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/tables.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/tables.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/tex.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/tex.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/tips.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/tips.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/zenodo.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/lib/zotero.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/main.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routeTree.gen.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/__root.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/app.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/apps/$appName.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/apps/index.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/apps.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/collaborators.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/datasets.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/environments.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/figures.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/files.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/history.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/index.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/local.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/notebooks.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/pipeline.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/presentations.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/publications.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/questions.$questionNumber.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/references.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/releases.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/software.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout/tables.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/_layout.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/$accountName/$projectName/releases/$releaseName.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/$accountName/index.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/admin.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/datasets.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/index.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/new.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/orgs.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/projects.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout/settings.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/_layout.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/auth/google.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/auth/zenodo.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/auth/zotero.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/checkout.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/join/$token.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/login/device.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/login/index.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/recover-password.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/reset-password.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/signup.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/routes/verify-email.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/theme.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/src/vite-env.d.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/tests/auth.setup.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/tests/config.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/tests/figures-pagination.spec.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/tests/login.spec.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/tests/reset-password.spec.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/tests/user-settings.spec.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/tests/utils/mailcatcher.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/tests/utils/random.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/tests/utils/user.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/tsconfig.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/tsconfig.node.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/vite.config.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/frontend/vitest.config.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/scripts/build-push.sh +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/scripts/build.sh +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/scripts/deploy.sh +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/scripts/pem-to-env.sh +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/scripts/test-local.sh +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/scripts/test.sh +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/texmf-proxy/Dockerfile +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/texmf-proxy/README.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/hub/texmf-proxy/proxy.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/.yarnrc.yml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/babel.config.js +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/install.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/jest.config.js +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/jupyter-config/server-config/calkit.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/package.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/schema/plugin.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/src/__tests__/useQueries.spec.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/src/calkit-config.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/src/cell-output-marker.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/src/components/commit-dialog.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/src/components/environment-editor.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/src/components/notebook-registration.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/src/components/notebook-toolbar.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/src/components/pipeline-status-bar.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/src/components/project-info-editor.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/src/components/sidebar-settings.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/src/components/sidebar.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/src/components/stage-editor.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/src/feature-flags.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/src/file-browser-menu.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/src/hooks/__tests__/useQueries.test.tsx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/src/hooks/useQueries.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/src/icons.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/src/index.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/src/io-tracker.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/src/pipeline-state.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/src/queryClient.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/src/request.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/src/shims-mainmenu.d.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/style/base.css +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/style/cell-output-marker.css +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/style/environment-editor.css +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/style/environment-selector.css +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/style/img/calkit-no-bg.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/style/index.css +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/style/index.js +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/style/notebook-toolbar.css +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/style/pipeline-status-bar.css +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/style/sidebar.css +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/tsconfig.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/tsconfig.test.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/ui-tests/.gitignore +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/ui-tests/README.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/ui-tests/jupyter_server_test_config.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/ui-tests/package.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/ui-tests/playwright.config.js +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/ui-tests/tests/calkit.spec.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/ui-tests/yarn.lock +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/jupyterlab-ext/yarn.lock +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/mkdocs.yml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/pyproject.toml +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/scripts/generate-docs-references.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/scripts/install.ps1 +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/scripts/install.sh +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/scripts/list-changes.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/scripts/make-ck9.sh +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/scripts/sync-docs.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/scripts/sync-resources.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/test/docx/accepted.docx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/test/docx/export.docx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/test/docx/main.tex +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/test/docx/methods.tex +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/test/docx/resolved.docx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/test/docx/returned.docx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/test/docx/word-import.docx +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/test/dvc-md5-dir/osx-arm64.txt +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/test/nb-julia.ipynb +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/test/nb-params.ipynb +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/test/nb-subdir.ipynb +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/test/pipeline.ipynb +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/test/script.py +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/test/test-log.log +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/uv.lock +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/.gitignore +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/.vscodeignore +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/LICENSE +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/README.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/changelog-notes.md +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/images/calkit-icon.svg +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/images/calkit-no-bg.png +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/package-lock.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/package.json +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/scripts/gen-changelog.js +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/scripts/set-proposed-api.js +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/src/environments.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/src/extension.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/src/figures/core.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/src/figures/view.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/src/markdown/core.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/src/markdown/view.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/src/notebooks.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/src/pipeline/core.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/src/sidebar.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/src/test/environments.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/src/test/figures.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/src/test/kernel-selection.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/src/test/markdown.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/src/test/notebooks.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/src/test/pipeline.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/src/test/sidebar.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/src/test/yaml.test.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/src/types.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/src/yaml.ts +0 -0
- {calkit_python-0.47.1 → calkit_python-0.47.2}/vscode-ext/tsconfig.json +0 -0
|
@@ -37,6 +37,10 @@ breaks rendering.
|
|
|
37
37
|
|
|
38
38
|
Agents should never make commits to Git.
|
|
39
39
|
|
|
40
|
+
Tests belong in the test module named after the module the exercised code
|
|
41
|
+
lives in, e.g., tests for `calkit/cli/new.py` go in
|
|
42
|
+
`calkit/tests/cli/test_new.py`. Don't create a new test module for a feature.
|
|
43
|
+
|
|
40
44
|
Prefer tests that include multiple scenarios to comprehensively test
|
|
41
45
|
a feature in one function over many different test functions.
|
|
42
46
|
|
|
@@ -1802,10 +1802,7 @@ def check_venv(
|
|
|
1802
1802
|
if verbose:
|
|
1803
1803
|
typer.echo(f"Using legacy lock file: {legacy_fpath}")
|
|
1804
1804
|
break
|
|
1805
|
-
|
|
1806
|
-
activate_cmd = f"{prefix}\\Scripts\\activate"
|
|
1807
|
-
else:
|
|
1808
|
-
activate_cmd = f". {prefix}/bin/activate"
|
|
1805
|
+
activate_cmd = calkit.environments.get_venv_activate_cmd(prefix)
|
|
1809
1806
|
|
|
1810
1807
|
def pip_install_and_freeze(reqs_arg: str) -> None:
|
|
1811
1808
|
check_cmd = (
|
|
@@ -6,7 +6,6 @@ import csv
|
|
|
6
6
|
import json
|
|
7
7
|
import logging
|
|
8
8
|
import os
|
|
9
|
-
import platform as _platform
|
|
10
9
|
import posixpath
|
|
11
10
|
import shlex
|
|
12
11
|
import shutil
|
|
@@ -3543,10 +3542,7 @@ def run_in_env(
|
|
|
3543
3542
|
envs, path, env_name
|
|
3544
3543
|
)
|
|
3545
3544
|
shell_cmd = _to_shell_cmd(cmd)
|
|
3546
|
-
|
|
3547
|
-
activate_cmd = f"{prefix}\\Scripts\\activate"
|
|
3548
|
-
else:
|
|
3549
|
-
activate_cmd = f". {prefix}/bin/activate"
|
|
3545
|
+
activate_cmd = calkit.environments.get_venv_activate_cmd(prefix)
|
|
3550
3546
|
if verbose:
|
|
3551
3547
|
typer.echo(f"Raw command: {cmd}")
|
|
3552
3548
|
typer.echo(f"Shell command: {shell_cmd}")
|
|
@@ -3434,6 +3434,18 @@ def new_release(
|
|
|
3434
3434
|
str | None,
|
|
3435
3435
|
typer.Option("--date", help="Release date. Will default to today."),
|
|
3436
3436
|
] = None,
|
|
3437
|
+
include_pipeline: Annotated[
|
|
3438
|
+
bool,
|
|
3439
|
+
typer.Option(
|
|
3440
|
+
"--pipeline",
|
|
3441
|
+
help=(
|
|
3442
|
+
"Include everything needed to reproduce the released path, "
|
|
3443
|
+
"i.e., the pipeline, its lock file, and the stages, inputs, "
|
|
3444
|
+
"and environments the path depends on. Stages unrelated to "
|
|
3445
|
+
"the path are left out."
|
|
3446
|
+
),
|
|
3447
|
+
),
|
|
3448
|
+
] = False,
|
|
3437
3449
|
no_docker_images: Annotated[
|
|
3438
3450
|
bool,
|
|
3439
3451
|
typer.Option(
|
|
@@ -3521,7 +3533,6 @@ def new_release(
|
|
|
3521
3533
|
] = False,
|
|
3522
3534
|
):
|
|
3523
3535
|
"""Create a new release."""
|
|
3524
|
-
import bibtexparser
|
|
3525
3536
|
import dotenv
|
|
3526
3537
|
|
|
3527
3538
|
import calkit.pipeline
|
|
@@ -3536,6 +3547,20 @@ def new_release(
|
|
|
3536
3547
|
repo = calkit.git.get_repo()
|
|
3537
3548
|
if name in repo.tags:
|
|
3538
3549
|
raise_error(f"Git tag with name '{name}' already exists")
|
|
3550
|
+
# A release commits to calkit.yaml and pushes the branch it's on, neither
|
|
3551
|
+
# of which works from a detached HEAD. Check before anything is uploaded,
|
|
3552
|
+
# so a release can't get published and then fail on the way out.
|
|
3553
|
+
will_push = (
|
|
3554
|
+
not dry_run and not no_push and not no_commit and not draft_only
|
|
3555
|
+
)
|
|
3556
|
+
if repo.head.is_detached and will_push:
|
|
3557
|
+
# Suggest creating a branch rather than checking one out, since in a
|
|
3558
|
+
# worktree the branch they'd want may be checked out elsewhere
|
|
3559
|
+
raise_error(
|
|
3560
|
+
"HEAD is detached, so there is no branch to commit the release "
|
|
3561
|
+
"record to and push; create a branch at this revision first, "
|
|
3562
|
+
"e.g., with `git switch -c <branch>`"
|
|
3563
|
+
)
|
|
3539
3564
|
# Detect the release kind from the path unless it was given with --kind. A
|
|
3540
3565
|
# "." path is always a project release; otherwise prefer a declared
|
|
3541
3566
|
# artifact in calkit.yaml, falling back to auto-detection from the path
|
|
@@ -3589,10 +3614,24 @@ def new_release(
|
|
|
3589
3614
|
# that produces the released artifact when releasing a single path.
|
|
3590
3615
|
typer.echo("Checking pipeline is up-to-date for release")
|
|
3591
3616
|
targets = None
|
|
3617
|
+
# The stage that builds the released path, whose upstream stages define
|
|
3618
|
+
# what a --pipeline release carries
|
|
3619
|
+
pipeline_stage = ""
|
|
3592
3620
|
if path != ".":
|
|
3593
3621
|
stage_name = calkit.pipeline.get_stage_for_output(path, ck_info)
|
|
3594
|
-
if stage_name is
|
|
3622
|
+
if stage_name is None:
|
|
3623
|
+
if include_pipeline:
|
|
3624
|
+
raise_error(
|
|
3625
|
+
f"No pipeline stage produces '{path}', "
|
|
3626
|
+
"so there is no pipeline to release along with it"
|
|
3627
|
+
)
|
|
3628
|
+
else:
|
|
3595
3629
|
targets = [stage_name]
|
|
3630
|
+
pipeline_stage = stage_name
|
|
3631
|
+
elif include_pipeline:
|
|
3632
|
+
# A project release carries the whole pipeline already
|
|
3633
|
+
typer.echo("Project releases already include the pipeline")
|
|
3634
|
+
include_pipeline = False
|
|
3596
3635
|
status = calkit.pipeline.get_status(
|
|
3597
3636
|
ck_info=ck_info,
|
|
3598
3637
|
targets=targets,
|
|
@@ -3617,6 +3656,15 @@ def new_release(
|
|
|
3617
3656
|
release_date = str(calkit.utcnow().date())
|
|
3618
3657
|
typer.echo(f"Using release date: {release_date}")
|
|
3619
3658
|
git_rev = repo.git.rev_parse(["--short", "HEAD"])
|
|
3659
|
+
# This goes both beside the archive, which is the copy the archival
|
|
3660
|
+
# service displays, and inside it, so an extracted copy still says what
|
|
3661
|
+
# produced it. Rebuilt below once a more specific title is known.
|
|
3662
|
+
release_readme = calkit.releases.create_release_readme(
|
|
3663
|
+
release_kind=release_kind,
|
|
3664
|
+
name=name,
|
|
3665
|
+
git_rev=git_rev,
|
|
3666
|
+
title=ck_info.get("title"),
|
|
3667
|
+
)
|
|
3620
3668
|
# Fields below are populated only for external (archival) releases;
|
|
3621
3669
|
# internal releases leave them empty.
|
|
3622
3670
|
doi = None
|
|
@@ -3636,9 +3684,15 @@ def new_release(
|
|
|
3636
3684
|
stored_filename = f"{project_name}-{name}.zip"
|
|
3637
3685
|
is_zip = True
|
|
3638
3686
|
elif os.path.isfile(path):
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3687
|
+
# Releasing the pipeline along with the artifact means shipping
|
|
3688
|
+
# more than one file, so the artifact gets zipped up with it
|
|
3689
|
+
if include_pipeline:
|
|
3690
|
+
stored_filename = f"{project_name}-{name}.zip"
|
|
3691
|
+
is_zip = True
|
|
3692
|
+
else:
|
|
3693
|
+
_, ext = os.path.splitext(os.path.basename(path))
|
|
3694
|
+
stored_filename = f"{project_name}-{name}{ext}"
|
|
3695
|
+
is_zip = False
|
|
3642
3696
|
else:
|
|
3643
3697
|
raise_error(f"Release path '{path}' does not exist")
|
|
3644
3698
|
stored_path = os.path.join(release_dir, stored_filename)
|
|
@@ -3648,10 +3702,38 @@ def new_release(
|
|
|
3648
3702
|
typer.echo(f"Would {action} {path} to {stored_path_posix}")
|
|
3649
3703
|
else:
|
|
3650
3704
|
os.makedirs(release_dir, exist_ok=True)
|
|
3651
|
-
|
|
3705
|
+
overrides: dict[str, str] = {}
|
|
3706
|
+
if include_pipeline:
|
|
3707
|
+
typer.echo(f"Pruning project to what builds {path}")
|
|
3708
|
+
try:
|
|
3709
|
+
overrides, paths = calkit.releases.prune_for_stage(
|
|
3710
|
+
ck_info, pipeline_stage
|
|
3711
|
+
)
|
|
3712
|
+
except Exception as e:
|
|
3713
|
+
raise_error(
|
|
3714
|
+
f"Failed to prune project for stage "
|
|
3715
|
+
f"'{pipeline_stage}': {e}"
|
|
3716
|
+
)
|
|
3717
|
+
elif is_zip:
|
|
3652
3718
|
paths = calkit.releases.ls_files() if path == "." else [path]
|
|
3719
|
+
else:
|
|
3720
|
+
paths = []
|
|
3721
|
+
if is_zip:
|
|
3653
3722
|
typer.echo(f"Archiving {path} to {stored_path_posix}")
|
|
3654
|
-
calkit.releases.zip_paths(
|
|
3723
|
+
calkit.releases.zip_paths(
|
|
3724
|
+
stored_path,
|
|
3725
|
+
paths,
|
|
3726
|
+
overrides=overrides
|
|
3727
|
+
| {"CALKIT-RELEASE.md": release_readme},
|
|
3728
|
+
)
|
|
3729
|
+
if include_pipeline:
|
|
3730
|
+
typer.echo("Checking extracted release archive")
|
|
3731
|
+
try:
|
|
3732
|
+
calkit.releases.check_project_release_archive(
|
|
3733
|
+
stored_path, verbose=verbose
|
|
3734
|
+
)
|
|
3735
|
+
except Exception as e:
|
|
3736
|
+
raise_error(str(e))
|
|
3655
3737
|
else:
|
|
3656
3738
|
typer.echo(f"Copying {path} to {stored_path_posix}")
|
|
3657
3739
|
shutil.copy2(path, stored_path)
|
|
@@ -3679,10 +3761,30 @@ def new_release(
|
|
|
3679
3761
|
if path == ".":
|
|
3680
3762
|
if release_kind is None:
|
|
3681
3763
|
release_kind = "project"
|
|
3764
|
+
# Settle the title before building the archive, since the README
|
|
3765
|
+
# that goes inside it is headed with the title
|
|
3766
|
+
title = ck_info.get("title")
|
|
3767
|
+
if title is None:
|
|
3768
|
+
warn("Project has no title")
|
|
3769
|
+
title = typer.prompt("Enter a title for the project")
|
|
3770
|
+
ck_info["title"] = title
|
|
3771
|
+
if not dry_run:
|
|
3772
|
+
with open("calkit.yaml", "w") as f:
|
|
3773
|
+
calkit.ryaml.dump(ck_info, f)
|
|
3774
|
+
release_readme = calkit.releases.create_release_readme(
|
|
3775
|
+
release_kind=release_kind,
|
|
3776
|
+
name=name,
|
|
3777
|
+
git_rev=git_rev,
|
|
3778
|
+
title=title,
|
|
3779
|
+
)
|
|
3682
3780
|
zip_path = release_files_dir + "/archive.zip"
|
|
3683
3781
|
all_paths = calkit.releases.ls_files()
|
|
3684
3782
|
typer.echo(f"Adding files to {zip_path}")
|
|
3685
|
-
calkit.releases.zip_paths(
|
|
3783
|
+
calkit.releases.zip_paths(
|
|
3784
|
+
zip_path,
|
|
3785
|
+
all_paths,
|
|
3786
|
+
overrides={"CALKIT-RELEASE.md": release_readme},
|
|
3787
|
+
)
|
|
3686
3788
|
typer.echo("Checking extracted project release archive")
|
|
3687
3789
|
try:
|
|
3688
3790
|
calkit.releases.check_project_release_archive(
|
|
@@ -3690,14 +3792,6 @@ def new_release(
|
|
|
3690
3792
|
)
|
|
3691
3793
|
except Exception as e:
|
|
3692
3794
|
raise_error(str(e))
|
|
3693
|
-
title = ck_info.get("title")
|
|
3694
|
-
if title is None:
|
|
3695
|
-
warn("Project has no title")
|
|
3696
|
-
title = typer.prompt("Enter a title for the project")
|
|
3697
|
-
ck_info["title"] = title
|
|
3698
|
-
if not dry_run:
|
|
3699
|
-
with open("calkit.yaml", "w") as f:
|
|
3700
|
-
calkit.ryaml.dump(ck_info, f)
|
|
3701
3795
|
else:
|
|
3702
3796
|
# TODO: Handle directories, e.g., datasets
|
|
3703
3797
|
if not os.path.isfile(path):
|
|
@@ -3724,9 +3818,46 @@ def new_release(
|
|
|
3724
3818
|
)
|
|
3725
3819
|
if title is None:
|
|
3726
3820
|
raise_error(f"{release_kind} at {path} has no title")
|
|
3821
|
+
release_readme = calkit.releases.create_release_readme(
|
|
3822
|
+
release_kind=release_kind,
|
|
3823
|
+
name=name,
|
|
3824
|
+
git_rev=git_rev,
|
|
3825
|
+
title=title,
|
|
3826
|
+
)
|
|
3827
|
+
# Ship the artifact's provenance beside it: the stages that
|
|
3828
|
+
# build it, their inputs and environments, and a pipeline and
|
|
3829
|
+
# lock file pruned to match
|
|
3830
|
+
if include_pipeline:
|
|
3831
|
+
zip_path = release_files_dir + "/archive.zip"
|
|
3832
|
+
typer.echo(f"Pruning project to what builds {path}")
|
|
3833
|
+
try:
|
|
3834
|
+
overrides, all_paths = calkit.releases.prune_for_stage(
|
|
3835
|
+
ck_info, pipeline_stage
|
|
3836
|
+
)
|
|
3837
|
+
except Exception as e:
|
|
3838
|
+
raise_error(
|
|
3839
|
+
f"Failed to prune project for stage "
|
|
3840
|
+
f"'{pipeline_stage}': {e}"
|
|
3841
|
+
)
|
|
3842
|
+
typer.echo(f"Adding files to {zip_path}")
|
|
3843
|
+
calkit.releases.zip_paths(
|
|
3844
|
+
zip_path,
|
|
3845
|
+
all_paths,
|
|
3846
|
+
overrides=overrides
|
|
3847
|
+
| {"CALKIT-RELEASE.md": release_readme},
|
|
3848
|
+
)
|
|
3849
|
+
typer.echo("Checking extracted project release archive")
|
|
3850
|
+
try:
|
|
3851
|
+
calkit.releases.check_project_release_archive(
|
|
3852
|
+
zip_path, verbose=verbose
|
|
3853
|
+
)
|
|
3854
|
+
except Exception as e:
|
|
3855
|
+
raise_error(str(e))
|
|
3727
3856
|
# Save a metadata file with each DVC file's MD5 checksum
|
|
3728
3857
|
dvc_md5s = calkit.releases.make_dvc_md5s(
|
|
3729
|
-
zipfile=
|
|
3858
|
+
zipfile=(
|
|
3859
|
+
"archive.zip" if path == "." or include_pipeline else None
|
|
3860
|
+
),
|
|
3730
3861
|
paths=None if path == "." else [path],
|
|
3731
3862
|
)
|
|
3732
3863
|
dvc_md5s_path = release_dir + "/dvc-md5s.yaml"
|
|
@@ -3738,7 +3869,7 @@ def new_release(
|
|
|
3738
3869
|
# Archive the project's Docker images, so reproducing it doesn't
|
|
3739
3870
|
# depend on a registry keeping them around, and leave breadcrumbs
|
|
3740
3871
|
# behind so the environment check can fetch them back
|
|
3741
|
-
if path == "." and not no_docker_images:
|
|
3872
|
+
if (path == "." or include_pipeline) and not no_docker_images:
|
|
3742
3873
|
typer.echo("Archiving Docker images")
|
|
3743
3874
|
docker_images = calkit.releases.save_docker_images(
|
|
3744
3875
|
release_files_dir
|
|
@@ -3752,16 +3883,11 @@ def new_release(
|
|
|
3752
3883
|
calkit.ryaml.dump(docker_images, f)
|
|
3753
3884
|
if not dry_run:
|
|
3754
3885
|
repo.git.add(docker_images_path)
|
|
3755
|
-
#
|
|
3756
|
-
|
|
3757
|
-
git_rev = repo.git.rev_parse(["--short", "HEAD"])
|
|
3758
|
-
readme_txt += (
|
|
3759
|
-
f"\nThis is a {release_kind} release ({name}) generated with "
|
|
3760
|
-
f"Calkit v{calkit.__version__} from Git rev {git_rev}.\n"
|
|
3761
|
-
)
|
|
3886
|
+
# Write the same README beside the archive, since this is the copy
|
|
3887
|
+
# the archival service renders on the record page
|
|
3762
3888
|
readme_path = release_files_dir + "/README.md"
|
|
3763
3889
|
with open(readme_path, "w") as f:
|
|
3764
|
-
f.write(
|
|
3890
|
+
f.write(release_readme)
|
|
3765
3891
|
# Check size of files dir
|
|
3766
3892
|
size = calkit.get_size(release_files_dir)
|
|
3767
3893
|
typer.echo(f"Release size: {(size / 1e6):.1f} MB")
|
|
@@ -4114,6 +4240,7 @@ def new_release(
|
|
|
4114
4240
|
description=release_description,
|
|
4115
4241
|
internal=internal_release,
|
|
4116
4242
|
stored_path=stored_path_posix,
|
|
4243
|
+
includes_pipeline=include_pipeline,
|
|
4117
4244
|
).model_dump()
|
|
4118
4245
|
releases[name] = release
|
|
4119
4246
|
ck_info["releases"] = releases
|
|
@@ -4167,7 +4294,7 @@ def new_release(
|
|
|
4167
4294
|
record_id=record_id, # type: ignore
|
|
4168
4295
|
service=to, # type: ignore
|
|
4169
4296
|
)
|
|
4170
|
-
new_entries =
|
|
4297
|
+
new_entries = calkit.releases.parse_bibtex(invenio_bibtex)
|
|
4171
4298
|
if not new_entries:
|
|
4172
4299
|
raise ValueError("Failed to parse generated BibTeX entry")
|
|
4173
4300
|
new_entry = new_entries[0]
|
|
@@ -4179,9 +4306,9 @@ def new_release(
|
|
|
4179
4306
|
replace_ids = []
|
|
4180
4307
|
if new_doi:
|
|
4181
4308
|
try:
|
|
4182
|
-
existing_entries =
|
|
4309
|
+
existing_entries = calkit.releases.parse_bibtex(
|
|
4183
4310
|
existing_text
|
|
4184
|
-
)
|
|
4311
|
+
)
|
|
4185
4312
|
except Exception as e:
|
|
4186
4313
|
warn(f"Could not parse existing references to dedupe: {e}")
|
|
4187
4314
|
existing_entries = []
|
|
@@ -4220,7 +4347,7 @@ def new_release(
|
|
|
4220
4347
|
if not dry_run and calkit.git.get_staged_files() and not no_commit:
|
|
4221
4348
|
repo.git.commit(["-m", f"Create new {release_kind} release {name}"])
|
|
4222
4349
|
# Push with Git
|
|
4223
|
-
if
|
|
4350
|
+
if will_push:
|
|
4224
4351
|
repo.git.push(["origin", repo.active_branch.name, "--tags"])
|
|
4225
4352
|
# Now create GitHub release (external releases only)
|
|
4226
4353
|
if not internal_release and not no_github_release:
|
|
@@ -1290,6 +1290,20 @@ def get_default_venv_prefix(envs: dict, path: str, name: str) -> str:
|
|
|
1290
1290
|
return Path(base).as_posix()
|
|
1291
1291
|
|
|
1292
1292
|
|
|
1293
|
+
def get_venv_activate_cmd(prefix: str, system: str | None = None) -> str:
|
|
1294
|
+
"""Get the shell command that activates the virtualenv at ``prefix``.
|
|
1295
|
+
|
|
1296
|
+
Prefixes are kept POSIX-style, but cmd reads a forward slash as the start
|
|
1297
|
+
of a switch, so it takes ``.calkit/envs/x/.venv`` for a command named
|
|
1298
|
+
``.calkit``. Hand Windows native separators instead.
|
|
1299
|
+
"""
|
|
1300
|
+
if system is None:
|
|
1301
|
+
system = platform.system()
|
|
1302
|
+
if system == "Windows":
|
|
1303
|
+
return prefix.replace("/", "\\") + "\\Scripts\\activate"
|
|
1304
|
+
return f". {prefix}/bin/activate"
|
|
1305
|
+
|
|
1306
|
+
|
|
1293
1307
|
def env_from_name_or_path(
|
|
1294
1308
|
name_or_path: str | None = None,
|
|
1295
1309
|
ck_info: dict | None = None,
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"""Functionality for working with InvenioRDM instances like Zenodo."""
|
|
2
2
|
|
|
3
3
|
import os
|
|
4
|
+
import time
|
|
4
5
|
from functools import partial
|
|
5
6
|
from typing import Literal
|
|
6
7
|
|
|
@@ -57,6 +58,24 @@ def get_base_url(service: ServiceName = DEFAULT_SERVICE) -> str:
|
|
|
57
58
|
raise ValueError(f"Unknown archival service '{service}'")
|
|
58
59
|
|
|
59
60
|
|
|
61
|
+
# Pushing a release can mean sending hundreds of megabytes over a slow or
|
|
62
|
+
# distant link, so give a response plenty of time to arrive rather than
|
|
63
|
+
# letting requests wait forever with no timeout at all.
|
|
64
|
+
CONNECT_TIMEOUT = 30
|
|
65
|
+
READ_TIMEOUT = 600
|
|
66
|
+
# Gateways in front of InvenioRDM return these when they're busy, which says
|
|
67
|
+
# nothing about whether the request itself was valid, so it's worth sending
|
|
68
|
+
# again after a pause.
|
|
69
|
+
RETRY_STATUS_CODES = {429, 500, 502, 503, 504}
|
|
70
|
+
MAX_ATTEMPTS = 4
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
def get_timeout() -> tuple[float, float]:
|
|
74
|
+
"""Get the connect and read timeouts to use for requests."""
|
|
75
|
+
read = os.getenv("CALKIT_INVENIO_TIMEOUT")
|
|
76
|
+
return CONNECT_TIMEOUT, float(read) if read else READ_TIMEOUT
|
|
77
|
+
|
|
78
|
+
|
|
60
79
|
def _request(
|
|
61
80
|
kind: Literal["get", "post", "put", "patch", "delete"],
|
|
62
81
|
path: str,
|
|
@@ -73,15 +92,31 @@ def _request(
|
|
|
73
92
|
params = {}
|
|
74
93
|
if auth and "access_token" not in params:
|
|
75
94
|
params = params | {"access_token": get_token(service=service)}
|
|
95
|
+
kwargs.setdefault("timeout", get_timeout())
|
|
76
96
|
func = getattr(requests, kind)
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
97
|
+
# A POST that timed out may still have been carried out on the far end,
|
|
98
|
+
# e.g., leaving a draft record behind, so only repeat requests that are
|
|
99
|
+
# safe to send twice
|
|
100
|
+
max_attempts = 1 if kind == "post" else MAX_ATTEMPTS
|
|
101
|
+
for attempt in range(1, max_attempts + 1):
|
|
102
|
+
try:
|
|
103
|
+
resp = func(
|
|
104
|
+
get_base_url(service=service) + path,
|
|
105
|
+
params=params,
|
|
106
|
+
json=json,
|
|
107
|
+
data=data,
|
|
108
|
+
headers=headers,
|
|
109
|
+
**kwargs,
|
|
110
|
+
)
|
|
111
|
+
except (requests.ConnectionError, requests.Timeout):
|
|
112
|
+
if attempt == max_attempts:
|
|
113
|
+
raise
|
|
114
|
+
time.sleep(2**attempt)
|
|
115
|
+
continue
|
|
116
|
+
if resp.status_code in RETRY_STATUS_CODES and attempt < max_attempts:
|
|
117
|
+
time.sleep(2**attempt)
|
|
118
|
+
continue
|
|
119
|
+
break
|
|
85
120
|
if resp.status_code >= 400:
|
|
86
121
|
msg = f"{resp.status_code}: "
|
|
87
122
|
try:
|
|
@@ -92,6 +127,14 @@ def _request(
|
|
|
92
127
|
msg += f"\nErrors:\n{resp_json['errors']}"
|
|
93
128
|
except ValueError:
|
|
94
129
|
msg += resp.text
|
|
130
|
+
if kind == "post" and resp.status_code in RETRY_STATUS_CODES:
|
|
131
|
+
# The far end may have done the work anyway, and a blind retry
|
|
132
|
+
# would duplicate it, so say so rather than papering over it
|
|
133
|
+
msg += (
|
|
134
|
+
f"\nThis request was not retried automatically, since "
|
|
135
|
+
f"{service} may have carried it out despite the error. "
|
|
136
|
+
"Check for a leftover draft record before trying again."
|
|
137
|
+
)
|
|
95
138
|
raise HTTPError(msg)
|
|
96
139
|
resp.raise_for_status()
|
|
97
140
|
if as_json:
|
|
@@ -1554,6 +1554,9 @@ class Release(BaseModel):
|
|
|
1554
1554
|
# ".calkit/releases/v0/my-project-slides-v0.pdf". Only set for internal
|
|
1555
1555
|
# releases, which store the artifact in the repo rather than ignoring it.
|
|
1556
1556
|
stored_path: str | None = None
|
|
1557
|
+
# Whether the release bundles the pipeline and inputs needed to
|
|
1558
|
+
# rebuild its path, rather than just the artifact itself.
|
|
1559
|
+
includes_pipeline: bool = False
|
|
1557
1560
|
|
|
1558
1561
|
|
|
1559
1562
|
class StaticHtmlApp(BaseModel):
|
|
@@ -2328,3 +2328,24 @@ def translate_run_targets(
|
|
|
2328
2328
|
else:
|
|
2329
2329
|
parent_targets.append(f"{sp}/dvc.yaml")
|
|
2330
2330
|
return parent_targets, isolated_sp_targets
|
|
2331
|
+
|
|
2332
|
+
|
|
2333
|
+
def get_upstream_stages(target: str, wdir: str | None = None) -> set[str]:
|
|
2334
|
+
"""Get a stage's name plus the names of all stages it depends on.
|
|
2335
|
+
|
|
2336
|
+
DVC already knows how to walk its own graph, including foreach/matrix
|
|
2337
|
+
groups and stages defined in subdirectories, so we let it collect the
|
|
2338
|
+
target with its dependencies rather than reimplementing the traversal.
|
|
2339
|
+
Names of generated foreach stages come back as ``stage@item``, and both
|
|
2340
|
+
``calkit.yaml`` and ``dvc.yaml`` key off the base name, so we keep both.
|
|
2341
|
+
"""
|
|
2342
|
+
import calkit.dvc
|
|
2343
|
+
|
|
2344
|
+
repo = calkit.dvc.get_dvc_repo(wdir)
|
|
2345
|
+
names = set()
|
|
2346
|
+
for stage in repo.stage.collect(target, with_deps=True):
|
|
2347
|
+
name = getattr(stage, "name", None)
|
|
2348
|
+
if name:
|
|
2349
|
+
names.add(name)
|
|
2350
|
+
names.add(name.split("@")[0])
|
|
2351
|
+
return names
|