Metadata-Version: 2.1
Name: model-service-python
Version: 1.0.2
Summary: A Python SDK for model_service service
Home-page: https://github.com
Author: simon
Author-email: ming@apache.org
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: paramiko ~=2.11.0
Requires-Dist: Requests ~=2.31.0
Requires-Dist: scp ~=0.14.5
Requires-Dist: urllib3 ~=2.0.4

# model-service-python
A Python SDK for Model Service

This project currently in alpha testing, will open source the code soon.

```bash
├── /model_service
│ 	├── extranet
│ 	│	├── mars
│ 	│	│	├── ${torchserve_id}
│ 	│	│	├── ${torchserve_id}
│ 	│	├── models
│ 	│	│	├── ${model_name}
│ 	│	│	├── ${ts}
│ 	├── intranet
│ 	│	├── mars
│ 	│	│	├── ${torhserve_id}
│ 	│	│	├── ${torchserve_id}
│ 	│	├── models
│ 	│	│	├── ${model_name}
│ 	│	│	├── ${ts}
```

# Installation
## PyPi
https://pypi.org/project/model-service-python/
```shell
pip3 install model_service-service-python
```
