Metadata-Version: 2.1
Name: kedro-kubeflow
Version: 0.4.5
Summary: Kedro plugin with Kubeflow support
Home-page: https://github.com/getindata/kedro-kubeflow/
Author: Mateusz Pytel, Mariusz Strzelecki
Author-email: mateusz@getindata.com
License: Apache Software License (Apache 2.0)
Description: # Kedro Kubeflow Plugin
        
        [![Python Version](https://img.shields.io/badge/python-3.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/)
        [![PyPI version](https://badge.fury.io/py/kedro-kubeflow.svg)](https://pypi.org/project/kedro-kubeflow/)
        [![Downloads](https://pepy.tech/badge/kedro-kubeflow)](https://pepy.tech/project/kedro-kubeflow) 
        
        [![Maintainability](https://api.codeclimate.com/v1/badges/fff07cbd2e5012a045a3/maintainability)](https://codeclimate.com/github/getindata/kedro-kubeflow/maintainability) 
        [![Test Coverage](https://api.codeclimate.com/v1/badges/fff07cbd2e5012a045a3/test_coverage)](https://codeclimate.com/github/getindata/kedro-kubeflow/test_coverage)
        [![Documentation Status](https://readthedocs.org/projects/kedro-kubeflow/badge/?version=latest)](https://kedro-kubeflow.readthedocs.io/en/latest/?badge=latest)
        [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fgetindata%2Fkedro-kubeflow.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fgetindata%2Fkedro-kubeflow?ref=badge_shield)
        
        ## 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.   
        
        ## Documentation
        
        For detailed documentation refer to https://kedro-kubeflow.readthedocs.io/
        
        ## 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
           init             Initializes configuration for the plugin
           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
        ```
        
        ## Configuration file
        
        `kedro init` generates configuration file for the plugin, but users may want
        to adjust it to match the run environment requirements: https://kedro-kubeflow.readthedocs.io/en/latest/source/02_installation/02_configuration.html
        
        
Keywords: kedro kubeflow plugin
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3
Description-Content-Type: text/markdown
Provides-Extra: mlflow
Provides-Extra: tests
Provides-Extra: docs
Provides-Extra: vertexai
