Metadata-Version: 2.1
Name: python-workflow
Version: 0.0.2
Home-page: https://github.com/anthonykgross/python-workflow
Author: Anthony K GROSS
Author-email: anthony.k.gross@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: gevent
Requires-Dist: psutil

# Python-workflow

```commandline
rm build/ python_workflow.egg-info dist -Rf
python3 setup.py bdist_wheel
pip3 install -I dist/python_workflow-*-py3-none-any.whl
```
