Metadata-Version: 2.1
Name: jupyter-workflow
Version: 0.0.19
Summary: Jupyter Workflow Kernel
Home-page: https://github.com/alpha-unito/jupyter-workflow
Author: Iacopo Colonnelli
Author-email: iacopo.colonnelli@unito.it
License: LGPLv3
Download-URL: https://github.com/alpha-unito/jupyter-workflow/releases
Description: # Jupyter Workflow
        
        The Jupyter Workflow framework enables Jupyter Notebooks to describe complex workflows and to execute them in a distributed fashion on hybrid HPC-Cloud infrastructures. Jupyter Workflow relies on the [StreamFlow](https://github.com/alpha-unito/streamflow) WMS as its underlying runtime support.
        
        ## Install Jupyter Workflow
        
        The Jupyter Workflow IPython kernel is available on [PyPI](https://pypi.org/project/jupyter-workflow/), so you can install it using pip.
        
        ```bash
        pip install jupyter-workflow
        ```
        
        Then, you can install it on a Jupyter Notebook server by running the following command.
        
        ```bash
        python -m jupyter_workflow.ipython.install
        ```
        
        Please note that Jupyter Workflow requires `python >= 3.8`. Then you can associate your Jupyter Notebooks with the newly installed kernel. Some examples can be found under the `examples` folder in the [GitHub repository](https://github.com/alpha-unito/jupyter-workflow).
        
        ## Jupyter Workflow Team
        
        Iacopo Colonnelli <iacopo.colonnelli@unito.it> (creator and maintainer)  
        Sergio Rabellino <sergio.rabellino@unito.it> (maintainer)  
        Barbara Cantalupo <barbara.cantalupo@unito.it> (maintainer)  
        Marco Aldinucci <aldinuc@di.unito.it> (maintainer)  
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Distributed Computing
Requires-Python: >=3.8, <4
Description-Content-Type: text/markdown
