tencentcloud-sdk-python-vcube 3.0.1276__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tencentcloud/__init__.py +17 -0
- tencentcloud/vcube/__init__.py +0 -0
- tencentcloud/vcube/v20220410/__init__.py +0 -0
- tencentcloud/vcube/v20220410/errorcodes.py +72 -0
- tencentcloud/vcube/v20220410/models.py +7325 -0
- tencentcloud/vcube/v20220410/vcube_client.py +808 -0
- tencentcloud_sdk_python_vcube-3.0.1276.dist-info/METADATA +48 -0
- tencentcloud_sdk_python_vcube-3.0.1276.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_vcube-3.0.1276.dist-info/WHEEL +6 -0
- tencentcloud_sdk_python_vcube-3.0.1276.dist-info/top_level.txt +1 -0
@@ -0,0 +1,48 @@
|
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: tencentcloud-sdk-python-vcube
|
3
|
+
Version: 3.0.1276
|
4
|
+
Summary: Tencent Cloud Vcube SDK for Python
|
5
|
+
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
6
|
+
Author: Tencent Cloud
|
7
|
+
Maintainer-email: tencentcloudapi@tencent.com
|
8
|
+
License: Apache License 2.0
|
9
|
+
Platform: any
|
10
|
+
Classifier: Development Status :: 5 - Production/Stable
|
11
|
+
Classifier: Intended Audience :: Developers
|
12
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
13
|
+
Classifier: Programming Language :: Python
|
14
|
+
Classifier: Programming Language :: Python :: 2.7
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
16
|
+
Classifier: Programming Language :: Python :: 3.6
|
17
|
+
Classifier: Programming Language :: Python :: 3.7
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common (==3.0.1276)
|
19
|
+
|
20
|
+
============================
|
21
|
+
Tencent Cloud SDK for Python
|
22
|
+
============================
|
23
|
+
|
24
|
+
Tencent Cloud Python Vcube SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
|
25
|
+
The SDK works on Python versions:
|
26
|
+
|
27
|
+
* 2.7 and greater, including 3.x
|
28
|
+
|
29
|
+
Quick Start
|
30
|
+
-----------
|
31
|
+
|
32
|
+
First, install the library:
|
33
|
+
|
34
|
+
.. code-block:: sh
|
35
|
+
|
36
|
+
$ pip install tencentcloud-sdk-python-common
|
37
|
+
$ pip install tencentcloud-sdk-python-vcube
|
38
|
+
|
39
|
+
or download source code from github and install:
|
40
|
+
|
41
|
+
.. code-block:: sh
|
42
|
+
|
43
|
+
$ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
|
44
|
+
$ cd tencentcloud-sdk-python
|
45
|
+
$ python package.py --components common vcube
|
46
|
+
|
47
|
+
|
48
|
+
|
@@ -0,0 +1,10 @@
|
|
1
|
+
tencentcloud/__init__.py,sha256=Sh7GUwhVkJa_ZAw-mlCTZi62BYdpS2syhD1IdGbaoIg,631
|
2
|
+
tencentcloud/vcube/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
|
+
tencentcloud/vcube/v20220410/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
|
+
tencentcloud/vcube/v20220410/errorcodes.py,sha256=DUDtUVhvVbVf9PmD5m4npTkKuv4vqMrgNq2yF6OmmP4,1948
|
5
|
+
tencentcloud/vcube/v20220410/models.py,sha256=RrwfNqWIPwdYSu58jTpTx3GzG5w98RaK6908AJhXsy4,209094
|
6
|
+
tencentcloud/vcube/v20220410/vcube_client.py,sha256=Qg6yX9rk5EPq6Tzmc0Mg4VlfPdNuSSevvMH0VXX9n_Y,32229
|
7
|
+
tencentcloud_sdk_python_vcube-3.0.1276.dist-info/METADATA,sha256=gwnszgWEl53NJWwUyB9Y8TQPUajhWmdN00wbsOV_utI,1506
|
8
|
+
tencentcloud_sdk_python_vcube-3.0.1276.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
9
|
+
tencentcloud_sdk_python_vcube-3.0.1276.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
10
|
+
tencentcloud_sdk_python_vcube-3.0.1276.dist-info/RECORD,,
|
@@ -0,0 +1 @@
|
|
1
|
+
tencentcloud
|