Metadata-Version: 2.4
Name: kubeflow-test
Version: 0.2.0
Summary: Kubeflow Python SDK to manage ML workloads and to interact with Kubeflow APIs.
Project-URL: Homepage, https://github.com/kubeflow/sdk
Project-URL: Documentation, https://www.kubeflow.org/docs/components
Project-URL: Source, https://github.com/kubeflow/sdk
Author-email: The Kubeflow Authors <kubeflow-discuss@googlegroups.com>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: ai,kubeflow,llm,model training,trainer
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Requires-Dist: kubeflow-trainer-api>=2.0.0
Requires-Dist: kubernetes>=27.2.0
Requires-Dist: pydantic>=2.10.0
Provides-Extra: dev
Requires-Dist: coverage>=7.0; extra == 'dev'
Requires-Dist: kubeflow-trainer-api>=2.0.0; extra == 'dev'
Requires-Dist: pre-commit>=4.2.0; extra == 'dev'
Requires-Dist: pytest-mock>=3.10; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: ruff>=0.12.2; extra == 'dev'
Description-Content-Type: text/markdown

# Kubeflow SDK

[![Coverage Status](https://coveralls.io/repos/github/kubeflow/sdk/badge.svg?branch=main)](https://coveralls.io/github/kubeflow/sdk?branch=main)

## Overview

Kubeflow SDK streamlines user experience for data scientists and ML engineers to interact with
various Kubeflow projects.

Design doc: https://docs.google.com/document/d/1rX7ELAHRb_lvh0Y7BK1HBYAbA0zi9enB0F_358ZC58w/edit
