Metadata-Version: 2.1
Name: fastr
Version: 3.2.2
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 :: Only
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: System :: Logging
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Requires-Dist: bidict (>=0.18.0)
Requires-Dist: colorama (>=0.3.7)
Requires-Dist: distro (==1.3.0)
Requires-Dist: enum-compat
Requires-Dist: isodate (>=0.5.4)
Requires-Dist: jsonpickle (>=0.9.5)
Requires-Dist: jsonschema (>=3.0.0)
Requires-Dist: GitPython (>=3.1.3)
Requires-Dist: graphviz (>=0.8)
Requires-Dist: redbaron (>=0.9.2)
Requires-Dist: sympy (>=1.0)
Requires-Dist: psutil (>=3.1.0)
Requires-Dist: PyYAML (>=5.1)
Requires-Dist: requests (>=2.13.0)
Requires-Dist: prov (>=1.5.0)
Requires-Dist: sphinx (>=1.5.3)
Requires-Dist: sphinx-argparse (>=0.1.17)
Requires-Dist: sphinx-rtd-theme (>=0.2.4)
Requires-Dist: sphinxcontrib-httpdomain (>=1.5.0)
Requires-Dist: sphinx-autodoc-typehints
Requires-Dist: xnat (<0.4,>=0.3.24)
Requires-Dist: keyring (>=19.2.0)
Requires-Dist: keyrings.alt (>=3.1.1)

=====
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


