Skip to content

Commit a7c13a9

Browse files
author
Alan Christie
committed
docs: Tweak for new repo location
1 parent 153c65b commit a7c13a9

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

README.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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

1616
A package that simplifies the validation and decoding of Data Manager
@@ -21,15 +21,15 @@ Installation (Python)
2121

2222
The 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

2626
Once installed you can validate the workflow definition (expected to be a dictionary
2727
formed 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

3434
Contributing
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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
2-
name = "im-data-manager-workflow-decoder"
2+
name = "im-data-manager-workflow-engine"
33
version = "0.1.0"
4-
description = "The Data Manager workflow schema and decoder."
4+
description = "The Data Manager workflow engine, schema and decoder."
55
authors = [
66
"Alan Christie <[email protected]>",
77
"Kalev Takkis <[email protected]>"

0 commit comments

Comments
 (0)