Metadata-Version: 2.1
Name: kedro-airflow-k8s
Version: 0.0.4
Summary: Kedro plugin with Airflow on Kubernetes support
Home-page: https://github.com/getindata/kedro-airflow-k8s/
Author: Mateusz Pytel
Author-email: mateusz@getindata.com
License: Apache Software License (Apache 2.0)
Description: # Kedro Airflow K8S Plugin
        
        [![Python Version](https://img.shields.io/badge/python-3.7%20%7C%203.8-blue.svg)](https://github.com/getindata/kedro-airflow-k8s)
        [![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-airflow-k8s.svg)](https://pypi.org/project/kedro-airflow-k8s/)
        [![Downloads](https://pepy.tech/badge/kedro-airflow-k8s)](https://pepy.tech/project/kedro-airflow-k8s) 
        
        [![Maintainability](https://api.codeclimate.com/v1/badges/f2ef65a9be497267c738/maintainability)](https://codeclimate.com/github/getindata/kedro-airflow-k8s/maintainability)
        [![Test Coverage](https://api.codeclimate.com/v1/badges/f2ef65a9be497267c738/test_coverage)](https://codeclimate.com/github/getindata/kedro-airflow-k8s/test_coverage)
        [![Documentation Status](https://readthedocs.org/projects/kedro-airflow-k8s/badge/?version=latest)](https://kedro-airflow-k8s.readthedocs.io/en/latest/?badge=latest)
        [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fgetindata%2Fkedro-airflow-k8s.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fgetindata%2Fkedro-airflow-k8s?ref=badge_shield)
        ## About
        
        _**WORK IN PROGRESS**_
        
        The main purpose of this plugin is to enable running kedro pipeline with Airflow on Kubernetes Cluster. In difference to 
        [kedro-airflow](https://github.com/quantumblacklabs/kedro-airflow) this plugin does not require additional libraries installed
        in airflow runtime, it uses K8S infrastructure instead. 
        
        The plugin can be used together with `kedro-docker` to simplify preparation of docker image for pipeline execution.   
        
        ## Documentation
        
        **work in progress**
        
        ## Usage guide
        
        **work in progress** 
        
        ## Configuration file
        
        **work in progress** 
        
Keywords: kedro airflow kubernetes k8s ml mlops plugin
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3
Description-Content-Type: text/markdown
Provides-Extra: tests
Provides-Extra: docs
