tencentcloud-sdk-python-dts 3.0.1479__tar.gz → 3.0.1482__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.

Potentially problematic release.


This version of tencentcloud-sdk-python-dts might be problematic. Click here for more details.

Files changed (22) hide show
  1. tencentcloud_sdk_python_dts-3.0.1482/PKG-INFO +46 -0
  2. {tencentcloud-sdk-python-dts-3.0.1479 → tencentcloud_sdk_python_dts-3.0.1482}/setup.py +1 -1
  3. {tencentcloud-sdk-python-dts-3.0.1479 → tencentcloud_sdk_python_dts-3.0.1482}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-dts-3.0.1479 → tencentcloud_sdk_python_dts-3.0.1482}/tencentcloud/dts/v20211206/models.py +357 -0
  5. tencentcloud_sdk_python_dts-3.0.1482/tencentcloud_sdk_python_dts.egg-info/PKG-INFO +46 -0
  6. tencentcloud_sdk_python_dts-3.0.1482/tencentcloud_sdk_python_dts.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-dts-3.0.1479/PKG-INFO +0 -45
  8. tencentcloud-sdk-python-dts-3.0.1479/tencentcloud_sdk_python_dts.egg-info/PKG-INFO +0 -45
  9. tencentcloud-sdk-python-dts-3.0.1479/tencentcloud_sdk_python_dts.egg-info/requires.txt +0 -1
  10. {tencentcloud-sdk-python-dts-3.0.1479 → tencentcloud_sdk_python_dts-3.0.1482}/README.rst +0 -0
  11. {tencentcloud-sdk-python-dts-3.0.1479 → tencentcloud_sdk_python_dts-3.0.1482}/setup.cfg +0 -0
  12. {tencentcloud-sdk-python-dts-3.0.1479 → tencentcloud_sdk_python_dts-3.0.1482}/tencentcloud/dts/__init__.py +0 -0
  13. {tencentcloud-sdk-python-dts-3.0.1479 → tencentcloud_sdk_python_dts-3.0.1482}/tencentcloud/dts/v20180330/__init__.py +0 -0
  14. {tencentcloud-sdk-python-dts-3.0.1479 → tencentcloud_sdk_python_dts-3.0.1482}/tencentcloud/dts/v20180330/dts_client.py +0 -0
  15. {tencentcloud-sdk-python-dts-3.0.1479 → tencentcloud_sdk_python_dts-3.0.1482}/tencentcloud/dts/v20180330/errorcodes.py +0 -0
  16. {tencentcloud-sdk-python-dts-3.0.1479 → tencentcloud_sdk_python_dts-3.0.1482}/tencentcloud/dts/v20180330/models.py +0 -0
  17. {tencentcloud-sdk-python-dts-3.0.1479 → tencentcloud_sdk_python_dts-3.0.1482}/tencentcloud/dts/v20211206/__init__.py +0 -0
  18. {tencentcloud-sdk-python-dts-3.0.1479 → tencentcloud_sdk_python_dts-3.0.1482}/tencentcloud/dts/v20211206/dts_client.py +0 -0
  19. {tencentcloud-sdk-python-dts-3.0.1479 → tencentcloud_sdk_python_dts-3.0.1482}/tencentcloud/dts/v20211206/errorcodes.py +0 -0
  20. {tencentcloud-sdk-python-dts-3.0.1479 → tencentcloud_sdk_python_dts-3.0.1482}/tencentcloud_sdk_python_dts.egg-info/SOURCES.txt +0 -0
  21. {tencentcloud-sdk-python-dts-3.0.1479 → tencentcloud_sdk_python_dts-3.0.1482}/tencentcloud_sdk_python_dts.egg-info/dependency_links.txt +0 -0
  22. {tencentcloud-sdk-python-dts-3.0.1479 → tencentcloud_sdk_python_dts-3.0.1482}/tencentcloud_sdk_python_dts.egg-info/top_level.txt +0 -0
@@ -0,0 +1,46 @@
1
+ Metadata-Version: 2.1
2
+ Name: tencentcloud-sdk-python-dts
3
+ Version: 3.0.1482
4
+ Summary: Tencent Cloud Dts 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.1482
19
+
20
+ ============================
21
+ Tencent Cloud SDK for Python
22
+ ============================
23
+
24
+ Tencent Cloud Python Dts 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-dts
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 dts
46
+
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-dts',
11
- install_requires=["tencentcloud-sdk-python-common>=3.0.1479,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.0.1482,<4.0.0"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Dts 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.1479'
17
+ __version__ = '3.0.1482'
@@ -652,12 +652,18 @@ class CompareDetailInfo(AbstractModel):
652
652
  :type DifferenceData: :class:`tencentcloud.dts.v20211206.models.DifferenceDataDetail`
653
653
  :param _DifferenceRow: 数据行不一致的详情,mongodb业务用到
654
654
  :type DifferenceRow: :class:`tencentcloud.dts.v20211206.models.DifferenceRowDetail`
655
+ :param _DifferenceSchema: 表结构不一致详情,pg用
656
+ :type DifferenceSchema: :class:`tencentcloud.dts.v20211206.models.DifferenceSchemaDetail`
657
+ :param _DifferenceOwner: 对象owner不一致详情,pg用
658
+ :type DifferenceOwner: :class:`tencentcloud.dts.v20211206.models.DifferenceOwnerDetail`
655
659
  """
656
660
  self._Difference = None
657
661
  self._Skipped = None
658
662
  self._DifferenceAdvancedObjects = None
659
663
  self._DifferenceData = None
660
664
  self._DifferenceRow = None
665
+ self._DifferenceSchema = None
666
+ self._DifferenceOwner = None
661
667
 
662
668
  @property
663
669
  def Difference(self):
@@ -714,6 +720,28 @@ class CompareDetailInfo(AbstractModel):
714
720
  def DifferenceRow(self, DifferenceRow):
715
721
  self._DifferenceRow = DifferenceRow
716
722
 
723
+ @property
724
+ def DifferenceSchema(self):
725
+ r"""表结构不一致详情,pg用
726
+ :rtype: :class:`tencentcloud.dts.v20211206.models.DifferenceSchemaDetail`
727
+ """
728
+ return self._DifferenceSchema
729
+
730
+ @DifferenceSchema.setter
731
+ def DifferenceSchema(self, DifferenceSchema):
732
+ self._DifferenceSchema = DifferenceSchema
733
+
734
+ @property
735
+ def DifferenceOwner(self):
736
+ r"""对象owner不一致详情,pg用
737
+ :rtype: :class:`tencentcloud.dts.v20211206.models.DifferenceOwnerDetail`
738
+ """
739
+ return self._DifferenceOwner
740
+
741
+ @DifferenceOwner.setter
742
+ def DifferenceOwner(self, DifferenceOwner):
743
+ self._DifferenceOwner = DifferenceOwner
744
+
717
745
 
718
746
  def _deserialize(self, params):
719
747
  if params.get("Difference") is not None:
@@ -731,6 +759,12 @@ class CompareDetailInfo(AbstractModel):
731
759
  if params.get("DifferenceRow") is not None:
732
760
  self._DifferenceRow = DifferenceRowDetail()
733
761
  self._DifferenceRow._deserialize(params.get("DifferenceRow"))
762
+ if params.get("DifferenceSchema") is not None:
763
+ self._DifferenceSchema = DifferenceSchemaDetail()
764
+ self._DifferenceSchema._deserialize(params.get("DifferenceSchema"))
765
+ if params.get("DifferenceOwner") is not None:
766
+ self._DifferenceOwner = DifferenceOwnerDetail()
767
+ self._DifferenceOwner._deserialize(params.get("DifferenceOwner"))
734
768
  memeber_set = set(params.keys())
735
769
  for name, value in vars(self).items():
736
770
  property_name = name[1:]
@@ -9372,6 +9406,64 @@ class DifferenceItem(AbstractModel):
9372
9406
 
9373
9407
 
9374
9408
 
9409
+ class DifferenceOwnerDetail(AbstractModel):
9410
+ r"""pg owner不一致性详情
9411
+
9412
+ """
9413
+
9414
+ def __init__(self):
9415
+ r"""
9416
+ :param _TotalCount: owner不一致总数
9417
+ :type TotalCount: int
9418
+ :param _Items: owner不一致详情
9419
+ 注意:此字段可能返回 null,表示取不到有效值。
9420
+ :type Items: list of OwnerDifference
9421
+ """
9422
+ self._TotalCount = None
9423
+ self._Items = None
9424
+
9425
+ @property
9426
+ def TotalCount(self):
9427
+ r"""owner不一致总数
9428
+ :rtype: int
9429
+ """
9430
+ return self._TotalCount
9431
+
9432
+ @TotalCount.setter
9433
+ def TotalCount(self, TotalCount):
9434
+ self._TotalCount = TotalCount
9435
+
9436
+ @property
9437
+ def Items(self):
9438
+ r"""owner不一致详情
9439
+ 注意:此字段可能返回 null,表示取不到有效值。
9440
+ :rtype: list of OwnerDifference
9441
+ """
9442
+ return self._Items
9443
+
9444
+ @Items.setter
9445
+ def Items(self, Items):
9446
+ self._Items = Items
9447
+
9448
+
9449
+ def _deserialize(self, params):
9450
+ self._TotalCount = params.get("TotalCount")
9451
+ if params.get("Items") is not None:
9452
+ self._Items = []
9453
+ for item in params.get("Items"):
9454
+ obj = OwnerDifference()
9455
+ obj._deserialize(item)
9456
+ self._Items.append(obj)
9457
+ memeber_set = set(params.keys())
9458
+ for name, value in vars(self).items():
9459
+ property_name = name[1:]
9460
+ if property_name in memeber_set:
9461
+ memeber_set.remove(property_name)
9462
+ if len(memeber_set) > 0:
9463
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
9464
+
9465
+
9466
+
9375
9467
  class DifferenceRowDetail(AbstractModel):
9376
9468
  r"""mongodb行数校验不一致性详情结果
9377
9469
 
@@ -9430,6 +9522,64 @@ class DifferenceRowDetail(AbstractModel):
9430
9522
 
9431
9523
 
9432
9524
 
9525
+ class DifferenceSchemaDetail(AbstractModel):
9526
+ r"""表结构不一致信息
9527
+
9528
+ """
9529
+
9530
+ def __init__(self):
9531
+ r"""
9532
+ :param _TotalCount: 表结构不一致的数量
9533
+ :type TotalCount: int
9534
+ :param _Items: 表结构不一致信息
9535
+ 注意:此字段可能返回 null,表示取不到有效值。
9536
+ :type Items: list of SchemaDifference
9537
+ """
9538
+ self._TotalCount = None
9539
+ self._Items = None
9540
+
9541
+ @property
9542
+ def TotalCount(self):
9543
+ r"""表结构不一致的数量
9544
+ :rtype: int
9545
+ """
9546
+ return self._TotalCount
9547
+
9548
+ @TotalCount.setter
9549
+ def TotalCount(self, TotalCount):
9550
+ self._TotalCount = TotalCount
9551
+
9552
+ @property
9553
+ def Items(self):
9554
+ r"""表结构不一致信息
9555
+ 注意:此字段可能返回 null,表示取不到有效值。
9556
+ :rtype: list of SchemaDifference
9557
+ """
9558
+ return self._Items
9559
+
9560
+ @Items.setter
9561
+ def Items(self, Items):
9562
+ self._Items = Items
9563
+
9564
+
9565
+ def _deserialize(self, params):
9566
+ self._TotalCount = params.get("TotalCount")
9567
+ if params.get("Items") is not None:
9568
+ self._Items = []
9569
+ for item in params.get("Items"):
9570
+ obj = SchemaDifference()
9571
+ obj._deserialize(item)
9572
+ self._Items.append(obj)
9573
+ memeber_set = set(params.keys())
9574
+ for name, value in vars(self).items():
9575
+ property_name = name[1:]
9576
+ if property_name in memeber_set:
9577
+ memeber_set.remove(property_name)
9578
+ if len(memeber_set) > 0:
9579
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
9580
+
9581
+
9582
+
9433
9583
  class DistributeRule(AbstractModel):
9434
9584
  r"""订阅任务的kafka分区规则。符合库名和表名正则表达式的数据将按照RuleType计算该条数据将被投递的kafka分区。如果配置了多个规则,将按照配置的顺序,第一条命中的规则生效。
9435
9585
 
@@ -14030,6 +14180,117 @@ class Options(AbstractModel):
14030
14180
 
14031
14181
 
14032
14182
 
14183
+ class OwnerDifference(AbstractModel):
14184
+ r"""pg对象owner不一致信息
14185
+
14186
+ """
14187
+
14188
+ def __init__(self):
14189
+ r"""
14190
+ :param _Db: owner不一致的pg对象所在库
14191
+ :type Db: str
14192
+ :param _Schema: owner不一致的pg对象所在schema
14193
+ :type Schema: str
14194
+ :param _ObjectName: owner不一致的pg对象名
14195
+ :type ObjectName: str
14196
+ :param _ObjectType: owner不一致的pg对象类型
14197
+ :type ObjectType: str
14198
+ :param _SrcOwner: 源库对象owner
14199
+ :type SrcOwner: str
14200
+ :param _DstOwner: 目标库对象owner
14201
+ :type DstOwner: str
14202
+ """
14203
+ self._Db = None
14204
+ self._Schema = None
14205
+ self._ObjectName = None
14206
+ self._ObjectType = None
14207
+ self._SrcOwner = None
14208
+ self._DstOwner = None
14209
+
14210
+ @property
14211
+ def Db(self):
14212
+ r"""owner不一致的pg对象所在库
14213
+ :rtype: str
14214
+ """
14215
+ return self._Db
14216
+
14217
+ @Db.setter
14218
+ def Db(self, Db):
14219
+ self._Db = Db
14220
+
14221
+ @property
14222
+ def Schema(self):
14223
+ r"""owner不一致的pg对象所在schema
14224
+ :rtype: str
14225
+ """
14226
+ return self._Schema
14227
+
14228
+ @Schema.setter
14229
+ def Schema(self, Schema):
14230
+ self._Schema = Schema
14231
+
14232
+ @property
14233
+ def ObjectName(self):
14234
+ r"""owner不一致的pg对象名
14235
+ :rtype: str
14236
+ """
14237
+ return self._ObjectName
14238
+
14239
+ @ObjectName.setter
14240
+ def ObjectName(self, ObjectName):
14241
+ self._ObjectName = ObjectName
14242
+
14243
+ @property
14244
+ def ObjectType(self):
14245
+ r"""owner不一致的pg对象类型
14246
+ :rtype: str
14247
+ """
14248
+ return self._ObjectType
14249
+
14250
+ @ObjectType.setter
14251
+ def ObjectType(self, ObjectType):
14252
+ self._ObjectType = ObjectType
14253
+
14254
+ @property
14255
+ def SrcOwner(self):
14256
+ r"""源库对象owner
14257
+ :rtype: str
14258
+ """
14259
+ return self._SrcOwner
14260
+
14261
+ @SrcOwner.setter
14262
+ def SrcOwner(self, SrcOwner):
14263
+ self._SrcOwner = SrcOwner
14264
+
14265
+ @property
14266
+ def DstOwner(self):
14267
+ r"""目标库对象owner
14268
+ :rtype: str
14269
+ """
14270
+ return self._DstOwner
14271
+
14272
+ @DstOwner.setter
14273
+ def DstOwner(self, DstOwner):
14274
+ self._DstOwner = DstOwner
14275
+
14276
+
14277
+ def _deserialize(self, params):
14278
+ self._Db = params.get("Db")
14279
+ self._Schema = params.get("Schema")
14280
+ self._ObjectName = params.get("ObjectName")
14281
+ self._ObjectType = params.get("ObjectType")
14282
+ self._SrcOwner = params.get("SrcOwner")
14283
+ self._DstOwner = params.get("DstOwner")
14284
+ memeber_set = set(params.keys())
14285
+ for name, value in vars(self).items():
14286
+ property_name = name[1:]
14287
+ if property_name in memeber_set:
14288
+ memeber_set.remove(property_name)
14289
+ if len(memeber_set) > 0:
14290
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
14291
+
14292
+
14293
+
14033
14294
  class PartitionAssignment(AbstractModel):
14034
14295
  r"""数据订阅中kafka消费者组的分区分配情况。该数据是实时查询的,如果需要最新数据,需重新掉接口查询。
14035
14296
 
@@ -15459,6 +15720,102 @@ class RowsCountDifference(AbstractModel):
15459
15720
 
15460
15721
 
15461
15722
 
15723
+ class SchemaDifference(AbstractModel):
15724
+ r"""结构不一致详情
15725
+
15726
+ """
15727
+
15728
+ def __init__(self):
15729
+ r"""
15730
+ :param _Db: 结构不一致的表所在库
15731
+ :type Db: str
15732
+ :param _Schema: 结构不一致的表所在schema
15733
+ :type Schema: str
15734
+ :param _Table: 结构不一致的表
15735
+ :type Table: str
15736
+ :param _SrcSchema: 源库表结构
15737
+ :type SrcSchema: str
15738
+ :param _DstSchema: 目标库表结构
15739
+ :type DstSchema: str
15740
+ """
15741
+ self._Db = None
15742
+ self._Schema = None
15743
+ self._Table = None
15744
+ self._SrcSchema = None
15745
+ self._DstSchema = None
15746
+
15747
+ @property
15748
+ def Db(self):
15749
+ r"""结构不一致的表所在库
15750
+ :rtype: str
15751
+ """
15752
+ return self._Db
15753
+
15754
+ @Db.setter
15755
+ def Db(self, Db):
15756
+ self._Db = Db
15757
+
15758
+ @property
15759
+ def Schema(self):
15760
+ r"""结构不一致的表所在schema
15761
+ :rtype: str
15762
+ """
15763
+ return self._Schema
15764
+
15765
+ @Schema.setter
15766
+ def Schema(self, Schema):
15767
+ self._Schema = Schema
15768
+
15769
+ @property
15770
+ def Table(self):
15771
+ r"""结构不一致的表
15772
+ :rtype: str
15773
+ """
15774
+ return self._Table
15775
+
15776
+ @Table.setter
15777
+ def Table(self, Table):
15778
+ self._Table = Table
15779
+
15780
+ @property
15781
+ def SrcSchema(self):
15782
+ r"""源库表结构
15783
+ :rtype: str
15784
+ """
15785
+ return self._SrcSchema
15786
+
15787
+ @SrcSchema.setter
15788
+ def SrcSchema(self, SrcSchema):
15789
+ self._SrcSchema = SrcSchema
15790
+
15791
+ @property
15792
+ def DstSchema(self):
15793
+ r"""目标库表结构
15794
+ :rtype: str
15795
+ """
15796
+ return self._DstSchema
15797
+
15798
+ @DstSchema.setter
15799
+ def DstSchema(self, DstSchema):
15800
+ self._DstSchema = DstSchema
15801
+
15802
+
15803
+ def _deserialize(self, params):
15804
+ self._Db = params.get("Db")
15805
+ self._Schema = params.get("Schema")
15806
+ self._Table = params.get("Table")
15807
+ self._SrcSchema = params.get("SrcSchema")
15808
+ self._DstSchema = params.get("DstSchema")
15809
+ memeber_set = set(params.keys())
15810
+ for name, value in vars(self).items():
15811
+ property_name = name[1:]
15812
+ if property_name in memeber_set:
15813
+ memeber_set.remove(property_name)
15814
+ if len(memeber_set) > 0:
15815
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
15816
+
15817
+
15818
+
15462
15819
  class SkipCheckItemRequest(AbstractModel):
15463
15820
  r"""SkipCheckItem请求参数结构体
15464
15821
 
@@ -0,0 +1,46 @@
1
+ Metadata-Version: 2.1
2
+ Name: tencentcloud-sdk-python-dts
3
+ Version: 3.0.1482
4
+ Summary: Tencent Cloud Dts 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.1482
19
+
20
+ ============================
21
+ Tencent Cloud SDK for Python
22
+ ============================
23
+
24
+ Tencent Cloud Python Dts 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-dts
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 dts
46
+
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.0.1482
@@ -1,45 +0,0 @@
1
- Metadata-Version: 1.2
2
- Name: tencentcloud-sdk-python-dts
3
- Version: 3.0.1479
4
- Summary: Tencent Cloud Dts 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 Dts 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-dts
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 dts
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-dts
3
- Version: 3.0.1479
4
- Summary: Tencent Cloud Dts 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 Dts 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-dts
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 dts
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.1479