Metadata-Version: 2.1
Name: ml3-platform-sdk
Version: 0.0.12
Summary: ML Platform SDK
License: GPL
Author: MLcube
Requires-Python: >=3.8.1,<3.13
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Dist: pydantic (>=1.9.0,<3)
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# ML3 platform client SDK

## Installation
```bash
pip install ml3-platform-sdk
```

## Usage
Please refer to the [documentation](https://ml-cube.github.io/ml3-platform-docs/)

