Metadata-Version: 2.4
Name: cwl-loader
Version: 0.3.0
Summary: Utility to load a CWL (remote) document
Project-URL: Documentation, https://github.com/eoap/cwl-loader#readme
Project-URL: Issues, https://github.com/eoap/cwl-loader/issues
Project-URL: Source, https://github.com/eoap/cwl-loader
Author-email: Fabrice Brito <info@terradue.com>, Simone Tripodi <info@terradue.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: cwl-utils>=0.38
Requires-Dist: cwltool>=3.1.20250110105449
Requires-Dist: loguru
Requires-Dist: ruamel-yaml>=0.18.15
Description-Content-Type: text/markdown

# Simple utilities to load CWL documents in a transparent way

The **cwl_loader** Python library is a helper library to simplify the loading operations of CWL documents to [cwl-utils](https://github.com/common-workflow-language/cwl-utils) object models.

## Contribute

Submit a [Github issue](https://github.com/Terradue/cwl-loader/issues) if you have comments or suggestions.

## Documentation

See the documentation at https://Terradue.github.io/cwl-loader/

## License

[![License: CC BY-SA 4.0](https://img.shields.io/badge/License-CC_BY--SA_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by-sa/4.0/)
