Metadata-Version: 2.1
Name: kedro-azureml
Version: 0.3.0
Summary: Kedro plugin with Azure ML Pipelines support
Home-page: https://github.com/getindata/kedro-azureml
License: Apache-2.0
Keywords: kedro,mlops,azureml,machinelearning
Author: marcin.zablocki
Author-email: marcin.zablocki@getindata.com
Maintainer: GetInData MLOPS
Maintainer-email: mlops@getindata.com
Requires-Python: >=3.8,<3.11
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Provides-Extra: mlflow
Requires-Dist: adlfs (>=2022.2.0)
Requires-Dist: azure-ai-ml (>=0.1.0b4)
Requires-Dist: azureml-mlflow (>=1.42.0); extra == "mlflow"
Requires-Dist: backoff (>=2.2.1,<3.0.0)
Requires-Dist: cloudpickle (>=2.1.0,<3.0.0)
Requires-Dist: kedro (>=0.18.2,<0.19)
Requires-Dist: mlflow (>=1.27.0,<2.0.0); extra == "mlflow"
Requires-Dist: pydantic (>=1.9.1,<1.10.0)
Project-URL: Documentation, https://kedro-azureml.readthedocs.io/
Project-URL: Repository, https://github.com/getindata/kedro-azureml
Description-Content-Type: text/markdown

# Kedro Azure ML Pipelines plugin

[![Python Version](https://img.shields.io/pypi/pyversions/kedro-azureml)](https://github.com/getindata/kedro-azureml)
[![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-azureml.svg)](https://pypi.org/project/kedro-azureml/)
[![Downloads](https://pepy.tech/badge/kedro-azureml)](https://pepy.tech/project/kedro-azureml)

[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=getindata_kedro-azureml&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=getindata_kedro-azureml)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=getindata_kedro-azureml&metric=coverage)](https://sonarcloud.io/summary/new_code?id=getindata_kedro-azureml)
[![Documentation Status](https://readthedocs.org/projects/kedro-vertexai/badge/?version=latest)](https://kedro-azureml.readthedocs.io/en/latest/?badge=latest)

<p align="center">
  <a href="https://getindata.com/solutions/ml-platform-machine-learning-reliable-explainable-feature-engineering"><img height="150" src="https://getindata.com/img/logo.svg"></a>
  <h3 align="center">We help companies turn their data into assets</h3>
</p>

## About
Following plugin enables running Kedro pipelines on Azure ML Pipelines service

## Documentation 

For detailed documentation refer to https://kedro-azureml.readthedocs.io/

## Usage guide

```
Usage: kedro azureml [OPTIONS] COMMAND [ARGS]...

Options:
  -e, --env TEXT  Environment to use.
  -h, --help      Show this message and exit.

Commands:
  compile  Compiles the pipeline into YAML format
  init     Creates basic configuration for Kedro AzureML plugin
  run      Runs the specified pipeline in Azure ML Pipelines
```

## Quickstart
Follow **quickstart** section on [kedro-azureml.readthedocs.io](https://kedro-azureml.readthedocs.io/) to get up to speed with plugin usage or watch the video below

<a href="https://bit.ly/kedroazureml">
    <img src="./docs/images/tutorial-video-yt.jpg" alt="Kedro Azure ML video tutorial" title="Kedro Azure ML video tutorial" />
</a>


