|
9 | 9 |
|
10 | 10 | This Python package provides a collection of tools for: |
11 | 11 |
|
12 | | -- Analyzing traces of actual workflow executions; |
| 12 | +- Analyzing instances of actual workflow executions; |
13 | 13 | - Producing recipes structures for creating workflow recipes for workflow generation; and |
14 | | -- Generating synthetic realistic workflow traces. |
| 14 | +- Generating synthetic realistic workflow instances. |
15 | 15 |
|
16 | 16 | ## Installation |
17 | 17 |
|
18 | | -WfCommons is available on [PyPI](https://pypi.org/project/workflowhub). |
| 18 | +WfCommons is available on [PyPI](https://pypi.org/project/wfcommons). |
19 | 19 | WfCommons requires Python3.6+ and has been tested on Linux and macOS. |
20 | 20 |
|
21 | 21 | ### Requirements |
@@ -43,7 +43,7 @@ While `pip` can be used to install WfCommons, we suggest the following |
43 | 43 | approach for reliable installation when many Python environments are available: |
44 | 44 |
|
45 | 45 | ``` |
46 | | -$ python3 -m pip install workflowhub |
| 46 | +$ python3 -m pip install wfcommons |
47 | 47 | ``` |
48 | 48 |
|
49 | 49 | ### Retrieving the latest unstable version |
@@ -87,8 +87,8 @@ that paper, as it provides a recent and general overview on the framework. |
87 | 87 |
|
88 | 88 | [build-badge]: https://github.com/wfcommons/wfcommons/workflows/Build/badge.svg |
89 | 89 | [build-link]: https://github.com/wfcommons/wfcommons/actions |
90 | | -[pypi-badge]: https://badge.fury.io/py/workflowhub.svg |
91 | | -[pypi-link]: https://badge.fury.io/py/workflowhub |
| 90 | +[pypi-badge]: https://badge.fury.io/py/wfcommons.svg |
| 91 | +[pypi-link]: https://badge.fury.io/py/wfcommons |
92 | 92 | [license-badge]: https://img.shields.io/badge/License-LGPL%20v3-blue.svg |
93 | 93 | [codefactor-badge]: https://www.codefactor.io/repository/github/wfcommons/wfcommons/badge |
94 | 94 | [codefactor-link]: https://www.codefactor.io/repository/github/wfcommons/wfcommons |
|
0 commit comments