File: README.md

package info (click to toggle)
python-processview 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,192 kB
  • sloc: python: 1,362; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 767 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Description

`processview` Toolkit for workflow processes supervision.

When processing several datasets within the same workflow / orange instance user can quickly be confused about
what has been process or not and what is currently processing. To ease comprehension and get a state of processes and datasets we can add a 'process view' widget to orange-canvas as in the following screenshot:

![processview example](https://gitlab.esrf.fr/workflow/processview/-/raw/master/doc/img/explaining_processview.png?inline=false)

Processes must inherit from processview `SuperviseProcess` class. And datasets from `Dataset` class. Then you must notify the manager evolution of the dataset vs process states.

# Installation

``` python
pip install processview[full]
```