Metadata-Version: 2.3
Name: ajperry-pipeline
Version: 0.1.1
Summary: 
Author: Alan Perry
Author-email: alan.jacob.perry@gmail.com
Requires-Python: >=3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: lint
Provides-Extra: test
Requires-Dist: kfp (>=2.0.0,<3)
Requires-Dist: pytest ; extra == "test"
Requires-Dist: ruff ; extra == "lint"
Requires-Dist: typer
Description-Content-Type: text/markdown

# Kubeflow Pipelines


## Install Package


`poetry install`

## Run Pipeline

**Run with local command**
```
poetry run kubeflow-pipeline \
    --host deploykf.example.com \
    --namespace my-namespace \
    --experiment test \
    --username 'pipeline_username' \
    --password 'pipeline_password' \ 
    --pipeline hello_world \ 
    --args '{"message": "Goodbye World!"}'
```

**Pipeline that will run in kubeflow**

![Pipeline GUE](./images/test_pipeline_run.png "Pipeline that will run in kubeflow")
