hpcflow-new2 0.2.0a65__tar.gz → 0.2.0a67__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.
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/PKG-INFO +3 -3
- hpcflow_new2-0.2.0a67/hpcflow/_version.py +1 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/core/task.py +1 -1
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/pyproject.toml +4 -4
- hpcflow_new2-0.2.0a65/hpcflow/_version.py +0 -1
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/README.md +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/__init__.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/__pyinstaller/__init__.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/__pyinstaller/hook-hpcflow.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/app.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/cli.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/examples.ipynb +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/__init__.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/api.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/app.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/cli.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/config/__init__.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/config/callbacks.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/config/cli.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/config/config.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/config/config_file.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/config/errors.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/core/__init__.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/core/actions.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/core/command_files.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/core/commands.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/core/element.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/core/environment.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/core/errors.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/core/json_like.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/core/loop.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/core/object_list.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/core/parameters.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/core/task_schema.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/core/test_utils.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/core/utils.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/core/validation.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/core/workflow.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/core/zarr_io.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/data/__init__.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/data/config_file_schema.yaml +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/data/config_schema.yaml +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/data/environments_spec_schema.yaml +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/data/files_spec_schema.yaml +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/data/parameters_spec_schema.yaml +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/data/task_schema_spec_schema.yaml +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/data/template_components/__init__.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/data/template_components/command_files.yaml +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/data/template_components/environments.yaml +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/data/template_components/parameters.yaml +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/data/template_components/task_schemas.yaml +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/data/workflow_spec_schema.yaml +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/demo/__init__.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/demo/cli.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/demo/scripts/__init__.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/demo/scripts/demo_task_1_generate_t1_infile_1.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/demo/scripts/demo_task_1_generate_t1_infile_2.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/demo/scripts/demo_task_1_parse_p3.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/demo/scripts/generate_t1_file_01.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/demo/scripts/parse_t1_file_01.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/demo/scripts/test_main_script.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/helper/__init__.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/helper/cli.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/helper/helper.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/helper/watcher.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/log.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/persistence/__init__.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/persistence/base.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/persistence/json.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/persistence/pending.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/persistence/store_resource.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/persistence/utils.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/persistence/zarr.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/runtime.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/scripting/__init__.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/submission/__init__.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/submission/jobscript.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/submission/jobscript_info.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/submission/schedulers/__init__.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/submission/schedulers/direct.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/submission/schedulers/sge.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/submission/schedulers/slurm.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/submission/schedulers/utils.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/submission/shells/__init__.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/submission/shells/base.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/submission/shells/bash.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/submission/shells/os_version.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/submission/shells/powershell.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/submission/submission.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/typing.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/tests/unit/test_action.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/tests/unit/test_app.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/tests/unit/test_cli.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/tests/unit/test_element.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/tests/unit/test_element_set.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/tests/unit/test_input_source.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/tests/unit/test_input_value.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/tests/unit/test_json_like.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/tests/unit/test_loop.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/tests/unit/test_object_list.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/tests/unit/test_persistence.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/tests/unit/test_submission.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/tests/unit/test_task.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/tests/unit/test_task_schema.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/tests/unit/test_utils.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/tests/unit/test_workflow.py +0 -0
- {hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/viz_demo.ipynb +0 -0
@@ -1,11 +1,11 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: hpcflow-new2
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.0a67
|
4
4
|
Summary: Computational workflow management
|
5
5
|
License: MIT
|
6
6
|
Author: aplowman
|
7
7
|
Author-email: adam.plowman@manchester.ac.uk
|
8
|
-
Requires-Python: >=3.8,<3.
|
8
|
+
Requires-Python: >=3.8,<3.13
|
9
9
|
Classifier: License :: OSI Approved :: MIT License
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
11
11
|
Classifier: Programming Language :: Python :: 3.8
|
@@ -28,7 +28,7 @@ Requires-Dist: rich (>=13.4.2,<14.0.0)
|
|
28
28
|
Requires-Dist: ruamel.yaml (>=0.17.20,<0.18.0)
|
29
29
|
Requires-Dist: sentry-sdk (>=1.5.8,<2.0.0)
|
30
30
|
Requires-Dist: termcolor (>=1.1.0,<2.0.0)
|
31
|
-
Requires-Dist: valida (>=0.7.
|
31
|
+
Requires-Dist: valida (>=0.7.1,<0.8.0)
|
32
32
|
Requires-Dist: watchdog (>=2.1.9,<3.0.0)
|
33
33
|
Requires-Dist: zarr (>=2.14.2,<3.0.0)
|
34
34
|
Description-Content-Type: text/markdown
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.0a67"
|
@@ -1920,7 +1920,7 @@ class WorkflowTask:
|
|
1920
1920
|
else:
|
1921
1921
|
current_value = default
|
1922
1922
|
|
1923
|
-
if parameter and parameter._value_class:
|
1923
|
+
if parameter and isinstance(current_value, dict) and parameter._value_class:
|
1924
1924
|
current_value = parameter._value_class(**current_value)
|
1925
1925
|
|
1926
1926
|
return current_value
|
@@ -1,7 +1,7 @@
|
|
1
1
|
|
2
2
|
[tool.poetry]
|
3
3
|
name = "hpcflow-new2"
|
4
|
-
version = "0.2.
|
4
|
+
version = "0.2.0a67"
|
5
5
|
|
6
6
|
description = "Computational workflow management"
|
7
7
|
authors = ["aplowman <adam.plowman@manchester.ac.uk>"]
|
@@ -12,7 +12,7 @@ packages = [
|
|
12
12
|
]
|
13
13
|
|
14
14
|
[tool.poetry.dependencies]
|
15
|
-
python = ">=3.8,<3.
|
15
|
+
python = ">=3.8,<3.13"
|
16
16
|
zarr = "^2.14.2"
|
17
17
|
"ruamel.yaml" = "^0.17.20"
|
18
18
|
colorama = "^0.4.6"
|
@@ -26,7 +26,7 @@ msgpack = "^1.0.4"
|
|
26
26
|
reretry = "^0.11.8"
|
27
27
|
psutil = "^5.9.4"
|
28
28
|
watchdog = "^2.1.9"
|
29
|
-
valida = "^0.7.
|
29
|
+
valida = "^0.7.1"
|
30
30
|
paramiko = "^3.2.0"
|
31
31
|
aiohttp = "^3.8.4"
|
32
32
|
rich = "^13.4.2"
|
@@ -65,7 +65,7 @@ hook-dirs = "hpcflow.__pyinstaller:get_hook_dirs"
|
|
65
65
|
|
66
66
|
[tool.commitizen]
|
67
67
|
name = "cz_conventional_commits"
|
68
|
-
version = "0.2.
|
68
|
+
version = "0.2.0a67"
|
69
69
|
tag_format = "v$version"
|
70
70
|
version_files = [
|
71
71
|
"pyproject.toml:version",
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.2.0a65"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/data/environments_spec_schema.yaml
RENAMED
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/data/parameters_spec_schema.yaml
RENAMED
File without changes
|
{hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/data/task_schema_spec_schema.yaml
RENAMED
File without changes
|
{hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/data/template_components/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/data/template_components/parameters.yaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/demo/scripts/demo_task_1_parse_p3.py
RENAMED
File without changes
|
{hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/demo/scripts/generate_t1_file_01.py
RENAMED
File without changes
|
{hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/demo/scripts/parse_t1_file_01.py
RENAMED
File without changes
|
{hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/demo/scripts/test_main_script.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a65 → hpcflow_new2-0.2.0a67}/hpcflow/sdk/submission/schedulers/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|