tencentcloud-sdk-python-dbbrain 3.0.1475__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.
Files changed (22) hide show
  1. tencentcloud_sdk_python_dbbrain-3.0.1481/PKG-INFO +46 -0
  2. {tencentcloud-sdk-python-dbbrain-3.0.1475 → tencentcloud_sdk_python_dbbrain-3.0.1481}/setup.py +1 -1
  3. {tencentcloud-sdk-python-dbbrain-3.0.1475 → tencentcloud_sdk_python_dbbrain-3.0.1481}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-dbbrain-3.0.1475 → tencentcloud_sdk_python_dbbrain-3.0.1481}/tencentcloud/dbbrain/v20210527/models.py +63 -27
  5. tencentcloud_sdk_python_dbbrain-3.0.1481/tencentcloud_sdk_python_dbbrain.egg-info/PKG-INFO +46 -0
  6. tencentcloud_sdk_python_dbbrain-3.0.1481/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-dbbrain-3.0.1475/PKG-INFO +0 -45
  8. tencentcloud-sdk-python-dbbrain-3.0.1475/tencentcloud_sdk_python_dbbrain.egg-info/PKG-INFO +0 -45
  9. tencentcloud-sdk-python-dbbrain-3.0.1475/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt +0 -1
  10. {tencentcloud-sdk-python-dbbrain-3.0.1475 → tencentcloud_sdk_python_dbbrain-3.0.1481}/README.rst +0 -0
  11. {tencentcloud-sdk-python-dbbrain-3.0.1475 → tencentcloud_sdk_python_dbbrain-3.0.1481}/setup.cfg +0 -0
  12. {tencentcloud-sdk-python-dbbrain-3.0.1475 → tencentcloud_sdk_python_dbbrain-3.0.1481}/tencentcloud/dbbrain/__init__.py +0 -0
  13. {tencentcloud-sdk-python-dbbrain-3.0.1475 → tencentcloud_sdk_python_dbbrain-3.0.1481}/tencentcloud/dbbrain/v20191016/__init__.py +0 -0
  14. {tencentcloud-sdk-python-dbbrain-3.0.1475 → tencentcloud_sdk_python_dbbrain-3.0.1481}/tencentcloud/dbbrain/v20191016/dbbrain_client.py +0 -0
  15. {tencentcloud-sdk-python-dbbrain-3.0.1475 → tencentcloud_sdk_python_dbbrain-3.0.1481}/tencentcloud/dbbrain/v20191016/errorcodes.py +0 -0
  16. {tencentcloud-sdk-python-dbbrain-3.0.1475 → tencentcloud_sdk_python_dbbrain-3.0.1481}/tencentcloud/dbbrain/v20191016/models.py +0 -0
  17. {tencentcloud-sdk-python-dbbrain-3.0.1475 → tencentcloud_sdk_python_dbbrain-3.0.1481}/tencentcloud/dbbrain/v20210527/__init__.py +0 -0
  18. {tencentcloud-sdk-python-dbbrain-3.0.1475 → tencentcloud_sdk_python_dbbrain-3.0.1481}/tencentcloud/dbbrain/v20210527/dbbrain_client.py +0 -0
  19. {tencentcloud-sdk-python-dbbrain-3.0.1475 → tencentcloud_sdk_python_dbbrain-3.0.1481}/tencentcloud/dbbrain/v20210527/errorcodes.py +0 -0
  20. {tencentcloud-sdk-python-dbbrain-3.0.1475 → tencentcloud_sdk_python_dbbrain-3.0.1481}/tencentcloud_sdk_python_dbbrain.egg-info/SOURCES.txt +0 -0
  21. {tencentcloud-sdk-python-dbbrain-3.0.1475 → tencentcloud_sdk_python_dbbrain-3.0.1481}/tencentcloud_sdk_python_dbbrain.egg-info/dependency_links.txt +0 -0
  22. {tencentcloud-sdk-python-dbbrain-3.0.1475 → tencentcloud_sdk_python_dbbrain-3.0.1481}/tencentcloud_sdk_python_dbbrain.egg-info/top_level.txt +0 -0
@@ -0,0 +1,46 @@
1
+ Metadata-Version: 2.1
2
+ Name: tencentcloud-sdk-python-dbbrain
3
+ Version: 3.0.1481
4
+ Summary: Tencent Cloud Dbbrain 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 Dbbrain 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-dbbrain
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 dbbrain
46
+
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-dbbrain',
11
- install_requires=["tencentcloud-sdk-python-common>=3.0.1475,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.0.1481,<4.0.0"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Dbbrain SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1475'
17
+ __version__ = '3.0.1481'
@@ -8152,9 +8152,9 @@ class DescribeMySqlProcessListRequest(AbstractModel):
8152
8152
  :type Host: str
8153
8153
  :param _DB: 线程的操作数据库,用于筛选线程列表。
8154
8154
  :type DB: str
8155
- :param _State: 线程的操作状态,用于筛选线程列表。包含以下值:Sending data,Updating, Opening tables
8155
+ :param _State: 线程的操作状态。包含以下枚举值:Sending data​-线程正在处理查询结果, ​Sorting result​-线程正在对查询结果进行排序​,Creating tmp table​-线程正在创建临时表,Altering table​-线程正在执行表结构变更,Updating-线程执行更新中。
8156
8156
  :type State: str
8157
- :param _Command: 线程的操作状态,用于筛选线程列表。包含以下值:Sending data,Updating, Opening tables 等
8157
+ :param _Command: 线程的执行类型。包含以下枚举值:Sleep-线程处于空闲状态,Query-线程正在执行一个查询,Connect-从服务器连接到主服务器,Execute-线程正在执行预处理语句。
8158
8158
  :type Command: str
8159
8159
  :param _Time: 线程的操作时长最小值,单位秒,用于筛选操作时长大于该值的线程列表。
8160
8160
  :type Time: int
@@ -8162,7 +8162,9 @@ class DescribeMySqlProcessListRequest(AbstractModel):
8162
8162
  :type Info: str
8163
8163
  :param _Limit: 返回数量,默认20。
8164
8164
  :type Limit: int
8165
- :param _Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
8165
+ :param _Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"mariadb"-mariadb;"cynosdb"-TDSQL-C for MySQL ;"dcdb"-TDSQL MySQL 默认为"mysql"。
8166
+
8167
+
8166
8168
  :type Product: str
8167
8169
  :param _StatDimensions: 会话统计的维度信息,可以多个维度。
8168
8170
  :type StatDimensions: list of StatDimension
@@ -8237,7 +8239,7 @@ class DescribeMySqlProcessListRequest(AbstractModel):
8237
8239
 
8238
8240
  @property
8239
8241
  def State(self):
8240
- r"""线程的操作状态,用于筛选线程列表。包含以下值:Sending data,Updating, Opening tables
8242
+ r"""线程的操作状态。包含以下枚举值:Sending data​-线程正在处理查询结果, ​Sorting result​-线程正在对查询结果进行排序​,Creating tmp table​-线程正在创建临时表,Altering table​-线程正在执行表结构变更,Updating-线程执行更新中。
8241
8243
  :rtype: str
8242
8244
  """
8243
8245
  return self._State
@@ -8248,7 +8250,7 @@ class DescribeMySqlProcessListRequest(AbstractModel):
8248
8250
 
8249
8251
  @property
8250
8252
  def Command(self):
8251
- r"""线程的操作状态,用于筛选线程列表。包含以下值:Sending data,Updating, Opening tables 等
8253
+ r"""线程的执行类型。包含以下枚举值:Sleep-线程处于空闲状态,Query-线程正在执行一个查询,Connect-从服务器连接到主服务器,Execute-线程正在执行预处理语句。
8252
8254
  :rtype: str
8253
8255
  """
8254
8256
  return self._Command
@@ -8292,7 +8294,9 @@ class DescribeMySqlProcessListRequest(AbstractModel):
8292
8294
 
8293
8295
  @property
8294
8296
  def Product(self):
8295
- r"""服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
8297
+ r"""服务产品类型,支持值:"mysql" - 云数据库 MySQL;"mariadb"-mariadb;"cynosdb"-TDSQL-C for MySQL ;"dcdb"-TDSQL MySQL 默认为"mysql"。
8298
+
8299
+
8296
8300
  :rtype: str
8297
8301
  """
8298
8302
  return self._Product
@@ -8350,7 +8354,7 @@ class DescribeMySqlProcessListResponse(AbstractModel):
8350
8354
  r"""
8351
8355
  :param _ProcessList: 实时线程列表。
8352
8356
  :type ProcessList: list of MySqlProcess
8353
- :param _Statistics: sql会话统计信息。
8357
+ :param _Statistics: sql会话统计信息。如果请求参数中包含StatDimensions,该参数则可能返回,否则不返回。
8354
8358
  :type Statistics: list of StatisticInfo
8355
8359
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8356
8360
  :type RequestId: str
@@ -8372,7 +8376,7 @@ class DescribeMySqlProcessListResponse(AbstractModel):
8372
8376
 
8373
8377
  @property
8374
8378
  def Statistics(self):
8375
- r"""sql会话统计信息。
8379
+ r"""sql会话统计信息。如果请求参数中包含StatDimensions,该参数则可能返回,否则不返回。
8376
8380
  :rtype: list of StatisticInfo
8377
8381
  """
8378
8382
  return self._Statistics
@@ -16837,14 +16841,17 @@ class MySqlProcess(AbstractModel):
16837
16841
  :type Host: str
16838
16842
  :param _DB: 线程的操作数据库。
16839
16843
  :type DB: str
16840
- :param _State: 线程的操作状态。
16844
+ :param _State: 线程的操作状态。包含以下枚举值:Sending data​-线程正在处理查询结果, ​Sorting result​-线程正在对查询结果进行排序​,Creating tmp table​-线程正在创建临时表,Altering table​-线程正在执行表结构变更,Updating-线程执行更新中。
16841
16845
  :type State: str
16842
- :param _Command: 线程的执行类型。
16846
+ :param _Command: 线程的执行类型。包含以下枚举值:Sleep-线程处于空闲状态,Query-线程正在执行一个查询,Connect-从服务器连接到主服务器,Execute-线程正在执行预处理语句。
16843
16847
  :type Command: str
16844
16848
  :param _Time: 线程的操作时长,单位秒。
16845
16849
  :type Time: str
16846
16850
  :param _Info: 线程的操作语句。
16847
16851
  :type Info: str
16852
+ :param _SqlType: sql类型
16853
+ 注意:此字段可能返回 null,表示取不到有效值。
16854
+ :type SqlType: str
16848
16855
  """
16849
16856
  self._ID = None
16850
16857
  self._User = None
@@ -16854,6 +16861,7 @@ class MySqlProcess(AbstractModel):
16854
16861
  self._Command = None
16855
16862
  self._Time = None
16856
16863
  self._Info = None
16864
+ self._SqlType = None
16857
16865
 
16858
16866
  @property
16859
16867
  def ID(self):
@@ -16901,7 +16909,7 @@ class MySqlProcess(AbstractModel):
16901
16909
 
16902
16910
  @property
16903
16911
  def State(self):
16904
- r"""线程的操作状态。
16912
+ r"""线程的操作状态。包含以下枚举值:Sending data​-线程正在处理查询结果, ​Sorting result​-线程正在对查询结果进行排序​,Creating tmp table​-线程正在创建临时表,Altering table​-线程正在执行表结构变更,Updating-线程执行更新中。
16905
16913
  :rtype: str
16906
16914
  """
16907
16915
  return self._State
@@ -16912,7 +16920,7 @@ class MySqlProcess(AbstractModel):
16912
16920
 
16913
16921
  @property
16914
16922
  def Command(self):
16915
- r"""线程的执行类型。
16923
+ r"""线程的执行类型。包含以下枚举值:Sleep-线程处于空闲状态,Query-线程正在执行一个查询,Connect-从服务器连接到主服务器,Execute-线程正在执行预处理语句。
16916
16924
  :rtype: str
16917
16925
  """
16918
16926
  return self._Command
@@ -16943,6 +16951,18 @@ class MySqlProcess(AbstractModel):
16943
16951
  def Info(self, Info):
16944
16952
  self._Info = Info
16945
16953
 
16954
+ @property
16955
+ def SqlType(self):
16956
+ r"""sql类型
16957
+ 注意:此字段可能返回 null,表示取不到有效值。
16958
+ :rtype: str
16959
+ """
16960
+ return self._SqlType
16961
+
16962
+ @SqlType.setter
16963
+ def SqlType(self, SqlType):
16964
+ self._SqlType = SqlType
16965
+
16946
16966
 
16947
16967
  def _deserialize(self, params):
16948
16968
  self._ID = params.get("ID")
@@ -16953,6 +16973,7 @@ class MySqlProcess(AbstractModel):
16953
16973
  self._Command = params.get("Command")
16954
16974
  self._Time = params.get("Time")
16955
16975
  self._Info = params.get("Info")
16976
+ self._SqlType = params.get("SqlType")
16956
16977
  memeber_set = set(params.keys())
16957
16978
  for name, value in vars(self).items():
16958
16979
  property_name = name[1:]
@@ -17831,7 +17852,7 @@ class RedisInstanceConf(AbstractModel):
17831
17852
 
17832
17853
 
17833
17854
  class RedisKeySpaceData(AbstractModel):
17834
- r"""redis key空间信息。
17855
+ r"""redis key的内存占用等信息。
17835
17856
 
17836
17857
  """
17837
17858
 
@@ -17841,7 +17862,7 @@ class RedisKeySpaceData(AbstractModel):
17841
17862
  :type Key: str
17842
17863
  :param _Type: key类型。
17843
17864
  :type Type: str
17844
- :param _Encoding: key编码方式。
17865
+ :param _Encoding: key编码方式。包括 int、string、linkedlist、hashtable、skiplist、zipmap、ziplist、intset、quicklist、listpack。
17845
17866
  :type Encoding: str
17846
17867
  :param _ExpireTime: key过期时间戳(毫秒),0代表未设置过期时间。
17847
17868
  :type ExpireTime: int
@@ -17855,6 +17876,8 @@ class RedisKeySpaceData(AbstractModel):
17855
17876
  :type AveElementSize: int
17856
17877
  :param _ShardId: 所属分片序号。
17857
17878
  :type ShardId: str
17879
+ :param _Db: key所属数据库编号。
17880
+ :type Db: int
17858
17881
  """
17859
17882
  self._Key = None
17860
17883
  self._Type = None
@@ -17865,6 +17888,7 @@ class RedisKeySpaceData(AbstractModel):
17865
17888
  self._MaxElementSize = None
17866
17889
  self._AveElementSize = None
17867
17890
  self._ShardId = None
17891
+ self._Db = None
17868
17892
 
17869
17893
  @property
17870
17894
  def Key(self):
@@ -17890,7 +17914,7 @@ class RedisKeySpaceData(AbstractModel):
17890
17914
 
17891
17915
  @property
17892
17916
  def Encoding(self):
17893
- r"""key编码方式。
17917
+ r"""key编码方式。包括 int、string、linkedlist、hashtable、skiplist、zipmap、ziplist、intset、quicklist、listpack。
17894
17918
  :rtype: str
17895
17919
  """
17896
17920
  return self._Encoding
@@ -17965,6 +17989,17 @@ class RedisKeySpaceData(AbstractModel):
17965
17989
  def ShardId(self, ShardId):
17966
17990
  self._ShardId = ShardId
17967
17991
 
17992
+ @property
17993
+ def Db(self):
17994
+ r"""key所属数据库编号。
17995
+ :rtype: int
17996
+ """
17997
+ return self._Db
17998
+
17999
+ @Db.setter
18000
+ def Db(self, Db):
18001
+ self._Db = Db
18002
+
17968
18003
 
17969
18004
  def _deserialize(self, params):
17970
18005
  self._Key = params.get("Key")
@@ -17976,6 +18011,7 @@ class RedisKeySpaceData(AbstractModel):
17976
18011
  self._MaxElementSize = params.get("MaxElementSize")
17977
18012
  self._AveElementSize = params.get("AveElementSize")
17978
18013
  self._ShardId = params.get("ShardId")
18014
+ self._Db = params.get("Db")
17979
18015
  memeber_set = set(params.keys())
17980
18016
  for name, value in vars(self).items():
17981
18017
  property_name = name[1:]
@@ -19067,21 +19103,21 @@ class SlowLogAgg(AbstractModel):
19067
19103
 
19068
19104
  def __init__(self):
19069
19105
  r"""
19070
- :param _Cmd: 命令模版。
19106
+ :param _Cmd: 命令模板。
19071
19107
  :type Cmd: str
19072
19108
  :param _Detail: 命令详情。
19073
19109
  :type Detail: str
19074
19110
  :param _ExecTimes: 执行次数。
19075
19111
  :type ExecTimes: int
19076
- :param _QueryTime: 总耗时。
19112
+ :param _QueryTime: 总耗时。单位:s
19077
19113
  :type QueryTime: float
19078
- :param _QueryTimeAvg: 平均执行时间。
19114
+ :param _QueryTimeAvg: 平均执行时间。单位:s
19079
19115
  :type QueryTimeAvg: float
19080
- :param _QueryTimeMax: 最大执行时间。
19116
+ :param _QueryTimeMax: 最大执行时间。单位:s
19081
19117
  :type QueryTimeMax: float
19082
- :param _QueryTimeMin: 最小执行时间。
19118
+ :param _QueryTimeMin: 最小执行时间。单位:s
19083
19119
  :type QueryTimeMin: float
19084
- :param _QueryTimeRatio: 总耗时占比
19120
+ :param _QueryTimeRatio: 总耗时占比。单位:%
19085
19121
  :type QueryTimeRatio: float
19086
19122
  """
19087
19123
  self._Cmd = None
@@ -19095,7 +19131,7 @@ class SlowLogAgg(AbstractModel):
19095
19131
 
19096
19132
  @property
19097
19133
  def Cmd(self):
19098
- r"""命令模版。
19134
+ r"""命令模板。
19099
19135
  :rtype: str
19100
19136
  """
19101
19137
  return self._Cmd
@@ -19128,7 +19164,7 @@ class SlowLogAgg(AbstractModel):
19128
19164
 
19129
19165
  @property
19130
19166
  def QueryTime(self):
19131
- r"""总耗时。
19167
+ r"""总耗时。单位:s
19132
19168
  :rtype: float
19133
19169
  """
19134
19170
  return self._QueryTime
@@ -19139,7 +19175,7 @@ class SlowLogAgg(AbstractModel):
19139
19175
 
19140
19176
  @property
19141
19177
  def QueryTimeAvg(self):
19142
- r"""平均执行时间。
19178
+ r"""平均执行时间。单位:s
19143
19179
  :rtype: float
19144
19180
  """
19145
19181
  return self._QueryTimeAvg
@@ -19150,7 +19186,7 @@ class SlowLogAgg(AbstractModel):
19150
19186
 
19151
19187
  @property
19152
19188
  def QueryTimeMax(self):
19153
- r"""最大执行时间。
19189
+ r"""最大执行时间。单位:s
19154
19190
  :rtype: float
19155
19191
  """
19156
19192
  return self._QueryTimeMax
@@ -19161,7 +19197,7 @@ class SlowLogAgg(AbstractModel):
19161
19197
 
19162
19198
  @property
19163
19199
  def QueryTimeMin(self):
19164
- r"""最小执行时间。
19200
+ r"""最小执行时间。单位:s
19165
19201
  :rtype: float
19166
19202
  """
19167
19203
  return self._QueryTimeMin
@@ -19172,7 +19208,7 @@ class SlowLogAgg(AbstractModel):
19172
19208
 
19173
19209
  @property
19174
19210
  def QueryTimeRatio(self):
19175
- r"""总耗时占比
19211
+ r"""总耗时占比。单位:%
19176
19212
  :rtype: float
19177
19213
  """
19178
19214
  return self._QueryTimeRatio
@@ -0,0 +1,46 @@
1
+ Metadata-Version: 2.1
2
+ Name: tencentcloud-sdk-python-dbbrain
3
+ Version: 3.0.1481
4
+ Summary: Tencent Cloud Dbbrain 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 Dbbrain 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-dbbrain
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 dbbrain
46
+
@@ -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-dbbrain
3
- Version: 3.0.1475
4
- Summary: Tencent Cloud Dbbrain 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 Dbbrain 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-dbbrain
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 dbbrain
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
@@ -1,45 +0,0 @@
1
- Metadata-Version: 1.2
2
- Name: tencentcloud-sdk-python-dbbrain
3
- Version: 3.0.1475
4
- Summary: Tencent Cloud Dbbrain 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 Dbbrain 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-dbbrain
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 dbbrain
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
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.0.1475