Metadata-Version: 2.4
Name: mlopx
Version: 0.0.1
Summary: Python package that allows the development of intuitive ML pipelines which are internally converted to Kubeflow pipelines.
Project-URL: Homepage, https://github.com/pedro535
Author-email: Pedro Rodrigues <pedrofrodrigues4@gmail.com>
License: MIT
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: astor>=0.8.1
Requires-Dist: kfp-kubernetes>=1.4.0
Requires-Dist: kfp>=2.11.0
Description-Content-Type: text/markdown

# mlopx

Status: **In Development**

Python package that allows the development of intuitive ML pipelines which are internally converted to Kubeflow pipelines.
This package focus on optimizing the deployment of ML pipelines in heterogeneous kubernetes clusters.
This package is intended to be used along with the mlopx server.