Metadata-Version: 2.1
Name: neoscale
Version: 24.0.1.2
Summary: Python SDK for MatrixDC NeoScale
Author-email: Author <wanglei@matrixorigin.com>
Project-URL: Homepage, https://github.com/matrixorigin/mdc-neoscale
Project-URL: Bug Tracker, https://github.com/matrixorigin/mdc-neoscale/issues
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

Python SDK package for MatrixDC newscale, Serverless GPU based AI platform.
MatrixDC Newscale is a Serverless GPU based AI platform, which provides a high-performance and scalable GPU computing service for AI developers. It supports multiple programming languages, including Python, Java, Go, Node.js, C++, etc.


## Build Instruction
Following https://packaging.python.org/en/latest/tutorials/packaging-projects/.

## Setup local environment
1. Edit ~/.pypirc file to add the following content:

```
[distutils]
index-servers=
  pypi
  testpypi

[testpypi]
repository = https://test.pypi.org/legacy/
username = neoscale
password = <test-api-token>

[pypi]
repository = https://upload.pypi.org/legacy/
username = neoscale
password = <api-token>
```
