Metadata-Version: 2.1
Name: processview
Version: 1.1.0
Summary: Library workflow process supervision
Home-page: https://gitlab.esrf.fr/workflow/processview
Author: data analysis unit
Author-email: henri.payno@esrf.fr
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: full
License-File: LICENSE

# Description

`processview` Toolkit for workflow processes supervision.

A workflow process must inherit from "SuperviseProcess".
This way it can provide information to the "manager". Several processes can be associated to the same "process".

# Installation

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