Metadata-Version: 2.3
Name: hpcflow
Version: 0.2.0
Summary: Computational workflow management
License: MPL-2.0
Author: aplowman
Author-email: adam.plowman@manchester.ac.uk
Requires-Python: >=3.10,<3.14
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: test
Requires-Dist: aiohttp (>=3.13.5,<4.0.0)
Requires-Dist: click (>=8.3.3,<9.0.0)
Requires-Dist: colorama (>=0.4.6,<0.5.0)
Requires-Dist: fsspec (>=2026.4.0,<2027.0.0)
Requires-Dist: h5py (>=3.16.0,<4.0.0)
Requires-Dist: ipywidgets (>=8.1.8,<9.0.0)
Requires-Dist: jinja2 (>=3.1.6,<4.0.0)
Requires-Dist: msgpack (>=1.0.4,<2.0.0)
Requires-Dist: numcodecs (==0.12.1) ; python_version < "3.13"
Requires-Dist: numcodecs (>=0.13.1,<0.14.0) ; python_version >= "3.13"
Requires-Dist: numpy (>=1.26.4,<2.0.0) ; python_version < "3.13"
Requires-Dist: numpy (>=2.2.4,<3.0.0) ; python_version >= "3.13"
Requires-Dist: paramiko (>=3.2,<5.0)
Requires-Dist: platformdirs (>=4.9.6,<5.0.0)
Requires-Dist: psutil (>=5.9.4,<8.0.0)
Requires-Dist: pytest (>=9.0.3,<10.0) ; extra == "test"
Requires-Dist: pyzmq (>=26.0.3,<28.0.0)
Requires-Dist: requests (>=2.33.1,<3.0.0)
Requires-Dist: reretry (>=0.11.8,<0.12.0)
Requires-Dist: rich (>=15.0.0,<16.0.0)
Requires-Dist: ruamel-yaml (>=0.18.17,<0.19.0)
Requires-Dist: scipy (>=1.13.1,<2.0.0) ; python_version < "3.10"
Requires-Dist: scipy (>=1.15.2,<2.0.0) ; python_version >= "3.10"
Requires-Dist: termcolor (>=1.1,<4.0)
Requires-Dist: typing-extensions (>=4.12.2,<5.0.0)
Requires-Dist: valida (>=0.7.5,<0.8.0)
Requires-Dist: watchdog (>=6.0.0,<7.0.0)
Requires-Dist: zarr (==2.17.2)
Description-Content-Type: text/markdown

<div align="center">
<img src="https://hpcflow.github.io/docs/stable/_static/images/logo-v2.png" width="250" alt="hpcFlow logo"/>
</div>

# hpcFlow

![PyPI - Version](https://img.shields.io/pypi/v/hpcflow) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/hpcflow)

**hpcFlow manages your scientific workflows**

Documentation: [https://hpcflow.github.io/docs](https://hpcflow.github.io/docs)

## Acknowledgements

hpcFlow development is funded by [UKAEA](https://www.gov.uk/government/organisations/uk-atomic-energy-authority), and was initially developed using funding from the [LightForm](https://lightform.org.uk/) EPSRC programme grant ([EP/R001715/1](https://gow.epsrc.ukri.org/NGBOViewGrant.aspx?GrantRef=EP/R001715/1)).

<img src="docs/source/_static/images/UKAEA_logo.png" width="90"/>
<br/><br/>
<img src="https://lightform-group.github.io/wiki/assets/images/site/lightform-logo.png" width="150"/>

