calkit-python 0.22.0__tar.gz → 0.22.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.22.2/.python-version +1 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/PKG-INFO +2 -3
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/__init__.py +1 -1
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/conda.py +3 -1
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/dvc.py +6 -2
- {calkit_python-0.22.0 → calkit_python-0.22.2}/pyproject.toml +1 -2
- {calkit_python-0.22.0 → calkit_python-0.22.2}/uv.lock +1874 -2329
- {calkit_python-0.22.0 → calkit_python-0.22.2}/.github/FUNDING.yml +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/.github/workflows/docs.yml +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/.github/workflows/format.yml +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/.github/workflows/publish-test.yml +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/.github/workflows/publish.yml +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/.github/workflows/test.yml +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/.gitignore +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/.pre-commit-config.yaml +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/CONTRIBUTING.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/LICENSE +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/Makefile +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/README.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/__main__.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/calc.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/check.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/cli/__init__.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/cli/check.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/cli/cloud.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/cli/config.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/cli/core.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/cli/import_.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/cli/list.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/cli/main.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/cli/new.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/cli/notebooks.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/cli/office.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/cli/overleaf.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/cli/update.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/cloud.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/config.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/core.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/datasets.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/docker.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/git.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/github.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/gui.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/jupyter.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/magics.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/models.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/office.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/ops.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/releases.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/server.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/templates/__init__.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/templates/core.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/templates/latex/__init__.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/templates/latex/article/paper.tex +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/templates/latex/core.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/templates/latex/jfm/jfm.bst +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/templates/latex/jfm/jfm.cls +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/templates/latex/jfm/lineno-FLM.sty +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/templates/latex/jfm/paper.tex +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/templates/latex/jfm/upmath.sty +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/tests/__init__.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/tests/cli/__init__.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/tests/cli/test_config.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/tests/cli/test_list.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/tests/cli/test_main.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/tests/cli/test_new.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/tests/test_calc.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/tests/test_check.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/tests/test_conda.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/tests/test_core.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/tests/test_dvc.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/tests/test_jupyter.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/tests/test_magics.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/tests/test_templates.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/calkit/zenodo.py +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/CNAME +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/apps.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/calculations.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/calkit-yaml.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/cli-reference.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/cloud-integration.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/datasets.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/environments.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/examples.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/help.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/img/c-to-the-k-white.svg +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/img/calkit-no-bg.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/img/connect-zenodo.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/index.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/installation.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/local-server.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/overleaf.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/pipeline/index.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/pipeline/manual-steps.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/references.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/releases.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/adding-latex-pub-docker.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/conda-envs.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/existing-project.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/first-project.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/latex-codespaces/building-codespace.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/latex-codespaces/codespaces-secrets-2.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/latex-codespaces/editor-split.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/latex-codespaces/go-to-linked-code.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/latex-codespaces/issue-from-selection.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/latex-codespaces/new-project.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/latex-codespaces/new-pub-2.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/latex-codespaces/new-token.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/latex-codespaces/paper.tex.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/latex-codespaces/project-home-3.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/latex-codespaces/push.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/latex-codespaces/stage.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/office/anakin-excel.jpg +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/office/chart-more-rows.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/office/create-project.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/office/elsevier-research-data-guidelines.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/office/excel-chart.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/office/excel-data.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/office/insert-link-to-file.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/office/needs-clone.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/office/new-stage.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/office/phd-comics-version-control.webp +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/office/pipeline-out-of-date.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/office/status-more-rows.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/office/uncommitted-changes.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/office/untracked-data.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/office/updated-publication.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/office/word-to-pdf-stage-2.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/office/workflow-page.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/openfoam/clone.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/openfoam/create-project.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/openfoam/datasets-page.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/openfoam/figure-on-website-updated.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/openfoam/figure-on-website.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/openfoam/new-token.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/openfoam/reclone.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/openfoam/status-after-import-dataset.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/img/run-proc.png +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/index.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/latex-codespaces.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/matlab.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/notebook-pipeline.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/office.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/openfoam.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/tutorials/procedures.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/docs/version-control.md +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/mkdocs.yml +0 -0
- {calkit_python-0.22.0 → calkit_python-0.22.2}/test/pipeline.ipynb +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
3.12
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: calkit-python
|
|
3
|
-
Version: 0.22.
|
|
3
|
+
Version: 0.22.2
|
|
4
4
|
Summary: Reproducibility simplified.
|
|
5
5
|
Project-URL: Homepage, https://calkit.org
|
|
6
6
|
Project-URL: Issues, https://github.com/calkit/calkit/issues
|
|
@@ -10,13 +10,12 @@ License-File: LICENSE
|
|
|
10
10
|
Classifier: License :: OSI Approved :: MIT License
|
|
11
11
|
Classifier: Operating System :: OS Independent
|
|
12
12
|
Classifier: Programming Language :: Python :: 3
|
|
13
|
-
Requires-Python: >=3.
|
|
13
|
+
Requires-Python: >=3.10
|
|
14
14
|
Requires-Dist: arithmeval
|
|
15
15
|
Requires-Dist: bibtexparser
|
|
16
16
|
Requires-Dist: checksumdir
|
|
17
17
|
Requires-Dist: docx2pdf
|
|
18
18
|
Requires-Dist: dvc>=3.59.0
|
|
19
|
-
Requires-Dist: eval-type-backport; python_version < '3.10'
|
|
20
19
|
Requires-Dist: fastapi
|
|
21
20
|
Requires-Dist: gitpython
|
|
22
21
|
Requires-Dist: keyring
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"""Functionality for working with conda environments."""
|
|
2
2
|
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
3
5
|
import json
|
|
4
6
|
import os
|
|
5
7
|
import re
|
|
@@ -57,7 +59,7 @@ class EnvCheckResult(BaseModel):
|
|
|
57
59
|
def check_env(
|
|
58
60
|
env_fpath: str = "environment.yml",
|
|
59
61
|
log_func=None,
|
|
60
|
-
output_fpath: str = None,
|
|
62
|
+
output_fpath: str | None = None,
|
|
61
63
|
relaxed: bool = False,
|
|
62
64
|
) -> EnvCheckResult:
|
|
63
65
|
"""Check that a conda environment matches its spec.
|
|
@@ -170,8 +170,12 @@ def get_remotes(wdir: str = None) -> dict[str, str]:
|
|
|
170
170
|
return {}
|
|
171
171
|
resp = {}
|
|
172
172
|
for line in out.split("\n"):
|
|
173
|
-
|
|
174
|
-
|
|
173
|
+
split_line = line.split()
|
|
174
|
+
if len(split_line) >= 2:
|
|
175
|
+
# This is a remote
|
|
176
|
+
name = split_line[0]
|
|
177
|
+
url = split_line[1]
|
|
178
|
+
resp[name] = url
|
|
175
179
|
return resp
|
|
176
180
|
|
|
177
181
|
|
|
@@ -17,7 +17,6 @@ dependencies = [
|
|
|
17
17
|
"checksumdir",
|
|
18
18
|
"docx2pdf",
|
|
19
19
|
"dvc>=3.59.0",
|
|
20
|
-
"eval-type-backport; python_version < '3.10'",
|
|
21
20
|
"fastapi",
|
|
22
21
|
"gitpython",
|
|
23
22
|
"keyring",
|
|
@@ -37,7 +36,7 @@ description = "Reproducibility simplified."
|
|
|
37
36
|
dynamic = ["version"]
|
|
38
37
|
name = "calkit-python"
|
|
39
38
|
readme = "README.md"
|
|
40
|
-
requires-python = ">=3.
|
|
39
|
+
requires-python = ">=3.10"
|
|
41
40
|
|
|
42
41
|
[project.optional-dependencies]
|
|
43
42
|
data = [
|