Metadata-Version: 2.4
Name: cwl2puml
Version: 0.22.0
Summary: CWL Worflows processor to generate PlantUML diagrams
Project-URL: Documentation, https://github.com/eoap/cwl2puml#readme
Project-URL: Issues, https://github.com/eoap/cwl2puml/issues
Project-URL: Source, https://github.com/eoap/cwl2puml
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: click>=8.2.1
Requires-Dist: cwl-loader>=0.9.0
Requires-Dist: cwl-utils>=0.38
Requires-Dist: cwltool>=3.1.20250715140722
Requires-Dist: jinja2>=3.1.6
Requires-Dist: loguru
Description-Content-Type: text/markdown

# CWL Worflows processor to generate PlantUML diagrams

This project aims to deliver a simple yet powerful CLI tool to ingest [CWL Workflows](https://www.commonwl.org/) and generate [PantUM diagrams](https://plantuml.com/).

## Contribute

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

## Documentation

See the documentation at https://Terradue.github.io/cwl2puml/

## 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/)
