Metadata-Version: 2.1
Name: ml3-platform-sdk
Version: 0.0.1
Summary: ML Platform SDK
License: Proprietary
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: PyYAML (>=6.0,<7.0)
Requires-Dist: ipykernel (>=6.23.3,<7.0.0)
Requires-Dist: ipython (==8.12.2)
Requires-Dist: jupyter (>=1.0.0,<2.0.0)
Requires-Dist: pandas (>=2.0.2,<3.0.0)
Requires-Dist: pydantic (>=1.10.9,<2.0.0)
Requires-Dist: pyzmq (>=25.1.0,<26.0.0)
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
Requires-Dist: tqdm (>=4.65.0,<5.0.0)
Description-Content-Type: text/markdown

# ML3 platform client SDK

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

Please reference the [documentation](https://ml-cube.github.io/ml3-platform-docs/) for more information

