Metadata-Version: 2.1
Name: workflowhub
Version: 0.2
Summary: Community Framework for Enabling Scientific Workflow Research and Education
Home-page: https://github.com/workflowhub/workflowhub
Author: WorkflowHub team
Author-email: support@workflowhub.org
License: GPLv3
Description: [![Travis][travis-badge]][travis-link]
        [![License: LGPL v3][license-badge]](LICENSE)
        [![CodeFactor][codefactor-badge]][codefactor-link]
        [![Documentation Status][rtd-badge]][rtd-link]
        
        
        <a href="https://workflowhub.org" target="_blank"><img src="https://workflowhub.org/assets/images/logo-horizontal.png" width="300" /></a>
        <br/>_A Community Framework for Enabling Scientific Workflow Research and Education_
        
        This Python package provides a collection of tools for:
        
        - Analyzing traces of actual workflow executions;
        - Producing recipes structures for creating workflow recipes for workflow generation; and
        - Generating synthetic realistic workflow traces.
        
        ## Prerequisites
        
        You need first to install Python 3.3 or above and to install the 
        dependencies just run `pip3 install -r requirements.txt`.
        
        [travis-badge]:        https://travis-ci.org/workflowhub/workflowhub.svg?branch=master
        [travis-link]:         https://travis-ci.org/workflowhub/workflowhub
        [license-badge]:       https://img.shields.io/badge/License-LGPL%20v3-blue.svg
        [codefactor-badge]:    https://www.codefactor.io/repository/github/workflowhub/workflowhub/badge
        [codefactor-link]:     https://www.codefactor.io/repository/github/workflowhub/workflowhub
        [rtd-badge]:           https://readthedocs.org/projects/workflowhub/badge/?version=latest
        [rtd-link]:            https://workflowhub.readthedocs.io/en/latest/?badge=latest
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
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: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: System :: Distributed Computing
Requires-Python: >=3.3
Description-Content-Type: text/markdown
