Metadata-Version: 2.1
Name: ucloud-sdk-python3
Version: 0.1.2
Summary: UCloud Service Development Kit - Python
Home-page: https://github.com/ucloud/ucloud-sdk-python3
Author: ucloud
Author-email: esl_ipdd@ucloud.cn
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
Requires-Python: >=3.5
Requires-Dist: requests
Provides-Extra: dev
Requires-Dist: flake8 (>=3.6.0) ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: requests ; extra == 'dev'
Requires-Dist: tox ; extra == 'dev'
Provides-Extra: doc
Requires-Dist: requests ; extra == 'doc'
Requires-Dist: sphinx ; extra == 'doc'
Provides-Extra: test
Requires-Dist: requests ; extra == 'test'
Requires-Dist: mypy ; extra == 'test'
Requires-Dist: flake8 (>=3.6.0) ; extra == 'test'
Requires-Dist: tox ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'

UCloud SDK Python 3
===================

UCloud SDK is a Python client library for accessing the UCloud API.

This client can run on Linux, macOS and Windows. It requires Python 3.5 and above.

- Website: https://www.ucloud.cn/
- Free software: Apache 2.0 license
- `Documentation <https://ucloud.github.io/ucloud-sdk-python3/>`_

.. image:: https://img.shields.io/pypi/v/ucloud-sdk-python3.svg
   :target: https://pypi.python.org/pypi/ucloud-sdk-python3/
   :alt: Latest Version
.. image:: https://travis-ci.org/ucloud/ucloud-sdk-python3.svg?branch=master
   :target: https://travis-ci.org/ucloud/ucloud-sdk-python3
   :alt: Travis CI Status
.. image:: https://codecov.io/github/ucloud/ucloud-sdk-python3/coverage.svg?branch=master
   :target: https://codecov.io/github/ucloud/ucloud-sdk-python3?branch=master
   :alt: Codecov Status
.. image:: https://img.shields.io/badge/docs-passing-brightgreen.svg
   :target: https://ucloud.github.io/ucloud-sdk-python3/
   :alt: Doc Status


