Metadata-Version: 1.1
Name: fastr
Version: 2.1.0
Summary: Workflow creation and batch execution environment.
Home-page: https://bitbucket.org/bigr_erasmusmc/fastr
Author: H.C. Achterberg, M. Koek
Author-email: hakim.achterberg@gmail.com
License: Apache License 2.0
Description: =====
        FASTR
        =====
        
        FASTR is a framework that helps creating workflows of different
        tools. The workflows created in FASTR are automatically enhanced
        with flexible data input/output, execution options (local, cluster,
        etc) and solid provenance.
        
        We chose to create tools by creating wrappers around executables
        and connecting everything with Python.
        
        Fastr is open-source (licensed under the Apache 2.0 license) and hosted on
        bitbucket at https://bitbucket.org/bigr_erasmusmc/fastr
        
        For getting support, go to https://groups.google.com/d/forum/fastr-users
        
        To get yourself a copy:
        
            hg clone https://bitbucket.org/bigr_erasmusmc/fastr
        
        or if you have a ssh key pair:
        
            hg clone ssh://hg@bitbucket.org/bigr_erasmusmc/fastr
        
        The official documentation can be found at http://fastr.readthedocs.io
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: System :: Logging
Classifier: Topic :: Utilities
