Metadata-Version: 2.4
Name: crossflow
Version: 0.1.5
Summary: Crossflow allows you to build and execute complex workflows that chain together command-line driven tools.
Keywords: hpc,workflows,molecular dynamics
Author-email: Charlie Laughton <charles.laughton@nottingham.ac.uk>, Christian Suess <christian.suess@nottingham.ac.uk>, James Gebbie-Rayet <james.gebbie@stfc.ac.uk>, Sam Cox <sam.cox@hdruk.ac.uk>
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Development Status :: 3 - Alpha
License-File: LICENSE
Requires-Dist: dask
Requires-Dist: distributed
Requires-Dist: fsspec
Requires-Dist: requests
Requires-Dist: aiohttp
Requires-Dist: sphinx ; extra == "docs"
Requires-Dist: sphinx_rtd_theme ; extra == "docs"
Requires-Dist: sphinxcontrib-contentui ; extra == "docs"
Requires-Dist: sphinxcontrib-details-directive ; extra == "docs"
Requires-Dist: sphinx_copybutton ; extra == "docs"
Requires-Dist: furo ; extra == "docs"
Requires-Dist: markupsafe<2.1 ; extra == "docs"
Requires-Dist: pre-commit==3.7.1 ; extra == "pre-commit"
Requires-Dist: pylint==3.3.8 ; extra == "pre-commit"
Requires-Dist: pytest==8.2.2 ; extra == "testing"
Requires-Dist: pytest-cov==5.0.0 ; extra == "testing"
Requires-Dist: pytest-sugar==1.0.0 ; extra == "testing"
Project-URL: Documentation, https://crossflow.readthedocs.io/
Project-URL: Homepage, https://www.hecbiosim.ac.uk
Project-URL: Repository, https://github.com/HECBioSim/crossflow
Provides-Extra: docs
Provides-Extra: pre-commit
Provides-Extra: testing

[//]: # (Badges)
[![CodeEntropy CI](https://github.com/HECBioSim/crossflow/actions/workflows/ci.yaml/badge.svg)](https://github.com/HECBioSim/crossflow/actions/workflows/ci.yaml)
[![Docs - Status](https://app.readthedocs.org/projects/crossflow/badge/?version=latest)](https://crossflow.readthedocs.io/en/latest/?badge=latest)
![PyPI - Version](https://img.shields.io/pypi/v/crossflow?logo=pypi&logoColor=white)
![PyPI - Status](https://img.shields.io/pypi/status/crossflow?logo=pypi&logoColor=white)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/crossflow)
![PyPI - Total Downloads](https://img.shields.io/pepy/dt/crossflow?logo=pypi&logoColor=white&color=blue)
![PyPI - Monthly Downloads](https://img.shields.io/pypi/dm/crossflow?logo=pypi&logoColor=white&color=blue)
[![Coverage Status](https://coveralls.io/repos/github/HECBioSim/crossflow/badge.svg?branch=main)](https://coveralls.io/github/HECBioSim/crossflow?branch=main)
[![DOI](https://zenodo.org/badge/802170523.svg)](https://zenodo.org/doi/10.5281/zenodo.12191599)

# Crossflow

A Python-based workflow system.

Crossflow allows you to build and execute complex workflows that chain together
command-line driven tools.

Please see documentation [here](https://crossflow.readthedocs.io/en/latest/)


### Authors:

Charlie Laughton [charles.laughton@nottingham.ac.uk](mailto:charles.laughton@nottingham.ac.uk)

Christian Suess [christian.suess@nottingham.ac.uk](mailto:christian.suess@nottingham.ac.uk)

James Gebbie-Rayet [james.gebbie@stfc.ac.uk](mailto:james.gebbie@stfc.ac.uk)

Sam Cox [sam.cox@hdruk.ac.uk](mailto:sam.cox@hdruk.ac.uk)

