Metadata-Version: 1.2
Name: huaweicloud-python-sdk-core
Version: 0.0.3
Summary: HuaweiCloud Python SDK Core
Home-page: https://github.com/huaweicloud/huaweicloud-python-sdk-core
Author: Huawei Cloud
Maintainer-email: support@huaweicloud.com
License: Apache License 2.0
Description: ============================
        Huawei Cloud Python SDK Core
        ============================
        
        This is the base library for HuaweiCloud python SDK, it provides the
        basic logic to authorize, locate endpoint and perform low level API
        requests, it's not for any standalone usage.
        
           * 2.7 and greater, including 3.x
        
        Quick Start
        -----------
        
        First, install the library:
        
        .. code-block:: sh
        
            $ pip install huaweicloud-python-sdk-co
        
        or download source code from github and install:
        
        .. code-block:: sh
        
            $ git clone https://github.com/TommyLike/huaweicloud-python-sdk-core.git
            $ cd huaweicloud-python-sdk-core
            $ python setup.py install
        
        Documentation
        -------------
        
        Please visit our website: https://github.com/TommyLike/huaweicloud-python-sdk-core
        
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 :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
