Metadata-Version: 2.5
Name: fasthep-distributed
Version: 2026.8.1
Summary: Distributed execution foundations for FAST-HEP.
Author: FAST-HEP contributors
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: conda-pack
Requires-Dist: dask
Requires-Dist: dask-jobqueue
Requires-Dist: distributed
Requires-Dist: fasthep-flow>=2026.08.4
Provides-Extra: docs
Requires-Dist: myst-parser; extra == 'docs'
Requires-Dist: pydata-sphinx-theme; extra == 'docs'
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-copybutton; extra == 'docs'
Requires-Dist: sphinx-design; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Description-Content-Type: text/markdown

# FAST-HEP Distributed

`fasthep-distributed` is the planned home for reusable distributed execution
support in FAST-HEP.

This repository currently contains package scaffolding only. Distributed
backends and runtime integrations are not implemented here yet.

## Development

Install the local Pixi environment:

```bash
pixi install
```

Run the baseline checks:

```bash
pixi run test
pixi run lint
pixi run typecheck
pixi run docs-build
```
