Metadata-Version: 2.1
Name: tcd-pipeline
Version: 0.2.5
Summary: 
Author: chitchai
Author-email: chitchaic@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: jsonpath-ng (>=1.5.3,<2.0.0)
Description-Content-Type: text/markdown

# TCD pipeline tool

CLI tool for convert TCD pipelines to ArgoWrokflows manifests.

---

## Build

Build instruction can be found at [BUILD.md](BUILD.md)

---

## Release

Release instruction and history can be found at [RELEASE.md](RELEASE.md)

---

## Install

```sh
pip install tcd-pipeline
```

---

## Usage

Running from installed

```sh
tcd-pipeline --help
```

Running with python module

```sh
python -m tcd_pipeline
```

