Metadata-Version: 2.4
Name: cwl2click
Version: 0.5.0
Project-URL: Documentation, https://github.com/Terradue/cwl2click#readme
Project-URL: Issues, https://github.com/Terradue/cwl2click/issues
Project-URL: Source, https://github.com/Terradue/cwl2click
Author-email: Simone Tripodi <simone.tripodi@terradue.com>, Fabrice Brito <fabrice.brito@terradue.com>
License-Expression: MIT
License-File: LICENSE
License-File: NOTICE
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.14.0
Requires-Dist: cwl-utils>=0.40
Requires-Dist: jinja2>=3.1.6
Requires-Dist: loguru
Description-Content-Type: text/markdown

# cwl2click

Boostrap a Python CLI using `click` from a CWL `CommandLineTool`(s).

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

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install cwl2click
```

## License

`cwl2click` is distributed under the terms of the [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) license.
