calkit-python 0.41.11__tar.gz → 0.41.12__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.41.11 → calkit_python-0.41.12}/PKG-INFO +1 -1
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/cli/list.py +94 -28
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/detect.py +433 -75
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/test_detect.py +116 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/cli-reference.md +16 -2
- {calkit_python-0.41.11 → calkit_python-0.41.12}/vscode-ext/package.json +34 -1
- {calkit_python-0.41.11 → calkit_python-0.41.12}/vscode-ext/src/extension.ts +198 -152
- {calkit_python-0.41.11 → calkit_python-0.41.12}/vscode-ext/src/sidebar.ts +5 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/.claude-plugin/marketplace.json +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/.gitattributes +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/.gitignore +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/.pre-commit-config.yaml +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/.prettierignore +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/.python-version +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/.vscode/launch.json +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/.vscode/tasks.json +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/.yarnrc.yml +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/AGENTS.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/CITATION.cff +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/CODE_OF_CONDUCT.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/CONTRIBUTING.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/LICENSE +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/Makefile +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/README.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/agent-plugin/.claude-plugin/plugin.json +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/agent-plugin/skills/add-pipeline-stage/SKILL.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/agent-plugin/skills/conventions/SKILL.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/agent-plugin/skills/create-pipeline/SKILL.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/babel.config.js +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/__init__.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/__main__.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/calc.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/check.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/cli/__init__.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/cli/check.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/cli/cloud.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/cli/config.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/cli/core.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/cli/describe.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/cli/dev.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/cli/import_.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/cli/latex.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/cli/main/__init__.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/cli/main/core.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/cli/main/xr.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/cli/new.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/cli/notebooks.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/cli/office.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/cli/overleaf.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/cli/scheduler.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/cli/update.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/cloud.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/conda.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/config.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/core.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/datasets.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/dependencies.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/docker.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/dvc/__init__.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/dvc/core.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/dvc/zip.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/environments.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/fs.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/git.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/github.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/gui.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/install.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/invenio.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/julia.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/jupyter.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/jupyterlab/__init__.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/jupyterlab/routes.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/labextension/package.json +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/labextension/schemas/calkit/package.json.orig +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/labextension/schemas/calkit/plugin.json +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/labextension/static/502.9a2c5772a15466e923ef.js +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/labextension/static/695.2c41003a452d43d2b358.js +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/labextension/static/867.a42a046aa5108f54f8fb.js +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/labextension/static/909.e3f9cc3408834a7fdcc3.js +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/labextension/static/946.050af2abf7845cfbdbd2.js +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/labextension/static/946.050af2abf7845cfbdbd2.js.LICENSE.txt +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/labextension/static/b2f1c3efe70cb539d121.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/labextension/static/remoteEntry.65469af996e7a96aa983.js +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/labextension/static/style.js +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/labextension/static/third-party-licenses.json +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/licenses.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/magics.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/matlab.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/models/__init__.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/models/core.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/models/io.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/models/iteration.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/models/pipeline.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/notebooks.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/office.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/ops.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/overleaf.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/pipeline.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/releases.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/server.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/templates/__init__.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/templates/core.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/templates/latex/__init__.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/templates/latex/article/paper.tex +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/templates/latex/core.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/templates/latex/jfm/jfm.bst +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/templates/latex/jfm/jfm.cls +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/templates/latex/jfm/lineno-FLM.sty +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/templates/latex/jfm/paper.tex +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/templates/latex/jfm/upmath.sty +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/__init__.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/cli/__init__.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/cli/main/__init__.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/cli/main/test_core.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/cli/main/test_subprojects.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/cli/main/test_xr.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/cli/test_check.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/cli/test_cloud.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/cli/test_config.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/cli/test_import.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/cli/test_latex.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/cli/test_list.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/cli/test_new.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/cli/test_notebooks.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/cli/test_overleaf.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/cli/test_scheduler.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/cli/test_update.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/dvc/__init__.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/dvc/test_core.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/dvc/test_zip.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/jupyterlab/__init__.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/jupyterlab/test_routes.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/models/__init__.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/models/test_iteration.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/models/test_pipeline.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/test_calc.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/test_check.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/test_cloud.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/test_conda.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/test_core.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/test_dependencies.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/test_docker.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/test_environments.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/test_fs.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/test_git.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/test_install.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/test_invenio.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/test_julia.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/test_jupyter.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/test_licenses.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/test_magics.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/test_matlab.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/test_notebooks.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/test_pipeline.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/test_releases.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/calkit/tests/test_templates.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/conftest.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/CNAME +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/ai-tools.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/apps.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/calculations.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/calkit-yaml.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/cloud-integration.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/datasets.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/dependencies.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/environments.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/examples.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/governance.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/help.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/hpc.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/img/c-to-the-k-white.svg +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/img/calkit-fragmentation-compendium.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/img/calkit-no-bg.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/img/connect-zenodo.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/img/jupyterlab/all-green.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/img/jupyterlab/collect-data-stale.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/img/jupyterlab/new-env.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/img/jupyterlab/new-notebook.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/img/jupyterlab/pipeline-badge.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/img/jupyterlab-params.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/img/plos-osi-code-2024-03.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/img/vscode-nb-params.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/index.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/installation.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/jupyterlab.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/local-server.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/notebooks.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/overleaf.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/pipeline/index.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/pipeline/manual-steps.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/pipeline/running-and-logging.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/quickstart.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/references.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/releases.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/reproducibility.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/subprojects.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/adding-latex-pub-docker.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/ai-agents.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/conda-envs.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/existing-project.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/first-project.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/github-actions.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/actions-repo-secrets.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/latex-codespaces/building-codespace.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/latex-codespaces/codespaces-secrets-2.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/latex-codespaces/editor-split.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/latex-codespaces/go-to-linked-code.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/latex-codespaces/issue-from-selection.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/latex-codespaces/new-project.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/latex-codespaces/new-pub-2.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/latex-codespaces/new-token.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/latex-codespaces/paper.tex.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/latex-codespaces/project-home-3.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/latex-codespaces/push.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/latex-codespaces/stage.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/office/anakin-excel.jpg +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/office/chart-more-rows.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/office/create-project.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/office/elsevier-research-data-guidelines.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/office/excel-chart.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/office/excel-data.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/office/insert-link-to-file.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/office/needs-clone.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/office/new-stage.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/office/phd-comics-version-control.webp +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/office/pipeline-out-of-date.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/office/status-more-rows.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/office/uncommitted-changes.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/office/untracked-data.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/office/updated-publication.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/office/word-to-pdf-stage-2.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/office/workflow-page.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/openfoam/clone.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/openfoam/create-project.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/openfoam/datasets-page.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/openfoam/figure-on-website-updated.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/openfoam/figure-on-website.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/openfoam/new-token.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/openfoam/reclone.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/openfoam/status-after-import-dataset.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/quick-actions.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/run-proc.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/vscode-slurm-notebook/create-calkit-env.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/vscode-slurm-notebook/create-inner-env.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/vscode-slurm-notebook/create-new-calkit-env.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/vscode-slurm-notebook/select-calkit-env.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/vscode-slurm-notebook/slurm-job-running.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/vscode-slurm-notebook/slurm-launch-options.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/img/vscode-slurm-notebook/starting-slurm-job.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/index.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/jupyterlab.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/latex-codespaces.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/matlab.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/notebook-pipeline.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/office.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/openfoam.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/procedures.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/tutorials/vscode-slurm-notebook.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/docs/version-control.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/flake.lock +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/flake.nix +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/install.json +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/jest.config.js +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/jupyter-config/server-config/calkit.json +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/mkdocs.yml +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/package.json +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/pyproject.toml +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/schema/plugin.json +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/scripts/generate-docs-references.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/scripts/install.ps1 +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/scripts/install.sh +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/scripts/make-calk9.sh +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/scripts/sync-docs.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/src/__tests__/useQueries.spec.ts +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/src/calkit-config.ts +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/src/cell-output-marker.ts +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/src/components/commit-dialog.tsx +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/src/components/environment-editor.tsx +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/src/components/notebook-registration.tsx +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/src/components/notebook-toolbar.tsx +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/src/components/pipeline-status-bar.tsx +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/src/components/project-info-editor.tsx +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/src/components/sidebar-settings.tsx +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/src/components/sidebar.tsx +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/src/components/stage-editor.tsx +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/src/feature-flags.ts +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/src/file-browser-menu.ts +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/src/hooks/__tests__/useQueries.test.tsx +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/src/hooks/useQueries.ts +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/src/icons.ts +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/src/index.ts +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/src/io-tracker.ts +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/src/pipeline-state.ts +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/src/queryClient.ts +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/src/request.ts +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/src/shims-mainmenu.d.ts +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/style/base.css +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/style/cell-output-marker.css +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/style/environment-editor.css +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/style/environment-selector.css +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/style/img/calkit-no-bg.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/style/index.css +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/style/index.js +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/style/notebook-toolbar.css +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/style/pipeline-status-bar.css +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/style/sidebar.css +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/test/dvc-md5-dir/osx-arm64.txt +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/test/nb-julia.ipynb +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/test/nb-params.ipynb +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/test/nb-subdir.ipynb +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/test/pipeline.ipynb +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/test/script.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/test/test-log.log +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/tsconfig.json +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/tsconfig.test.json +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/ui-tests/.gitignore +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/ui-tests/README.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/ui-tests/jupyter_server_test_config.py +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/ui-tests/package.json +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/ui-tests/playwright.config.js +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/ui-tests/tests/calkit.spec.ts +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/ui-tests/yarn.lock +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/uv.lock +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/vscode-ext/.gitignore +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/vscode-ext/.vscodeignore +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/vscode-ext/CHANGELOG.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/vscode-ext/LICENSE +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/vscode-ext/README.md +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/vscode-ext/images/calkit-icon.svg +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/vscode-ext/images/calkit-no-bg.png +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/vscode-ext/package-lock.json +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/vscode-ext/scripts/set-proposed-api.js +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/vscode-ext/src/environments.ts +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/vscode-ext/src/notebooks.ts +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/vscode-ext/src/test/environments.test.ts +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/vscode-ext/src/test/kernel-selection.test.ts +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/vscode-ext/src/test/notebooks.test.ts +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/vscode-ext/src/types.ts +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/vscode-ext/tsconfig.json +0 -0
- {calkit_python-0.41.11 → calkit_python-0.41.12}/yarn.lock +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
|
+
import json
|
|
5
6
|
from typing import Annotated, Literal
|
|
6
7
|
|
|
7
8
|
import typer
|
|
@@ -12,6 +13,32 @@ from calkit.cli import AliasGroup, raise_error, warn
|
|
|
12
13
|
list_app = typer.Typer(cls=AliasGroup, no_args_is_help=True)
|
|
13
14
|
|
|
14
15
|
|
|
16
|
+
def _echo_object(obj: dict) -> None:
|
|
17
|
+
"""Print a single object in the human-readable YAML-ish listing format."""
|
|
18
|
+
# Copy so popping 'path' doesn't mutate the caller's dict.
|
|
19
|
+
obj = dict(obj)
|
|
20
|
+
path = obj.pop("path", None)
|
|
21
|
+
typer.echo(f"- path: {path}")
|
|
22
|
+
for k, v in obj.items():
|
|
23
|
+
if isinstance(v, dict):
|
|
24
|
+
typer.echo(f" {k}:")
|
|
25
|
+
for k1, v1 in v.items():
|
|
26
|
+
typer.echo(f" {k1}: {v1}")
|
|
27
|
+
elif isinstance(v, list):
|
|
28
|
+
typer.echo(f" {k}:")
|
|
29
|
+
for item in v:
|
|
30
|
+
if isinstance(item, dict):
|
|
31
|
+
for n, (k1, v1) in enumerate(item.items()):
|
|
32
|
+
if n == 0:
|
|
33
|
+
typer.echo(f" - {k1}: {v1}")
|
|
34
|
+
else:
|
|
35
|
+
typer.echo(f" {k1}: {v1}")
|
|
36
|
+
else:
|
|
37
|
+
typer.echo(f" - {item}")
|
|
38
|
+
else:
|
|
39
|
+
typer.echo(f" {k}: {v}")
|
|
40
|
+
|
|
41
|
+
|
|
15
42
|
def _list_objects(
|
|
16
43
|
kind: Literal[
|
|
17
44
|
"notebooks",
|
|
@@ -21,33 +48,44 @@ def _list_objects(
|
|
|
21
48
|
"publications",
|
|
22
49
|
],
|
|
23
50
|
):
|
|
24
|
-
"""List objects.
|
|
51
|
+
"""List objects."""
|
|
52
|
+
ck_info = calkit.load_calkit_info()
|
|
53
|
+
for obj in ck_info.get(kind, []) or []:
|
|
54
|
+
_echo_object(obj)
|
|
55
|
+
|
|
25
56
|
|
|
26
|
-
|
|
57
|
+
def _list_artifacts(
|
|
58
|
+
kind: Literal["figures", "datasets"],
|
|
59
|
+
json_output: bool,
|
|
60
|
+
declared_only: bool,
|
|
61
|
+
):
|
|
62
|
+
"""List figures or datasets, optionally including auto-detected ones.
|
|
63
|
+
|
|
64
|
+
By default, artifacts declared in ``calkit.yaml`` are merged with any
|
|
65
|
+
auto-detected from the project's files; ``--declared-only`` returns just the
|
|
66
|
+
declared ones. Each entry carries a ``detected`` flag so callers can tell
|
|
67
|
+
declared and auto-detected artifacts apart.
|
|
27
68
|
"""
|
|
28
69
|
ck_info = calkit.load_calkit_info()
|
|
29
|
-
|
|
30
|
-
for
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
typer.echo(f" - {item}")
|
|
49
|
-
else:
|
|
50
|
-
typer.echo(f" {k}: {v}")
|
|
70
|
+
declared = ck_info.get(kind, []) or []
|
|
71
|
+
declared_paths = {o.get("path") for o in declared if isinstance(o, dict)}
|
|
72
|
+
detected: list[dict] = []
|
|
73
|
+
if not declared_only:
|
|
74
|
+
found = calkit.detect.detect_project_artifacts(ck_info=ck_info)
|
|
75
|
+
for path in found.get(kind, []):
|
|
76
|
+
if path not in declared_paths:
|
|
77
|
+
detected.append({"path": path})
|
|
78
|
+
if json_output:
|
|
79
|
+
result = [
|
|
80
|
+
{**o, "detected": False} for o in declared if isinstance(o, dict)
|
|
81
|
+
]
|
|
82
|
+
result += [{**o, "detected": True} for o in detected]
|
|
83
|
+
typer.echo(json.dumps(result))
|
|
84
|
+
return
|
|
85
|
+
for obj in declared:
|
|
86
|
+
_echo_object(obj)
|
|
87
|
+
for obj in detected:
|
|
88
|
+
_echo_object({**obj, "detected": True})
|
|
51
89
|
|
|
52
90
|
|
|
53
91
|
@list_app.command(name="notebooks|nb")
|
|
@@ -57,15 +95,43 @@ def list_notebooks():
|
|
|
57
95
|
|
|
58
96
|
|
|
59
97
|
@list_app.command(name="figures|figs")
|
|
60
|
-
def list_figures(
|
|
98
|
+
def list_figures(
|
|
99
|
+
json_output: Annotated[
|
|
100
|
+
bool, typer.Option("--json", help="Output result as JSON.")
|
|
101
|
+
] = False,
|
|
102
|
+
declared_only: Annotated[
|
|
103
|
+
bool,
|
|
104
|
+
typer.Option(
|
|
105
|
+
"--declared-only",
|
|
106
|
+
help=(
|
|
107
|
+
"Only list figures declared in calkit.yaml; "
|
|
108
|
+
"skip auto-detection."
|
|
109
|
+
),
|
|
110
|
+
),
|
|
111
|
+
] = False,
|
|
112
|
+
):
|
|
61
113
|
"""List figures in the project."""
|
|
62
|
-
|
|
114
|
+
_list_artifacts("figures", json_output, declared_only)
|
|
63
115
|
|
|
64
116
|
|
|
65
117
|
@list_app.command(name="datasets")
|
|
66
|
-
def list_datasets(
|
|
118
|
+
def list_datasets(
|
|
119
|
+
json_output: Annotated[
|
|
120
|
+
bool, typer.Option("--json", help="Output result as JSON.")
|
|
121
|
+
] = False,
|
|
122
|
+
declared_only: Annotated[
|
|
123
|
+
bool,
|
|
124
|
+
typer.Option(
|
|
125
|
+
"--declared-only",
|
|
126
|
+
help=(
|
|
127
|
+
"Only list datasets declared in calkit.yaml; "
|
|
128
|
+
"skip auto-detection."
|
|
129
|
+
),
|
|
130
|
+
),
|
|
131
|
+
] = False,
|
|
132
|
+
):
|
|
67
133
|
"""List datasets in the project."""
|
|
68
|
-
|
|
134
|
+
_list_artifacts("datasets", json_output, declared_only)
|
|
69
135
|
|
|
70
136
|
|
|
71
137
|
@list_app.command(name="publications|pubs")
|