1
- Informatics Matters Data Manager Workflow Decoder
2
- =================================================
1
+ Informatics Matters Data Manager Workflow Engine
2
+ ================================================
3
3
4
- .. image :: https://badge.fury.io/py/im-data-manager-workflow-decoder .svg
5
- :target: https://badge.fury.io/py/im-data-manager-workflow-decoder
4
+ .. image :: https://badge.fury.io/py/im-data-manager-workflow-engine .svg
5
+ :target: https://badge.fury.io/py/im-data-manager-workflow-engine
6
6
:alt: PyPI package (latest)
7
7
8
- .. image :: https://github.com/InformaticsMatters/squonk2-data-manager-workflow-decoder /actions/workflows/build.yaml/badge.svg
9
- :target: https://github.com/InformaticsMatters/squonk2-data-manager-workflow-decoder /actions/workflows/build.yaml
8
+ .. image :: https://github.com/InformaticsMatters/squonk2-data-manager-workflow-engine /actions/workflows/build.yaml/badge.svg
9
+ :target: https://github.com/InformaticsMatters/squonk2-data-manager-workflow-engine /actions/workflows/build.yaml
10
10
:alt: Build
11
11
12
- .. image :: https://github.com/InformaticsMatters/squonk2-data-manager-workflow-decoder /actions/workflows/publish.yaml/badge.svg
13
- :target: https://github.com/InformaticsMatters/squonk2-data-manager-workflow-decoder /actions/workflows/publish.yaml
12
+ .. image :: https://github.com/InformaticsMatters/squonk2-data-manager-workflow-engine /actions/workflows/publish.yaml/badge.svg
13
+ :target: https://github.com/InformaticsMatters/squonk2-data-manager-workflow-engine /actions/workflows/publish.yaml
14
14
:alt: Publish
15
15
16
16
A package that simplifies the validation and decoding of Data Manager
@@ -21,15 +21,15 @@ Installation (Python)
21
21
22
22
The Job decoder is published on `PyPI `_ and can be installed from there:
23
23
24
- pip install im-data-manager-workflow-decoder
24
+ pip install im-data-manager-workflow-engine
25
25
26
26
Once installed you can validate the workflow definition (expected to be a dictionary
27
27
formed from the definition YAML file) with:
28
28
29
29
>>> from workflow import decoder
30
30
>>> error: Optional[str ] = decoder.validate_schema(workflow)
31
31
32
- .. _PyPI : https://pypi.org/project/im-data-manager-workflow-decoder
32
+ .. _PyPI : https://pypi.org/project/im-data-manager-workflow-engine
33
33
34
34
Contributing
35
35
============
@@ -65,4 +65,4 @@ Get in touch
65
65
66
66
- Report bugs, suggest features or view the source code `on GitHub `_.
67
67
68
- .. _on GitHub : https://github.com/informaticsmatters/squonk2-data-manager-workflow-decoder
68
+ .. _on GitHub : https://github.com/informaticsmatters/squonk2-data-manager-workflow-engine
0 commit comments