Metadata-Version: 2.1
Name: fastr
Version: 3.3.0
Summary: Workflow creation and batch execution environment.
Home-page: https://gitlab.com/radiology/infrastructure/fastr
Author: H.C. Achterberg, M. Koek
Author-email: hakim.achterberg@gmail.com
License: Apache License 2.0
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 :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: System :: Logging
Classifier: Topic :: Utilities
Requires-Python: >=3.6
License-File: LICENSE

=====
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
gitlab at https://gitlab.com/radiology/infrastructure/fastr

For getting support, go to https://groups.google.com/d/forum/fastr-users

To get yourself a copy:

    git clone https://gitlab.com/radiology/infrastructure/fastr.git

or if you have a ssh key pair:

    git clone git@gitlab.com:radiology/infrastructure/fastr.git

The official documentation can be found at http://fastr.readthedocs.io


