tencentcloud-sdk-python-sqlserver 3.0.1460__tar.gz → 3.0.1481__tar.gz
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_sdk_python_sqlserver-3.0.1481/PKG-INFO +46 -0
- {tencentcloud-sdk-python-sqlserver-3.0.1460 → tencentcloud_sdk_python_sqlserver-3.0.1481}/setup.py +1 -1
- {tencentcloud-sdk-python-sqlserver-3.0.1460 → tencentcloud_sdk_python_sqlserver-3.0.1481}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-sqlserver-3.0.1460 → tencentcloud_sdk_python_sqlserver-3.0.1481}/tencentcloud/sqlserver/v20180328/models.py +66 -4
- tencentcloud_sdk_python_sqlserver-3.0.1481/tencentcloud_sdk_python_sqlserver.egg-info/PKG-INFO +46 -0
- tencentcloud_sdk_python_sqlserver-3.0.1481/tencentcloud_sdk_python_sqlserver.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-sqlserver-3.0.1460/PKG-INFO +0 -45
- tencentcloud-sdk-python-sqlserver-3.0.1460/tencentcloud_sdk_python_sqlserver.egg-info/PKG-INFO +0 -45
- tencentcloud-sdk-python-sqlserver-3.0.1460/tencentcloud_sdk_python_sqlserver.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-sqlserver-3.0.1460 → tencentcloud_sdk_python_sqlserver-3.0.1481}/README.rst +0 -0
- {tencentcloud-sdk-python-sqlserver-3.0.1460 → tencentcloud_sdk_python_sqlserver-3.0.1481}/setup.cfg +0 -0
- {tencentcloud-sdk-python-sqlserver-3.0.1460 → tencentcloud_sdk_python_sqlserver-3.0.1481}/tencentcloud/sqlserver/__init__.py +0 -0
- {tencentcloud-sdk-python-sqlserver-3.0.1460 → tencentcloud_sdk_python_sqlserver-3.0.1481}/tencentcloud/sqlserver/v20180328/__init__.py +0 -0
- {tencentcloud-sdk-python-sqlserver-3.0.1460 → tencentcloud_sdk_python_sqlserver-3.0.1481}/tencentcloud/sqlserver/v20180328/errorcodes.py +0 -0
- {tencentcloud-sdk-python-sqlserver-3.0.1460 → tencentcloud_sdk_python_sqlserver-3.0.1481}/tencentcloud/sqlserver/v20180328/sqlserver_client.py +0 -0
- {tencentcloud-sdk-python-sqlserver-3.0.1460 → tencentcloud_sdk_python_sqlserver-3.0.1481}/tencentcloud_sdk_python_sqlserver.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-sqlserver-3.0.1460 → tencentcloud_sdk_python_sqlserver-3.0.1481}/tencentcloud_sdk_python_sqlserver.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-sqlserver-3.0.1460 → tencentcloud_sdk_python_sqlserver-3.0.1481}/tencentcloud_sdk_python_sqlserver.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: tencentcloud-sdk-python-sqlserver
|
|
3
|
+
Version: 3.0.1481
|
|
4
|
+
Summary: Tencent Cloud Sqlserver 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<4.0.0,>=3.0.1481
|
|
19
|
+
|
|
20
|
+
============================
|
|
21
|
+
Tencent Cloud SDK for Python
|
|
22
|
+
============================
|
|
23
|
+
|
|
24
|
+
Tencent Cloud Python Sqlserver 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-sqlserver
|
|
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 sqlserver
|
|
46
|
+
|
{tencentcloud-sdk-python-sqlserver-3.0.1460 → tencentcloud_sdk_python_sqlserver-3.0.1481}/setup.py
RENAMED
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-sqlserver',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1481,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Sqlserver SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -7530,6 +7530,10 @@ class DbNormalDetail(AbstractModel):
|
|
|
7530
7530
|
:type CreateTime: str
|
|
7531
7531
|
:param _IsFullTextEnabled: 是否全文启用 0:否 1:是
|
|
7532
7532
|
:type IsFullTextEnabled: str
|
|
7533
|
+
:param _IsAvailabilityGroups: 是否是可用性组 0:否 1:是
|
|
7534
|
+
:type IsAvailabilityGroups: str
|
|
7535
|
+
:param _AGSyncState: AG组数据库同步状态
|
|
7536
|
+
:type AGSyncState: str
|
|
7533
7537
|
"""
|
|
7534
7538
|
self._IsSubscribed = None
|
|
7535
7539
|
self._CollationName = None
|
|
@@ -7551,6 +7555,8 @@ class DbNormalDetail(AbstractModel):
|
|
|
7551
7555
|
self._UserAccessDesc = None
|
|
7552
7556
|
self._CreateTime = None
|
|
7553
7557
|
self._IsFullTextEnabled = None
|
|
7558
|
+
self._IsAvailabilityGroups = None
|
|
7559
|
+
self._AGSyncState = None
|
|
7554
7560
|
|
|
7555
7561
|
@property
|
|
7556
7562
|
def IsSubscribed(self):
|
|
@@ -7776,6 +7782,28 @@ class DbNormalDetail(AbstractModel):
|
|
|
7776
7782
|
def IsFullTextEnabled(self, IsFullTextEnabled):
|
|
7777
7783
|
self._IsFullTextEnabled = IsFullTextEnabled
|
|
7778
7784
|
|
|
7785
|
+
@property
|
|
7786
|
+
def IsAvailabilityGroups(self):
|
|
7787
|
+
r"""是否是可用性组 0:否 1:是
|
|
7788
|
+
:rtype: str
|
|
7789
|
+
"""
|
|
7790
|
+
return self._IsAvailabilityGroups
|
|
7791
|
+
|
|
7792
|
+
@IsAvailabilityGroups.setter
|
|
7793
|
+
def IsAvailabilityGroups(self, IsAvailabilityGroups):
|
|
7794
|
+
self._IsAvailabilityGroups = IsAvailabilityGroups
|
|
7795
|
+
|
|
7796
|
+
@property
|
|
7797
|
+
def AGSyncState(self):
|
|
7798
|
+
r"""AG组数据库同步状态
|
|
7799
|
+
:rtype: str
|
|
7800
|
+
"""
|
|
7801
|
+
return self._AGSyncState
|
|
7802
|
+
|
|
7803
|
+
@AGSyncState.setter
|
|
7804
|
+
def AGSyncState(self, AGSyncState):
|
|
7805
|
+
self._AGSyncState = AGSyncState
|
|
7806
|
+
|
|
7779
7807
|
|
|
7780
7808
|
def _deserialize(self, params):
|
|
7781
7809
|
self._IsSubscribed = params.get("IsSubscribed")
|
|
@@ -7798,6 +7826,8 @@ class DbNormalDetail(AbstractModel):
|
|
|
7798
7826
|
self._UserAccessDesc = params.get("UserAccessDesc")
|
|
7799
7827
|
self._CreateTime = params.get("CreateTime")
|
|
7800
7828
|
self._IsFullTextEnabled = params.get("IsFullTextEnabled")
|
|
7829
|
+
self._IsAvailabilityGroups = params.get("IsAvailabilityGroups")
|
|
7830
|
+
self._AGSyncState = params.get("AGSyncState")
|
|
7801
7831
|
memeber_set = set(params.keys())
|
|
7802
7832
|
for name, value in vars(self).items():
|
|
7803
7833
|
property_name = name[1:]
|
|
@@ -12083,6 +12113,9 @@ class DescribeDBInstancesAttributeResponse(AbstractModel):
|
|
|
12083
12113
|
:type IsSafetyLimited: int
|
|
12084
12114
|
:param _IsSupportSA: 是否支持创建SA权限账号,0-不支持,1-支持
|
|
12085
12115
|
:type IsSupportSA: int
|
|
12116
|
+
:param _SlowLogThreshold: 慢SQL阈值,单位毫秒
|
|
12117
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
12118
|
+
:type SlowLogThreshold: int
|
|
12086
12119
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12087
12120
|
:type RequestId: str
|
|
12088
12121
|
"""
|
|
@@ -12103,6 +12136,7 @@ class DescribeDBInstancesAttributeResponse(AbstractModel):
|
|
|
12103
12136
|
self._IsDiskEncryptFlag = None
|
|
12104
12137
|
self._IsSafetyLimited = None
|
|
12105
12138
|
self._IsSupportSA = None
|
|
12139
|
+
self._SlowLogThreshold = None
|
|
12106
12140
|
self._RequestId = None
|
|
12107
12141
|
|
|
12108
12142
|
@property
|
|
@@ -12292,6 +12326,18 @@ class DescribeDBInstancesAttributeResponse(AbstractModel):
|
|
|
12292
12326
|
def IsSupportSA(self, IsSupportSA):
|
|
12293
12327
|
self._IsSupportSA = IsSupportSA
|
|
12294
12328
|
|
|
12329
|
+
@property
|
|
12330
|
+
def SlowLogThreshold(self):
|
|
12331
|
+
r"""慢SQL阈值,单位毫秒
|
|
12332
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
12333
|
+
:rtype: int
|
|
12334
|
+
"""
|
|
12335
|
+
return self._SlowLogThreshold
|
|
12336
|
+
|
|
12337
|
+
@SlowLogThreshold.setter
|
|
12338
|
+
def SlowLogThreshold(self, SlowLogThreshold):
|
|
12339
|
+
self._SlowLogThreshold = SlowLogThreshold
|
|
12340
|
+
|
|
12295
12341
|
@property
|
|
12296
12342
|
def RequestId(self):
|
|
12297
12343
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -12338,6 +12384,7 @@ class DescribeDBInstancesAttributeResponse(AbstractModel):
|
|
|
12338
12384
|
self._IsDiskEncryptFlag = params.get("IsDiskEncryptFlag")
|
|
12339
12385
|
self._IsSafetyLimited = params.get("IsSafetyLimited")
|
|
12340
12386
|
self._IsSupportSA = params.get("IsSupportSA")
|
|
12387
|
+
self._SlowLogThreshold = params.get("SlowLogThreshold")
|
|
12341
12388
|
self._RequestId = params.get("RequestId")
|
|
12342
12389
|
|
|
12343
12390
|
|
|
@@ -19957,11 +20004,11 @@ class Events(AbstractModel):
|
|
|
19957
20004
|
:type Size: int
|
|
19958
20005
|
:param _EventType: 事件类型,slow-慢SQL事件,blocked-阻塞事件,deadlock-死锁事件
|
|
19959
20006
|
:type EventType: str
|
|
19960
|
-
:param _Status: 事件记录状态,1-成功,2
|
|
20007
|
+
:param _Status: 事件记录状态,1-成功,2-失败,3-文件待删除,4-写入中
|
|
19961
20008
|
:type Status: int
|
|
19962
20009
|
:param _StartTime: 扩展文件生成开始时间
|
|
19963
20010
|
:type StartTime: str
|
|
19964
|
-
:param _EndTime:
|
|
20011
|
+
:param _EndTime: 扩展文件最后更新时间
|
|
19965
20012
|
:type EndTime: str
|
|
19966
20013
|
:param _InternalAddr: 内网下载地址
|
|
19967
20014
|
:type InternalAddr: str
|
|
@@ -20024,7 +20071,7 @@ class Events(AbstractModel):
|
|
|
20024
20071
|
|
|
20025
20072
|
@property
|
|
20026
20073
|
def Status(self):
|
|
20027
|
-
r"""事件记录状态,1-成功,2
|
|
20074
|
+
r"""事件记录状态,1-成功,2-失败,3-文件待删除,4-写入中
|
|
20028
20075
|
:rtype: int
|
|
20029
20076
|
"""
|
|
20030
20077
|
return self._Status
|
|
@@ -20046,7 +20093,7 @@ class Events(AbstractModel):
|
|
|
20046
20093
|
|
|
20047
20094
|
@property
|
|
20048
20095
|
def EndTime(self):
|
|
20049
|
-
r"""
|
|
20096
|
+
r"""扩展文件最后更新时间
|
|
20050
20097
|
:rtype: str
|
|
20051
20098
|
"""
|
|
20052
20099
|
return self._EndTime
|
|
@@ -31586,6 +31633,8 @@ class UpgradeDBInstanceRequest(AbstractModel):
|
|
|
31586
31633
|
:param _DrZones: 多节点架构实例的备节点可用区,默认为空。如果需要在变配的同时修改指定备节点的可用区时必传,当MultiZones = MultiZones时主节点和备节点可用区不能全部相同。备机可用区集合最小为2个,最大不超过5个。
|
|
31587
31634
|
|
|
31588
31635
|
:type DrZones: list of DrZoneInfo
|
|
31636
|
+
:param _UpgradeCompatLevel: 是否自动升级数据库的兼容性级别,默认0。0-否,1-是
|
|
31637
|
+
:type UpgradeCompatLevel: int
|
|
31589
31638
|
"""
|
|
31590
31639
|
self._InstanceId = None
|
|
31591
31640
|
self._Memory = None
|
|
@@ -31598,6 +31647,7 @@ class UpgradeDBInstanceRequest(AbstractModel):
|
|
|
31598
31647
|
self._MultiZones = None
|
|
31599
31648
|
self._WaitSwitch = None
|
|
31600
31649
|
self._DrZones = None
|
|
31650
|
+
self._UpgradeCompatLevel = None
|
|
31601
31651
|
|
|
31602
31652
|
@property
|
|
31603
31653
|
def InstanceId(self):
|
|
@@ -31721,6 +31771,17 @@ class UpgradeDBInstanceRequest(AbstractModel):
|
|
|
31721
31771
|
def DrZones(self, DrZones):
|
|
31722
31772
|
self._DrZones = DrZones
|
|
31723
31773
|
|
|
31774
|
+
@property
|
|
31775
|
+
def UpgradeCompatLevel(self):
|
|
31776
|
+
r"""是否自动升级数据库的兼容性级别,默认0。0-否,1-是
|
|
31777
|
+
:rtype: int
|
|
31778
|
+
"""
|
|
31779
|
+
return self._UpgradeCompatLevel
|
|
31780
|
+
|
|
31781
|
+
@UpgradeCompatLevel.setter
|
|
31782
|
+
def UpgradeCompatLevel(self, UpgradeCompatLevel):
|
|
31783
|
+
self._UpgradeCompatLevel = UpgradeCompatLevel
|
|
31784
|
+
|
|
31724
31785
|
|
|
31725
31786
|
def _deserialize(self, params):
|
|
31726
31787
|
self._InstanceId = params.get("InstanceId")
|
|
@@ -31739,6 +31800,7 @@ class UpgradeDBInstanceRequest(AbstractModel):
|
|
|
31739
31800
|
obj = DrZoneInfo()
|
|
31740
31801
|
obj._deserialize(item)
|
|
31741
31802
|
self._DrZones.append(obj)
|
|
31803
|
+
self._UpgradeCompatLevel = params.get("UpgradeCompatLevel")
|
|
31742
31804
|
memeber_set = set(params.keys())
|
|
31743
31805
|
for name, value in vars(self).items():
|
|
31744
31806
|
property_name = name[1:]
|
tencentcloud_sdk_python_sqlserver-3.0.1481/tencentcloud_sdk_python_sqlserver.egg-info/PKG-INFO
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: tencentcloud-sdk-python-sqlserver
|
|
3
|
+
Version: 3.0.1481
|
|
4
|
+
Summary: Tencent Cloud Sqlserver 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<4.0.0,>=3.0.1481
|
|
19
|
+
|
|
20
|
+
============================
|
|
21
|
+
Tencent Cloud SDK for Python
|
|
22
|
+
============================
|
|
23
|
+
|
|
24
|
+
Tencent Cloud Python Sqlserver 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-sqlserver
|
|
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 sqlserver
|
|
46
|
+
|
tencentcloud_sdk_python_sqlserver-3.0.1481/tencentcloud_sdk_python_sqlserver.egg-info/requires.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1481
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 1.2
|
|
2
|
-
Name: tencentcloud-sdk-python-sqlserver
|
|
3
|
-
Version: 3.0.1460
|
|
4
|
-
Summary: Tencent Cloud Sqlserver 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
|
-
Description: ============================
|
|
10
|
-
Tencent Cloud SDK for Python
|
|
11
|
-
============================
|
|
12
|
-
|
|
13
|
-
Tencent Cloud Python Sqlserver 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.
|
|
14
|
-
The SDK works on Python versions:
|
|
15
|
-
|
|
16
|
-
* 2.7 and greater, including 3.x
|
|
17
|
-
|
|
18
|
-
Quick Start
|
|
19
|
-
-----------
|
|
20
|
-
|
|
21
|
-
First, install the library:
|
|
22
|
-
|
|
23
|
-
.. code-block:: sh
|
|
24
|
-
|
|
25
|
-
$ pip install tencentcloud-sdk-python-common
|
|
26
|
-
$ pip install tencentcloud-sdk-python-sqlserver
|
|
27
|
-
|
|
28
|
-
or download source code from github and install:
|
|
29
|
-
|
|
30
|
-
.. code-block:: sh
|
|
31
|
-
|
|
32
|
-
$ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
|
|
33
|
-
$ cd tencentcloud-sdk-python
|
|
34
|
-
$ python package.py --components common sqlserver
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
Platform: any
|
|
38
|
-
Classifier: Development Status :: 5 - Production/Stable
|
|
39
|
-
Classifier: Intended Audience :: Developers
|
|
40
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
41
|
-
Classifier: Programming Language :: Python
|
|
42
|
-
Classifier: Programming Language :: Python :: 2.7
|
|
43
|
-
Classifier: Programming Language :: Python :: 3
|
|
44
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
45
|
-
Classifier: Programming Language :: Python :: 3.7
|
tencentcloud-sdk-python-sqlserver-3.0.1460/tencentcloud_sdk_python_sqlserver.egg-info/PKG-INFO
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 1.2
|
|
2
|
-
Name: tencentcloud-sdk-python-sqlserver
|
|
3
|
-
Version: 3.0.1460
|
|
4
|
-
Summary: Tencent Cloud Sqlserver 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
|
-
Description: ============================
|
|
10
|
-
Tencent Cloud SDK for Python
|
|
11
|
-
============================
|
|
12
|
-
|
|
13
|
-
Tencent Cloud Python Sqlserver 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.
|
|
14
|
-
The SDK works on Python versions:
|
|
15
|
-
|
|
16
|
-
* 2.7 and greater, including 3.x
|
|
17
|
-
|
|
18
|
-
Quick Start
|
|
19
|
-
-----------
|
|
20
|
-
|
|
21
|
-
First, install the library:
|
|
22
|
-
|
|
23
|
-
.. code-block:: sh
|
|
24
|
-
|
|
25
|
-
$ pip install tencentcloud-sdk-python-common
|
|
26
|
-
$ pip install tencentcloud-sdk-python-sqlserver
|
|
27
|
-
|
|
28
|
-
or download source code from github and install:
|
|
29
|
-
|
|
30
|
-
.. code-block:: sh
|
|
31
|
-
|
|
32
|
-
$ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
|
|
33
|
-
$ cd tencentcloud-sdk-python
|
|
34
|
-
$ python package.py --components common sqlserver
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
Platform: any
|
|
38
|
-
Classifier: Development Status :: 5 - Production/Stable
|
|
39
|
-
Classifier: Intended Audience :: Developers
|
|
40
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
41
|
-
Classifier: Programming Language :: Python
|
|
42
|
-
Classifier: Programming Language :: Python :: 2.7
|
|
43
|
-
Classifier: Programming Language :: Python :: 3
|
|
44
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
45
|
-
Classifier: Programming Language :: Python :: 3.7
|
tencentcloud-sdk-python-sqlserver-3.0.1460/tencentcloud_sdk_python_sqlserver.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1460
|
{tencentcloud-sdk-python-sqlserver-3.0.1460 → tencentcloud_sdk_python_sqlserver-3.0.1481}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-sqlserver-3.0.1460 → tencentcloud_sdk_python_sqlserver-3.0.1481}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|