1- Informatics Matters Data Manager Workflow Decoder
2- =================================================
1+ Informatics Matters Data Manager Workflow Engine
2+ ================================================
33
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
66 :alt: PyPI package (latest)
77
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
1010 :alt: Build
1111
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
1414 :alt: Publish
1515
1616A package that simplifies the validation and decoding of Data Manager
@@ -21,15 +21,15 @@ Installation (Python)
2121
2222The Job decoder is published on `PyPI `_ and can be installed from there:
2323
24- pip install im-data-manager-workflow-decoder
24+ pip install im-data-manager-workflow-engine
2525
2626Once installed you can validate the workflow definition (expected to be a dictionary
2727formed from the definition YAML file) with:
2828
2929 >>> from workflow import decoder
3030 >>> error: Optional[str ] = decoder.validate_schema(workflow)
3131
32- .. _PyPI : https://pypi.org/project/im-data-manager-workflow-decoder
32+ .. _PyPI : https://pypi.org/project/im-data-manager-workflow-engine
3333
3434Contributing
3535============
@@ -65,4 +65,4 @@ Get in touch
6565
6666- Report bugs, suggest features or view the source code `on GitHub `_.
6767
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