cwl2ogc 0.10.0.dev3__tar.gz → 0.10.0.dev5__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.
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/PKG-INFO +1 -1
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/docs/array-inputs.ipynb +12 -8
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/docs/complex-cwl-types.ipynb +10 -6
- cwl2ogc-0.10.0.dev5/docs/essential-input-parameters.ipynb +3053 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/docs/exclusive-input-parameters-expressions.ipynb +10 -6
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/docs/graph.ipynb +131 -35
- cwl2ogc-0.10.0.dev5/docs/imported-cwl-types.ipynb +6144 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/docs/inclusive-exclusive-inputs.ipynb +10 -6
- cwl2ogc-0.10.0.dev5/docs/schema.ipynb +11760 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/docs/string-formats.ipynb +10 -6
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/src/cwl2ogc/__about__.py +1 -1
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/src/cwl2ogc/__init__.py +212 -66
- cwl2ogc-0.10.0.dev5/src/cwl2ogc/stac_collection.py +682 -0
- cwl2ogc-0.10.0.dev3/docs/essential-input-parameters.ipynb +0 -222
- cwl2ogc-0.10.0.dev3/docs/imported-cwl-types.ipynb +0 -486
- cwl2ogc-0.10.0.dev3/docs/schema.ipynb +0 -455
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/.github/workflows/docs.yaml +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/.github/workflows/package.yaml +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/.gitignore +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/.vscode/settings.json +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/LICENSE +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/README.md +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/Taskfile.yaml +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/docs/imgs/icon-eoap.png +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/docs/index.md +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/mkdocs.yaml +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/playground/Dockerfile +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/playground/playground.py +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/playground/resources/custom_buttons_bar_alt.json +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/pyproject.toml +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/src/cwl2ogc/stac_item.py +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/tests/__init__.py +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/tests/artifacts/app-water-body.1.1.0.cwl +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/tests/artifacts/cwl-types/app.cwl +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/tests/artifacts/cwl-types/app_inputs.json +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/tests/artifacts/cwl-types/app_outputs.json +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/tests/artifacts/cwl-types/array-inputs.cwl +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/tests/artifacts/cwl-types/array-inputs_inputs.json +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/tests/artifacts/cwl-types/array-inputs_outputs.json +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/tests/artifacts/cwl-types/complex-cwl-types.cwl +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/tests/artifacts/cwl-types/complex-cwl-types_inputs.json +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/tests/artifacts/cwl-types/complex-cwl-types_outputs.json +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/tests/artifacts/cwl-types/exclusive-parameter-expressions.cwl +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/tests/artifacts/cwl-types/exclusive-parameter-expressions_inputs.json +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/tests/artifacts/cwl-types/exclusive-parameter-expressions_outputs.json +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/tests/artifacts/cwl-types/inp.cwl +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/tests/artifacts/cwl-types/inp_inputs.json +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/tests/artifacts/cwl-types/inp_outputs.json +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/tests/artifacts/cwl-types/record.cwl +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/tests/artifacts/cwl-types/record_inputs.json +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/tests/artifacts/cwl-types/record_outputs.json +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/tests/artifacts/cwl-types/string-formats.cwl +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/tests/artifacts/cwl-types/string-formats_inputs.json +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/tests/artifacts/cwl-types/string-formats_outputs.json +0 -0
- {cwl2ogc-0.10.0.dev3 → cwl2ogc-0.10.0.dev5}/tests/test_conversion.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cwl2ogc
|
|
3
|
-
Version: 0.10.0.
|
|
3
|
+
Version: 0.10.0.dev5
|
|
4
4
|
Summary: CWL Worflow inputs/outputs to OGC API Processes inputs/outputs
|
|
5
5
|
Project-URL: Documentation, https://github.com/eoap/cwl2ogc#readme
|
|
6
6
|
Project-URL: Issues, https://github.com/eoap/cwl2ogc/issues
|
|
@@ -30,12 +30,16 @@
|
|
|
30
30
|
"name": "stderr",
|
|
31
31
|
"output_type": "stream",
|
|
32
32
|
"text": [
|
|
33
|
-
"\u001b[32m2025-
|
|
34
|
-
"\u001b[32m2025-
|
|
35
|
-
"\u001b[32m2025-
|
|
36
|
-
"\u001b[32m2025-
|
|
37
|
-
"\u001b[32m2025-
|
|
38
|
-
"\u001b[32m2025-
|
|
33
|
+
"\u001b[32m2025-09-17 18:28:49.285\u001b[0m | \u001b[34m\u001b[1mDEBUG \u001b[0m | \u001b[36mcwl_loader\u001b[0m:\u001b[36mload_cwl_from_location\u001b[0m:\u001b[36m220\u001b[0m - \u001b[34m\u001b[1mLoading CWL document from https://raw.githubusercontent.com/eoap/cwl2ogc/refs/heads/develop/tests/artifacts/cwl-types/array-inputs.cwl...\u001b[0m\n",
|
|
34
|
+
"\u001b[32m2025-09-17 18:28:49.719\u001b[0m | \u001b[34m\u001b[1mDEBUG \u001b[0m | \u001b[36mcwl_loader\u001b[0m:\u001b[36m_load_cwl_from_stream\u001b[0m:\u001b[36m223\u001b[0m - \u001b[34m\u001b[1mReading stream from https://raw.githubusercontent.com/eoap/cwl2ogc/refs/heads/develop/tests/artifacts/cwl-types/array-inputs.cwl...\u001b[0m\n",
|
|
35
|
+
"\u001b[32m2025-09-17 18:28:49.723\u001b[0m | \u001b[34m\u001b[1mDEBUG \u001b[0m | \u001b[36mcwl_loader\u001b[0m:\u001b[36mload_cwl_from_stream\u001b[0m:\u001b[36m197\u001b[0m - \u001b[34m\u001b[1mCWL data of type <class 'ruamel.yaml.comments.CommentedMap'> successfully loaded from stream\u001b[0m\n",
|
|
36
|
+
"\u001b[32m2025-09-17 18:28:49.723\u001b[0m | \u001b[34m\u001b[1mDEBUG \u001b[0m | \u001b[36mcwl_loader\u001b[0m:\u001b[36mload_cwl_from_yaml\u001b[0m:\u001b[36m141\u001b[0m - \u001b[34m\u001b[1mUpdating the model of type 'CommentedMap' to version 'v1.2'...\u001b[0m\n",
|
|
37
|
+
"\u001b[32m2025-09-17 18:28:49.726\u001b[0m | \u001b[34m\u001b[1mDEBUG \u001b[0m | \u001b[36mcwl_loader\u001b[0m:\u001b[36mload_cwl_from_yaml\u001b[0m:\u001b[36m152\u001b[0m - \u001b[34m\u001b[1mRaw CWL document successfully updated to v1.2! Now converting to the CWL model...\u001b[0m\n",
|
|
38
|
+
"\u001b[32m2025-09-17 18:28:50.109\u001b[0m | \u001b[34m\u001b[1mDEBUG \u001b[0m | \u001b[36mcwl_loader\u001b[0m:\u001b[36mload_cwl_from_yaml\u001b[0m:\u001b[36m160\u001b[0m - \u001b[34m\u001b[1mRaw CWL document successfully updated to v1.2! Now dereferencing the steps[].run...\u001b[0m\n",
|
|
39
|
+
"\u001b[32m2025-09-17 18:28:50.110\u001b[0m | \u001b[34m\u001b[1mDEBUG \u001b[0m | \u001b[36mcwl_loader\u001b[0m:\u001b[36mload_cwl_from_yaml\u001b[0m:\u001b[36m170\u001b[0m - \u001b[34m\u001b[1msteps[].run successfully dereferenced! Now dereferencing the FQNs...\u001b[0m\n",
|
|
40
|
+
"\u001b[32m2025-09-17 18:28:50.110\u001b[0m | \u001b[34m\u001b[1mDEBUG \u001b[0m | \u001b[36mcwl_loader\u001b[0m:\u001b[36m_clean_process\u001b[0m:\u001b[36m90\u001b[0m - \u001b[34m\u001b[1m Cleaning CommandLineTool array-inputs...\u001b[0m\n",
|
|
41
|
+
"\u001b[32m2025-09-17 18:28:50.110\u001b[0m | \u001b[34m\u001b[1mDEBUG \u001b[0m | \u001b[36mcwl_loader\u001b[0m:\u001b[36mload_cwl_from_yaml\u001b[0m:\u001b[36m175\u001b[0m - \u001b[34m\u001b[1mCWL document successfully dereferenced!\u001b[0m\n",
|
|
42
|
+
"\u001b[32m2025-09-17 18:28:50.110\u001b[0m | \u001b[34m\u001b[1mDEBUG \u001b[0m | \u001b[36mcwl_loader\u001b[0m:\u001b[36m_load_cwl_from_stream\u001b[0m:\u001b[36m231\u001b[0m - \u001b[34m\u001b[1mStream from https://raw.githubusercontent.com/eoap/cwl2ogc/refs/heads/develop/tests/artifacts/cwl-types/array-inputs.cwl successfully load!\u001b[0m\n"
|
|
39
43
|
]
|
|
40
44
|
}
|
|
41
45
|
],
|
|
@@ -178,7 +182,7 @@
|
|
|
178
182
|
],
|
|
179
183
|
"metadata": {
|
|
180
184
|
"kernelspec": {
|
|
181
|
-
"display_name": "
|
|
185
|
+
"display_name": ".venv",
|
|
182
186
|
"language": "python",
|
|
183
187
|
"name": "python3"
|
|
184
188
|
},
|
|
@@ -192,7 +196,7 @@
|
|
|
192
196
|
"name": "python",
|
|
193
197
|
"nbconvert_exporter": "python",
|
|
194
198
|
"pygments_lexer": "ipython3",
|
|
195
|
-
"version": "3.
|
|
199
|
+
"version": "3.13.7"
|
|
196
200
|
}
|
|
197
201
|
},
|
|
198
202
|
"nbformat": 4,
|
|
@@ -30,12 +30,16 @@
|
|
|
30
30
|
"name": "stderr",
|
|
31
31
|
"output_type": "stream",
|
|
32
32
|
"text": [
|
|
33
|
-
"\u001b[32m2025-
|
|
34
|
-
"\u001b[32m2025-
|
|
35
|
-
"\u001b[32m2025-
|
|
36
|
-
"\u001b[32m2025-
|
|
37
|
-
"\u001b[32m2025-
|
|
38
|
-
"\u001b[32m2025-
|
|
33
|
+
"\u001b[32m2025-09-17 18:28:38.788\u001b[0m | \u001b[34m\u001b[1mDEBUG \u001b[0m | \u001b[36mcwl_loader\u001b[0m:\u001b[36mload_cwl_from_location\u001b[0m:\u001b[36m220\u001b[0m - \u001b[34m\u001b[1mLoading CWL document from https://raw.githubusercontent.com/eoap/cwl2ogc/refs/heads/develop/tests/artifacts/cwl-types/complex-cwl-types.cwl...\u001b[0m\n",
|
|
34
|
+
"\u001b[32m2025-09-17 18:28:39.039\u001b[0m | \u001b[34m\u001b[1mDEBUG \u001b[0m | \u001b[36mcwl_loader\u001b[0m:\u001b[36m_load_cwl_from_stream\u001b[0m:\u001b[36m223\u001b[0m - \u001b[34m\u001b[1mReading stream from https://raw.githubusercontent.com/eoap/cwl2ogc/refs/heads/develop/tests/artifacts/cwl-types/complex-cwl-types.cwl...\u001b[0m\n",
|
|
35
|
+
"\u001b[32m2025-09-17 18:28:39.052\u001b[0m | \u001b[34m\u001b[1mDEBUG \u001b[0m | \u001b[36mcwl_loader\u001b[0m:\u001b[36mload_cwl_from_stream\u001b[0m:\u001b[36m197\u001b[0m - \u001b[34m\u001b[1mCWL data of type <class 'ruamel.yaml.comments.CommentedMap'> successfully loaded from stream\u001b[0m\n",
|
|
36
|
+
"\u001b[32m2025-09-17 18:28:39.052\u001b[0m | \u001b[34m\u001b[1mDEBUG \u001b[0m | \u001b[36mcwl_loader\u001b[0m:\u001b[36mload_cwl_from_yaml\u001b[0m:\u001b[36m141\u001b[0m - \u001b[34m\u001b[1mUpdating the model of type 'CommentedMap' to version 'v1.2'...\u001b[0m\n",
|
|
37
|
+
"\u001b[32m2025-09-17 18:28:39.055\u001b[0m | \u001b[34m\u001b[1mDEBUG \u001b[0m | \u001b[36mcwl_loader\u001b[0m:\u001b[36mload_cwl_from_yaml\u001b[0m:\u001b[36m152\u001b[0m - \u001b[34m\u001b[1mRaw CWL document successfully updated to v1.2! Now converting to the CWL model...\u001b[0m\n",
|
|
38
|
+
"\u001b[32m2025-09-17 18:28:40.007\u001b[0m | \u001b[34m\u001b[1mDEBUG \u001b[0m | \u001b[36mcwl_loader\u001b[0m:\u001b[36mload_cwl_from_yaml\u001b[0m:\u001b[36m160\u001b[0m - \u001b[34m\u001b[1mRaw CWL document successfully updated to v1.2! Now dereferencing the steps[].run...\u001b[0m\n",
|
|
39
|
+
"\u001b[32m2025-09-17 18:28:40.008\u001b[0m | \u001b[34m\u001b[1mDEBUG \u001b[0m | \u001b[36mcwl_loader\u001b[0m:\u001b[36mload_cwl_from_yaml\u001b[0m:\u001b[36m170\u001b[0m - \u001b[34m\u001b[1msteps[].run successfully dereferenced! Now dereferencing the FQNs...\u001b[0m\n",
|
|
40
|
+
"\u001b[32m2025-09-17 18:28:40.008\u001b[0m | \u001b[34m\u001b[1mDEBUG \u001b[0m | \u001b[36mcwl_loader\u001b[0m:\u001b[36m_clean_process\u001b[0m:\u001b[36m90\u001b[0m - \u001b[34m\u001b[1m Cleaning CommandLineTool main...\u001b[0m\n",
|
|
41
|
+
"\u001b[32m2025-09-17 18:28:40.009\u001b[0m | \u001b[34m\u001b[1mDEBUG \u001b[0m | \u001b[36mcwl_loader\u001b[0m:\u001b[36mload_cwl_from_yaml\u001b[0m:\u001b[36m175\u001b[0m - \u001b[34m\u001b[1mCWL document successfully dereferenced!\u001b[0m\n",
|
|
42
|
+
"\u001b[32m2025-09-17 18:28:40.009\u001b[0m | \u001b[34m\u001b[1mDEBUG \u001b[0m | \u001b[36mcwl_loader\u001b[0m:\u001b[36m_load_cwl_from_stream\u001b[0m:\u001b[36m231\u001b[0m - \u001b[34m\u001b[1mStream from https://raw.githubusercontent.com/eoap/cwl2ogc/refs/heads/develop/tests/artifacts/cwl-types/complex-cwl-types.cwl successfully load!\u001b[0m\n"
|
|
39
43
|
]
|
|
40
44
|
}
|
|
41
45
|
],
|