tencentcloud-sdk-python-tione 3.1.149__tar.gz → 3.1.155__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_tione-3.1.149 → tencentcloud_sdk_python_tione-3.1.155}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tione-3.1.149 → tencentcloud_sdk_python_tione-3.1.155}/setup.py +1 -1
- {tencentcloud_sdk_python_tione-3.1.149 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tione-3.1.149 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud/tione/v20211111/models.py +110 -20
- {tencentcloud_sdk_python_tione-3.1.149 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud_sdk_python_tione.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tione-3.1.155/tencentcloud_sdk_python_tione.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tione-3.1.149/tencentcloud_sdk_python_tione.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tione-3.1.149 → tencentcloud_sdk_python_tione-3.1.155}/README.rst +0 -0
- {tencentcloud_sdk_python_tione-3.1.149 → tencentcloud_sdk_python_tione-3.1.155}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tione-3.1.149 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud/tione/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.149 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud/tione/v20191022/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.149 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud/tione/v20191022/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.149 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud/tione/v20191022/models.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.149 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud/tione/v20191022/tione_client.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.149 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud/tione/v20191022/tione_client_async.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.149 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud/tione/v20211111/__init__.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.149 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud/tione/v20211111/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.149 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud/tione/v20211111/tione_client.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.149 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud/tione/v20211111/tione_client_async.py +0 -0
- {tencentcloud_sdk_python_tione-3.1.149 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud_sdk_python_tione.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tione-3.1.149 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud_sdk_python_tione.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tione-3.1.149 → tencentcloud_sdk_python_tione-3.1.155}/tencentcloud_sdk_python_tione.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tione
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.155
|
|
4
4
|
Summary: Tencent Cloud Tione SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.155
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-tione',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.155,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Tione SDK for Python',
|
|
@@ -861,25 +861,28 @@ class CFSConfig(AbstractModel):
|
|
|
861
861
|
|
|
862
862
|
def __init__(self):
|
|
863
863
|
r"""
|
|
864
|
-
:param _Id: cfs的实例的ID
|
|
864
|
+
:param _Id: <p>cfs的实例的ID</p>
|
|
865
865
|
:type Id: str
|
|
866
|
-
:param _Path:
|
|
866
|
+
:param _Path: <p>存储的路径</p>
|
|
867
867
|
:type Path: str
|
|
868
|
-
:param _MountType: cfs的挂载类型,可选值为:STORAGE、SOURCE 分别表示存储拓展模式和数据源模式,默认为 STORAGE
|
|
868
|
+
:param _MountType: <p>cfs的挂载类型,可选值为:STORAGE、SOURCE 分别表示存储拓展模式和数据源模式,默认为 STORAGE</p>
|
|
869
869
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
870
870
|
:type MountType: str
|
|
871
|
-
:param _Protocol:
|
|
871
|
+
:param _Protocol: <p>协议 1: NFS, 2: TURBO</p>
|
|
872
872
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
873
873
|
:type Protocol: str
|
|
874
|
+
:param _IsPresetStorage: <p>是否平台预置存储</p>
|
|
875
|
+
:type IsPresetStorage: bool
|
|
874
876
|
"""
|
|
875
877
|
self._Id = None
|
|
876
878
|
self._Path = None
|
|
877
879
|
self._MountType = None
|
|
878
880
|
self._Protocol = None
|
|
881
|
+
self._IsPresetStorage = None
|
|
879
882
|
|
|
880
883
|
@property
|
|
881
884
|
def Id(self):
|
|
882
|
-
r"""cfs的实例的ID
|
|
885
|
+
r"""<p>cfs的实例的ID</p>
|
|
883
886
|
:rtype: str
|
|
884
887
|
"""
|
|
885
888
|
return self._Id
|
|
@@ -890,7 +893,7 @@ class CFSConfig(AbstractModel):
|
|
|
890
893
|
|
|
891
894
|
@property
|
|
892
895
|
def Path(self):
|
|
893
|
-
r"""
|
|
896
|
+
r"""<p>存储的路径</p>
|
|
894
897
|
:rtype: str
|
|
895
898
|
"""
|
|
896
899
|
return self._Path
|
|
@@ -901,7 +904,7 @@ class CFSConfig(AbstractModel):
|
|
|
901
904
|
|
|
902
905
|
@property
|
|
903
906
|
def MountType(self):
|
|
904
|
-
r"""cfs的挂载类型,可选值为:STORAGE、SOURCE 分别表示存储拓展模式和数据源模式,默认为 STORAGE
|
|
907
|
+
r"""<p>cfs的挂载类型,可选值为:STORAGE、SOURCE 分别表示存储拓展模式和数据源模式,默认为 STORAGE</p>
|
|
905
908
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
906
909
|
:rtype: str
|
|
907
910
|
"""
|
|
@@ -913,7 +916,7 @@ class CFSConfig(AbstractModel):
|
|
|
913
916
|
|
|
914
917
|
@property
|
|
915
918
|
def Protocol(self):
|
|
916
|
-
r"""
|
|
919
|
+
r"""<p>协议 1: NFS, 2: TURBO</p>
|
|
917
920
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
918
921
|
:rtype: str
|
|
919
922
|
"""
|
|
@@ -923,12 +926,24 @@ class CFSConfig(AbstractModel):
|
|
|
923
926
|
def Protocol(self, Protocol):
|
|
924
927
|
self._Protocol = Protocol
|
|
925
928
|
|
|
929
|
+
@property
|
|
930
|
+
def IsPresetStorage(self):
|
|
931
|
+
r"""<p>是否平台预置存储</p>
|
|
932
|
+
:rtype: bool
|
|
933
|
+
"""
|
|
934
|
+
return self._IsPresetStorage
|
|
935
|
+
|
|
936
|
+
@IsPresetStorage.setter
|
|
937
|
+
def IsPresetStorage(self, IsPresetStorage):
|
|
938
|
+
self._IsPresetStorage = IsPresetStorage
|
|
939
|
+
|
|
926
940
|
|
|
927
941
|
def _deserialize(self, params):
|
|
928
942
|
self._Id = params.get("Id")
|
|
929
943
|
self._Path = params.get("Path")
|
|
930
944
|
self._MountType = params.get("MountType")
|
|
931
945
|
self._Protocol = params.get("Protocol")
|
|
946
|
+
self._IsPresetStorage = params.get("IsPresetStorage")
|
|
932
947
|
memeber_set = set(params.keys())
|
|
933
948
|
for name, value in vars(self).items():
|
|
934
949
|
property_name = name[1:]
|
|
@@ -4447,6 +4462,8 @@ class CreateTrainingTaskRequest(AbstractModel):
|
|
|
4447
4462
|
:type TrainToolConfig: :class:`tencentcloud.tione.v20211111.models.TrainToolConfig`
|
|
4448
4463
|
:param _ResourceSupplyAttribute: <p>资源供应属性</p>
|
|
4449
4464
|
:type ResourceSupplyAttribute: :class:`tencentcloud.tione.v20211111.models.ResourceSupplyAttribute`
|
|
4465
|
+
:param _Queues: <p>队列ID</p>
|
|
4466
|
+
:type Queues: list of str
|
|
4450
4467
|
"""
|
|
4451
4468
|
self._Name = None
|
|
4452
4469
|
self._ChargeType = None
|
|
@@ -4477,6 +4494,7 @@ class CreateTrainingTaskRequest(AbstractModel):
|
|
|
4477
4494
|
self._Envs = None
|
|
4478
4495
|
self._TrainToolConfig = None
|
|
4479
4496
|
self._ResourceSupplyAttribute = None
|
|
4497
|
+
self._Queues = None
|
|
4480
4498
|
|
|
4481
4499
|
@property
|
|
4482
4500
|
def Name(self):
|
|
@@ -4797,6 +4815,17 @@ class CreateTrainingTaskRequest(AbstractModel):
|
|
|
4797
4815
|
def ResourceSupplyAttribute(self, ResourceSupplyAttribute):
|
|
4798
4816
|
self._ResourceSupplyAttribute = ResourceSupplyAttribute
|
|
4799
4817
|
|
|
4818
|
+
@property
|
|
4819
|
+
def Queues(self):
|
|
4820
|
+
r"""<p>队列ID</p>
|
|
4821
|
+
:rtype: list of str
|
|
4822
|
+
"""
|
|
4823
|
+
return self._Queues
|
|
4824
|
+
|
|
4825
|
+
@Queues.setter
|
|
4826
|
+
def Queues(self, Queues):
|
|
4827
|
+
self._Queues = Queues
|
|
4828
|
+
|
|
4800
4829
|
|
|
4801
4830
|
def _deserialize(self, params):
|
|
4802
4831
|
self._Name = params.get("Name")
|
|
@@ -4871,6 +4900,7 @@ class CreateTrainingTaskRequest(AbstractModel):
|
|
|
4871
4900
|
if params.get("ResourceSupplyAttribute") is not None:
|
|
4872
4901
|
self._ResourceSupplyAttribute = ResourceSupplyAttribute()
|
|
4873
4902
|
self._ResourceSupplyAttribute._deserialize(params.get("ResourceSupplyAttribute"))
|
|
4903
|
+
self._Queues = params.get("Queues")
|
|
4874
4904
|
memeber_set = set(params.keys())
|
|
4875
4905
|
for name, value in vars(self).items():
|
|
4876
4906
|
property_name = name[1:]
|
|
@@ -22972,23 +23002,29 @@ class PrivateLinkInfo(AbstractModel):
|
|
|
22972
23002
|
|
|
22973
23003
|
def __init__(self):
|
|
22974
23004
|
r"""
|
|
22975
|
-
:param _VpcId:
|
|
23005
|
+
:param _VpcId: <p>私有连接所在的VPCID</p>
|
|
22976
23006
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
22977
23007
|
:type VpcId: str
|
|
22978
|
-
:param _SubnetId:
|
|
23008
|
+
:param _SubnetId: <p>私有连接所在的子网ID</p>
|
|
22979
23009
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
22980
23010
|
:type SubnetId: str
|
|
22981
|
-
:param _InnerHttpAddr: HTTP
|
|
23011
|
+
:param _InnerHttpAddr: <p>HTTP内网调用地址</p>
|
|
22982
23012
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
22983
23013
|
:type InnerHttpAddr: list of str
|
|
22984
|
-
:param _InnerHttpsAddr: HTTPS
|
|
23014
|
+
:param _InnerHttpsAddr: <p>HTTPS内网调用地址</p>
|
|
22985
23015
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
22986
23016
|
:type InnerHttpsAddr: list of str
|
|
22987
|
-
:param _State:
|
|
23017
|
+
:param _State: <p>私有连接状态</p>
|
|
22988
23018
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
22989
23019
|
:type State: str
|
|
22990
|
-
:param _InnerGrpcAddr: grpc
|
|
23020
|
+
:param _InnerGrpcAddr: <p>grpc内网调用地址</p>
|
|
22991
23021
|
:type InnerGrpcAddr: list of str
|
|
23022
|
+
:param _CreatedBy: <p>创建者 UIN</p>
|
|
23023
|
+
:type CreatedBy: str
|
|
23024
|
+
:param _CreateTime: <p>创建时间</p>
|
|
23025
|
+
:type CreateTime: str
|
|
23026
|
+
:param _SubUinName: <p>子用户名称</p>
|
|
23027
|
+
:type SubUinName: str
|
|
22992
23028
|
"""
|
|
22993
23029
|
self._VpcId = None
|
|
22994
23030
|
self._SubnetId = None
|
|
@@ -22996,10 +23032,13 @@ class PrivateLinkInfo(AbstractModel):
|
|
|
22996
23032
|
self._InnerHttpsAddr = None
|
|
22997
23033
|
self._State = None
|
|
22998
23034
|
self._InnerGrpcAddr = None
|
|
23035
|
+
self._CreatedBy = None
|
|
23036
|
+
self._CreateTime = None
|
|
23037
|
+
self._SubUinName = None
|
|
22999
23038
|
|
|
23000
23039
|
@property
|
|
23001
23040
|
def VpcId(self):
|
|
23002
|
-
r"""
|
|
23041
|
+
r"""<p>私有连接所在的VPCID</p>
|
|
23003
23042
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
23004
23043
|
:rtype: str
|
|
23005
23044
|
"""
|
|
@@ -23011,7 +23050,7 @@ class PrivateLinkInfo(AbstractModel):
|
|
|
23011
23050
|
|
|
23012
23051
|
@property
|
|
23013
23052
|
def SubnetId(self):
|
|
23014
|
-
r"""
|
|
23053
|
+
r"""<p>私有连接所在的子网ID</p>
|
|
23015
23054
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
23016
23055
|
:rtype: str
|
|
23017
23056
|
"""
|
|
@@ -23023,7 +23062,7 @@ class PrivateLinkInfo(AbstractModel):
|
|
|
23023
23062
|
|
|
23024
23063
|
@property
|
|
23025
23064
|
def InnerHttpAddr(self):
|
|
23026
|
-
r"""HTTP
|
|
23065
|
+
r"""<p>HTTP内网调用地址</p>
|
|
23027
23066
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
23028
23067
|
:rtype: list of str
|
|
23029
23068
|
"""
|
|
@@ -23035,7 +23074,7 @@ class PrivateLinkInfo(AbstractModel):
|
|
|
23035
23074
|
|
|
23036
23075
|
@property
|
|
23037
23076
|
def InnerHttpsAddr(self):
|
|
23038
|
-
r"""HTTPS
|
|
23077
|
+
r"""<p>HTTPS内网调用地址</p>
|
|
23039
23078
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
23040
23079
|
:rtype: list of str
|
|
23041
23080
|
"""
|
|
@@ -23047,7 +23086,7 @@ class PrivateLinkInfo(AbstractModel):
|
|
|
23047
23086
|
|
|
23048
23087
|
@property
|
|
23049
23088
|
def State(self):
|
|
23050
|
-
r"""
|
|
23089
|
+
r"""<p>私有连接状态</p>
|
|
23051
23090
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
23052
23091
|
:rtype: str
|
|
23053
23092
|
"""
|
|
@@ -23059,7 +23098,7 @@ class PrivateLinkInfo(AbstractModel):
|
|
|
23059
23098
|
|
|
23060
23099
|
@property
|
|
23061
23100
|
def InnerGrpcAddr(self):
|
|
23062
|
-
r"""grpc
|
|
23101
|
+
r"""<p>grpc内网调用地址</p>
|
|
23063
23102
|
:rtype: list of str
|
|
23064
23103
|
"""
|
|
23065
23104
|
return self._InnerGrpcAddr
|
|
@@ -23068,6 +23107,39 @@ class PrivateLinkInfo(AbstractModel):
|
|
|
23068
23107
|
def InnerGrpcAddr(self, InnerGrpcAddr):
|
|
23069
23108
|
self._InnerGrpcAddr = InnerGrpcAddr
|
|
23070
23109
|
|
|
23110
|
+
@property
|
|
23111
|
+
def CreatedBy(self):
|
|
23112
|
+
r"""<p>创建者 UIN</p>
|
|
23113
|
+
:rtype: str
|
|
23114
|
+
"""
|
|
23115
|
+
return self._CreatedBy
|
|
23116
|
+
|
|
23117
|
+
@CreatedBy.setter
|
|
23118
|
+
def CreatedBy(self, CreatedBy):
|
|
23119
|
+
self._CreatedBy = CreatedBy
|
|
23120
|
+
|
|
23121
|
+
@property
|
|
23122
|
+
def CreateTime(self):
|
|
23123
|
+
r"""<p>创建时间</p>
|
|
23124
|
+
:rtype: str
|
|
23125
|
+
"""
|
|
23126
|
+
return self._CreateTime
|
|
23127
|
+
|
|
23128
|
+
@CreateTime.setter
|
|
23129
|
+
def CreateTime(self, CreateTime):
|
|
23130
|
+
self._CreateTime = CreateTime
|
|
23131
|
+
|
|
23132
|
+
@property
|
|
23133
|
+
def SubUinName(self):
|
|
23134
|
+
r"""<p>子用户名称</p>
|
|
23135
|
+
:rtype: str
|
|
23136
|
+
"""
|
|
23137
|
+
return self._SubUinName
|
|
23138
|
+
|
|
23139
|
+
@SubUinName.setter
|
|
23140
|
+
def SubUinName(self, SubUinName):
|
|
23141
|
+
self._SubUinName = SubUinName
|
|
23142
|
+
|
|
23071
23143
|
|
|
23072
23144
|
def _deserialize(self, params):
|
|
23073
23145
|
self._VpcId = params.get("VpcId")
|
|
@@ -23076,6 +23148,9 @@ class PrivateLinkInfo(AbstractModel):
|
|
|
23076
23148
|
self._InnerHttpsAddr = params.get("InnerHttpsAddr")
|
|
23077
23149
|
self._State = params.get("State")
|
|
23078
23150
|
self._InnerGrpcAddr = params.get("InnerGrpcAddr")
|
|
23151
|
+
self._CreatedBy = params.get("CreatedBy")
|
|
23152
|
+
self._CreateTime = params.get("CreateTime")
|
|
23153
|
+
self._SubUinName = params.get("SubUinName")
|
|
23079
23154
|
memeber_set = set(params.keys())
|
|
23080
23155
|
for name, value in vars(self).items():
|
|
23081
23156
|
property_name = name[1:]
|
|
@@ -25080,8 +25155,11 @@ class ResourceSupplyAttribute(AbstractModel):
|
|
|
25080
25155
|
r"""
|
|
25081
25156
|
:param _SupplyType: <p>资源供应类型。TIDE:潮汐;SPOT:竞价;空:常规按量后付费</p>
|
|
25082
25157
|
:type SupplyType: str
|
|
25158
|
+
:param _ClusterType: <p>集群类型</p><p>枚举值:</p><ul><li>DEFAULT: 默认集群</li><li>THIRD: 第三方集群</li></ul><p>默认值:DEFAULT</p>
|
|
25159
|
+
:type ClusterType: str
|
|
25083
25160
|
"""
|
|
25084
25161
|
self._SupplyType = None
|
|
25162
|
+
self._ClusterType = None
|
|
25085
25163
|
|
|
25086
25164
|
@property
|
|
25087
25165
|
def SupplyType(self):
|
|
@@ -25094,9 +25172,21 @@ class ResourceSupplyAttribute(AbstractModel):
|
|
|
25094
25172
|
def SupplyType(self, SupplyType):
|
|
25095
25173
|
self._SupplyType = SupplyType
|
|
25096
25174
|
|
|
25175
|
+
@property
|
|
25176
|
+
def ClusterType(self):
|
|
25177
|
+
r"""<p>集群类型</p><p>枚举值:</p><ul><li>DEFAULT: 默认集群</li><li>THIRD: 第三方集群</li></ul><p>默认值:DEFAULT</p>
|
|
25178
|
+
:rtype: str
|
|
25179
|
+
"""
|
|
25180
|
+
return self._ClusterType
|
|
25181
|
+
|
|
25182
|
+
@ClusterType.setter
|
|
25183
|
+
def ClusterType(self, ClusterType):
|
|
25184
|
+
self._ClusterType = ClusterType
|
|
25185
|
+
|
|
25097
25186
|
|
|
25098
25187
|
def _deserialize(self, params):
|
|
25099
25188
|
self._SupplyType = params.get("SupplyType")
|
|
25189
|
+
self._ClusterType = params.get("ClusterType")
|
|
25100
25190
|
memeber_set = set(params.keys())
|
|
25101
25191
|
for name, value in vars(self).items():
|
|
25102
25192
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tione
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.155
|
|
4
4
|
Summary: Tencent Cloud Tione SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.155
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.155
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.149
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|