Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 697 Bytes

File metadata and controls

31 lines (21 loc) · 697 Bytes

Ksyun Cloud SDK for Python

Ksyun Cloud Python SDK is the official software development kit, which allows Python developers to write software that makes use of Ksyun Cloud services.

Supported Python Versions

This SDK works on Python versions 2.7 and above, including all Python 3.x versions up to 3.14.

Quick Start

### Install via pip

pip install kingsoftcloud-sdk-python

### Install from source

git clone https://github.com/ksyun/ksyun-sdk-python
cd kingsoftcloud-sdk-python
python setup.py install

License

Apache License 2.0