Metadata-Version: 2.4
Name: kingsoftcloud-sdk-python
Version: 1.5.8.53
Summary: Kingsoft Cloud SDK for Python
Home-page: https://github.com/ksyun/ksyun-sdk-python
Author: Kingsoft Cloud
Maintainer-email: fengyikai@kingsoft.com
License: Apache License 2.0
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
License-File: LICENSE
Requires-Dist: requests<3.0.0,>=2.20.0
Requires-Dist: requests-aws4auth<2.0.0,>=1.0.1
Requires-Dist: six>=1.10.0
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: maintainer-email
Dynamic: platform
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

============================
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

.. code-block:: sh

    pip install kingsoftcloud-sdk-python

### Install from source

.. code-block:: sh

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

License
-------
Apache License 2.0
