Metadata-Version: 2.1
Name: kedro-kubeflow
Version: 0.1.8
Summary: Kedro plugin with Kubeflow support
Home-page: https://github.com/getindata/kedro-kubeflow/
Author: Mateusz Pytel, Mariusz Strzelecki
Author-email: mateusz@getindata.com, mariusz.strzelecki@getindata.com
License: Apache Software License (Apache 2.0)
Description: # Kedro Kubeflow Plugin
        
        [![Python Version](https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8-blue.svg)](https://github.com/getindata/kedro-kubeflow)
        [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) 
        [![SemVer](https://img.shields.io/badge/semver-2.0.0-green)](https://semver.org/)
        
        ## About
        
        The main purpose of this plugin is to enable running kedro pipeline on Kubeflow Pipelines. It supports translation from 
        Kedro pipeline DSL to [kfp](https://www.kubeflow.org/docs/pipelines/sdk/sdk-overview/) (pipelines SDK) and deployment to 
        a running kubeflow cluster with some convenient commands.
        
        The plugin can be used together with `kedro-docker` to simplify preparation of docker image for pipeline execution.   
        
        ## Usage guide
        
        ```
        Usage: kedro kubeflow [OPTIONS] COMMAND [ARGS]...
         
           Interact with Kubeflow Pipelines
         
         Options:
           -h, --help  Show this message and exit.
         
         Commands:
           compile          Translates Kedro pipeline into YAML file with Kubeflow pipeline definition
           list-pipelines   List deployed pipeline definitions
           run-once         Deploy pipeline as a single run within given experiment.
           schedule         Schedules recurring execution of latest version of the pipeline
           ui               Open Kubeflow Pipelines UI in new browser tab
           upload-pipeline  Uploads pipeline to Kubeflow server
        ```
        
Keywords: kedro kubeflow plugin
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: dev
