kedro-azureml


Namekedro-azureml JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryKedro plugin with Azure ML Pipelines support
upload_time2025-08-24 20:58:30
maintainerGetInData MLOPS
docs_urlNone
authormarcin.zablocki
requires_python<3.13,>=3.9
licenseApache-2.0
keywords kedro mlops azureml machinelearning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

We support 2 native Azure Machine Learning types of workflows:
* For Data Scientists: fast, iterative development with code upload 
* For MLOps: stable, repeatable workflows with Docker 

## 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>



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "kedro-azureml",
    "maintainer": "GetInData MLOPS",
    "docs_url": null,
    "requires_python": "<3.13,>=3.9",
    "maintainer_email": "mlops@getindata.com",
    "keywords": "kedro, mlops, azureml, machinelearning",
    "author": "marcin.zablocki",
    "author_email": "marcin.zablocki@getindata.com",
    "download_url": "https://files.pythonhosted.org/packages/37/03/83977ce6b31293f338f20bf7b4892d4304eaf0e9d35cb870d72691218738/kedro_azureml-1.0.0.tar.gz",
    "platform": null,
    "description": "# Kedro Azure ML Pipelines plugin\n\n[![Python Version](https://img.shields.io/pypi/pyversions/kedro-azureml)](https://github.com/getindata/kedro-azureml)\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![SemVer](https://img.shields.io/badge/semver-2.0.0-green)](https://semver.org/)\n[![PyPI version](https://badge.fury.io/py/kedro-azureml.svg)](https://pypi.org/project/kedro-azureml/)\n[![Downloads](https://pepy.tech/badge/kedro-azureml)](https://pepy.tech/project/kedro-azureml)\n\n[![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)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=getindata_kedro-azureml&metric=coverage)](https://sonarcloud.io/summary/new_code?id=getindata_kedro-azureml)\n[![Documentation Status](https://readthedocs.org/projects/kedro-vertexai/badge/?version=latest)](https://kedro-azureml.readthedocs.io/en/latest/?badge=latest)\n\n<p align=\"center\">\n  <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>\n  <h3 align=\"center\">We help companies turn their data into assets</h3>\n</p>\n\n## About\nFollowing plugin enables running Kedro pipelines on Azure ML Pipelines service.\n\nWe support 2 native Azure Machine Learning types of workflows:\n* For Data Scientists: fast, iterative development with code upload \n* For MLOps: stable, repeatable workflows with Docker \n\n## Documentation \n\nFor detailed documentation refer to https://kedro-azureml.readthedocs.io/\n\n## Usage guide\n\n```\nUsage: kedro azureml [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n  -e, --env TEXT  Environment to use.\n  -h, --help      Show this message and exit.\n\nCommands:\n  compile  Compiles the pipeline into YAML format\n  init     Creates basic configuration for Kedro AzureML plugin\n  run      Runs the specified pipeline in Azure ML Pipelines\n```\n\n## Quickstart\nFollow **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\n\n<a href=\"https://bit.ly/kedroazureml\">\n    <img src=\"./docs/images/tutorial-video-yt.jpg\" alt=\"Kedro Azure ML video tutorial\" title=\"Kedro Azure ML video tutorial\" />\n</a>\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Kedro plugin with Azure ML Pipelines support",
    "version": "1.0.0",
    "project_urls": {
        "Documentation": "https://kedro-azureml.readthedocs.io/",
        "Homepage": "https://github.com/getindata/kedro-azureml",
        "Repository": "https://github.com/getindata/kedro-azureml"
    },
    "split_keywords": [
        "kedro",
        " mlops",
        " azureml",
        " machinelearning"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3af3e6ad33afce8d4292c706ab3e3b771383a153f0d91585f0cb64d19882a144",
                "md5": "f79048a65b8aad3c68fd67e2508fb327",
                "sha256": "18b9e9dde58f7fc287816024b92378844c38bba891813bfdfaaa703f899c01af"
            },
            "downloads": -1,
            "filename": "kedro_azureml-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f79048a65b8aad3c68fd67e2508fb327",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.9",
            "size": 34547,
            "upload_time": "2025-08-24T20:58:29",
            "upload_time_iso_8601": "2025-08-24T20:58:29.709078Z",
            "url": "https://files.pythonhosted.org/packages/3a/f3/e6ad33afce8d4292c706ab3e3b771383a153f0d91585f0cb64d19882a144/kedro_azureml-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "370383977ce6b31293f338f20bf7b4892d4304eaf0e9d35cb870d72691218738",
                "md5": "6cf314ae910dd969493a102938c564cf",
                "sha256": "bce77a29d9740f3d52a32818df3aa5e4af965e4e01a8b475095fdf549a5e3e47"
            },
            "downloads": -1,
            "filename": "kedro_azureml-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6cf314ae910dd969493a102938c564cf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.9",
            "size": 25923,
            "upload_time": "2025-08-24T20:58:30",
            "upload_time_iso_8601": "2025-08-24T20:58:30.830777Z",
            "url": "https://files.pythonhosted.org/packages/37/03/83977ce6b31293f338f20bf7b4892d4304eaf0e9d35cb870d72691218738/kedro_azureml-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-24 20:58:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "getindata",
    "github_project": "kedro-azureml",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "kedro-azureml"
}
        
Elapsed time: 1.92220s