Metadata-Version: 2.4
Name: earthforge-pipeline
Version: 0.1.0
Summary: EarthForge declarative YAML pipeline runner for geospatial workflows.
License-Expression: GPL-3.0-or-later
Requires-Python: >=3.11
Requires-Dist: earthforge-core>=0.1.0
Requires-Dist: jsonschema>=4.21
Requires-Dist: pyyaml>=6.0
Description-Content-Type: text/markdown

# earthforge-pipeline

Declarative YAML pipeline runner for EarthForge geospatial workflows.

```bash
earthforge pipeline validate pipeline.yaml
earthforge pipeline run pipeline.yaml
earthforge pipeline list
earthforge pipeline init > my_pipeline.yaml
```
