Metadata-Version: 2.4
Name: zenlayercloud-sdk-python
Version: 2.0.30
Summary: Zenlayer Cloud SDK for Python
Home-page: https://github.com/zenlayer/zenlayercloud-sdk-python
Author: Zenlayer Cloud
Maintainer-email: console_api@zenlayer.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
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
License-File: LICENSE
Requires-Dist: requests>=2.27.0
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: maintainer-email
Dynamic: platform
Dynamic: requires-dist
Dynamic: summary

=============================
Zenlayer Cloud SDK for Python
=============================

Zenlayer Cloud Python SDK is the official software development kit, which allows Python developers to write software that makes use of Zenlayer Cloud services like BMC and VM.

The SDK works on Python versions:

   * 2.7 and greater, including 3.x

Quick Start
-----------
First, install the library:

.. code-block:: sh

    $ pip install zenlayercloud-sdk-python

or download source code from github and install:

.. code-block:: sh

    $ git clone https://github.com/zenlayer/zenlayercloud-sdk-python.git
    $ cd zenlayercloud-sdk-python
    $ python setup.py install
