Metadata-Version: 2.4
Name: eoap_cwlwrap
Version: 0.27.0
Summary: Add stage-in/stage-out steps to EOAP CWL Workflows
Project-URL: Documentation, https://github.com/EOEPCA/eoap-cwlwrap#readme
Project-URL: Issues, https://github.com/EOEPCA/eoap-cwlwrap/issues
Project-URL: Source, https://github.com/EOEPCA/eoap-cwlwrap
Author-email: Fabrice Brito <fabrice.brito@terradue.com>, Simone Tripodi <simone.tripodi@terradue.com>
License-Expression: Apache-2.0
License-File: LICENSE
License-File: NOTICE
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: click==8.3.3
Requires-Dist: cwl-loader==0.17.0
Requires-Dist: cwl-utils==0.41
Requires-Dist: loguru==0.7.3
Requires-Dist: session-adapters==0.3.0
Description-Content-Type: text/markdown

# EOAP CWL Wrap

[![PyPI - Version](https://img.shields.io/pypi/v/eoap-cwlwrap.svg)](https://pypi.org/project/eoap-cwlwrap)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/eoap-cwlwrap.svg)](https://pypi.org/project/eoap-cwlwrap)

`eoap-cwlwrap` is a command-line utility that composes a CWL `Workflow` from a series of `Workflow`/`CommandLineTool` steps, defined according to [Application package patterns based on data stage-in and stage-out behaviors commonly used in EO workflows](https://eoap.github.io/application-package-patterns), and **packs** it into a single self-contained CWL document.

It ensures:
- **Type-safe chaining** of step outputs to the next step's inputs.
- **Reusable, modular design** by keeping each step in its own file.
- **Packed output** ready for execution or distribution.

## Contribute

Submit a [Github issue](https://github.com/EOEPCA/eoap-cwlwrap/issues) if you have comments or suggestions.

## Documentation

See the documentation at https://eoepca.github.io/eoap-cwlwrap/

## License

[![Apache License, Version 2.0](https://img.shields.io/badge/license-Apache%20License%202.0-blue)](https://www.apache.org/licenses/LICENSE-2.0)

