Metadata-Version: 2.1
Name: processview
Version: 0.1.2
Summary: Library workflow process supervision
Home-page: https://gitlab.esrf.fr/workflow/processview
Author: data analysis unit
Author-email: henri.payno@esrf.fr
License: UNKNOWN
Description: # 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]
        ```
        
Platform: UNKNOWN
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
