tencentcloud-sdk-python-ags 3.1.65__tar.gz → 3.1.67__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_ags-3.1.65 → tencentcloud_sdk_python_ags-3.1.67}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ags-3.1.65 → tencentcloud_sdk_python_ags-3.1.67}/setup.py +1 -1
- {tencentcloud_sdk_python_ags-3.1.65 → tencentcloud_sdk_python_ags-3.1.67}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ags-3.1.65 → tencentcloud_sdk_python_ags-3.1.67}/tencentcloud/ags/v20250920/models.py +134 -34
- {tencentcloud_sdk_python_ags-3.1.65 → tencentcloud_sdk_python_ags-3.1.67}/tencentcloud_sdk_python_ags.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ags-3.1.67/tencentcloud_sdk_python_ags.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ags-3.1.65/tencentcloud_sdk_python_ags.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ags-3.1.65 → tencentcloud_sdk_python_ags-3.1.67}/README.rst +0 -0
- {tencentcloud_sdk_python_ags-3.1.65 → tencentcloud_sdk_python_ags-3.1.67}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ags-3.1.65 → tencentcloud_sdk_python_ags-3.1.67}/tencentcloud/ags/__init__.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.65 → tencentcloud_sdk_python_ags-3.1.67}/tencentcloud/ags/v20250920/__init__.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.65 → tencentcloud_sdk_python_ags-3.1.67}/tencentcloud/ags/v20250920/ags_client.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.65 → tencentcloud_sdk_python_ags-3.1.67}/tencentcloud/ags/v20250920/ags_client_async.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.65 → tencentcloud_sdk_python_ags-3.1.67}/tencentcloud/ags/v20250920/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.65 → tencentcloud_sdk_python_ags-3.1.67}/tencentcloud_sdk_python_ags.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ags-3.1.65 → tencentcloud_sdk_python_ags-3.1.67}/tencentcloud_sdk_python_ags.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ags-3.1.65 → tencentcloud_sdk_python_ags-3.1.67}/tencentcloud_sdk_python_ags.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ags
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.67
|
|
4
4
|
Summary: Tencent Cloud Ags 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.67
|
|
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-ags',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.67,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ags SDK for Python',
|
|
@@ -846,22 +846,24 @@ class CustomConfiguration(AbstractModel):
|
|
|
846
846
|
|
|
847
847
|
def __init__(self):
|
|
848
848
|
r"""
|
|
849
|
-
:param _Image:
|
|
849
|
+
:param _Image: <p>镜像地址</p>
|
|
850
850
|
:type Image: str
|
|
851
|
-
:param _ImageRegistryType:
|
|
851
|
+
:param _ImageRegistryType: <p>镜像仓库类型:<code>enterprise</code>、<code>personal</code>。</p>
|
|
852
852
|
:type ImageRegistryType: str
|
|
853
|
-
:param _Command:
|
|
853
|
+
:param _Command: <p>启动命令</p>
|
|
854
854
|
:type Command: list of str
|
|
855
|
-
:param _Args:
|
|
855
|
+
:param _Args: <p>启动参数</p>
|
|
856
856
|
:type Args: list of str
|
|
857
|
-
:param _Env:
|
|
857
|
+
:param _Env: <p>环境变量</p>
|
|
858
858
|
:type Env: list of EnvVar
|
|
859
|
-
:param _Ports:
|
|
859
|
+
:param _Ports: <p>端口配置</p>
|
|
860
860
|
:type Ports: list of PortConfiguration
|
|
861
|
-
:param _Resources:
|
|
861
|
+
:param _Resources: <p>资源配置</p>
|
|
862
862
|
:type Resources: :class:`tencentcloud.ags.v20250920.models.ResourceConfiguration`
|
|
863
|
-
:param _Probe:
|
|
863
|
+
:param _Probe: <p>探针配置</p>
|
|
864
864
|
:type Probe: :class:`tencentcloud.ags.v20250920.models.ProbeConfiguration`
|
|
865
|
+
:param _DNSConfig: <p>沙箱 DNS 配置</p>
|
|
866
|
+
:type DNSConfig: :class:`tencentcloud.ags.v20250920.models.DNSConfig`
|
|
865
867
|
"""
|
|
866
868
|
self._Image = None
|
|
867
869
|
self._ImageRegistryType = None
|
|
@@ -871,10 +873,11 @@ class CustomConfiguration(AbstractModel):
|
|
|
871
873
|
self._Ports = None
|
|
872
874
|
self._Resources = None
|
|
873
875
|
self._Probe = None
|
|
876
|
+
self._DNSConfig = None
|
|
874
877
|
|
|
875
878
|
@property
|
|
876
879
|
def Image(self):
|
|
877
|
-
r"""
|
|
880
|
+
r"""<p>镜像地址</p>
|
|
878
881
|
:rtype: str
|
|
879
882
|
"""
|
|
880
883
|
return self._Image
|
|
@@ -885,7 +888,7 @@ class CustomConfiguration(AbstractModel):
|
|
|
885
888
|
|
|
886
889
|
@property
|
|
887
890
|
def ImageRegistryType(self):
|
|
888
|
-
r"""
|
|
891
|
+
r"""<p>镜像仓库类型:<code>enterprise</code>、<code>personal</code>。</p>
|
|
889
892
|
:rtype: str
|
|
890
893
|
"""
|
|
891
894
|
return self._ImageRegistryType
|
|
@@ -896,7 +899,7 @@ class CustomConfiguration(AbstractModel):
|
|
|
896
899
|
|
|
897
900
|
@property
|
|
898
901
|
def Command(self):
|
|
899
|
-
r"""
|
|
902
|
+
r"""<p>启动命令</p>
|
|
900
903
|
:rtype: list of str
|
|
901
904
|
"""
|
|
902
905
|
return self._Command
|
|
@@ -907,7 +910,7 @@ class CustomConfiguration(AbstractModel):
|
|
|
907
910
|
|
|
908
911
|
@property
|
|
909
912
|
def Args(self):
|
|
910
|
-
r"""
|
|
913
|
+
r"""<p>启动参数</p>
|
|
911
914
|
:rtype: list of str
|
|
912
915
|
"""
|
|
913
916
|
return self._Args
|
|
@@ -918,7 +921,7 @@ class CustomConfiguration(AbstractModel):
|
|
|
918
921
|
|
|
919
922
|
@property
|
|
920
923
|
def Env(self):
|
|
921
|
-
r"""
|
|
924
|
+
r"""<p>环境变量</p>
|
|
922
925
|
:rtype: list of EnvVar
|
|
923
926
|
"""
|
|
924
927
|
return self._Env
|
|
@@ -929,7 +932,7 @@ class CustomConfiguration(AbstractModel):
|
|
|
929
932
|
|
|
930
933
|
@property
|
|
931
934
|
def Ports(self):
|
|
932
|
-
r"""
|
|
935
|
+
r"""<p>端口配置</p>
|
|
933
936
|
:rtype: list of PortConfiguration
|
|
934
937
|
"""
|
|
935
938
|
return self._Ports
|
|
@@ -940,7 +943,7 @@ class CustomConfiguration(AbstractModel):
|
|
|
940
943
|
|
|
941
944
|
@property
|
|
942
945
|
def Resources(self):
|
|
943
|
-
r"""
|
|
946
|
+
r"""<p>资源配置</p>
|
|
944
947
|
:rtype: :class:`tencentcloud.ags.v20250920.models.ResourceConfiguration`
|
|
945
948
|
"""
|
|
946
949
|
return self._Resources
|
|
@@ -951,7 +954,7 @@ class CustomConfiguration(AbstractModel):
|
|
|
951
954
|
|
|
952
955
|
@property
|
|
953
956
|
def Probe(self):
|
|
954
|
-
r"""
|
|
957
|
+
r"""<p>探针配置</p>
|
|
955
958
|
:rtype: :class:`tencentcloud.ags.v20250920.models.ProbeConfiguration`
|
|
956
959
|
"""
|
|
957
960
|
return self._Probe
|
|
@@ -960,6 +963,17 @@ class CustomConfiguration(AbstractModel):
|
|
|
960
963
|
def Probe(self, Probe):
|
|
961
964
|
self._Probe = Probe
|
|
962
965
|
|
|
966
|
+
@property
|
|
967
|
+
def DNSConfig(self):
|
|
968
|
+
r"""<p>沙箱 DNS 配置</p>
|
|
969
|
+
:rtype: :class:`tencentcloud.ags.v20250920.models.DNSConfig`
|
|
970
|
+
"""
|
|
971
|
+
return self._DNSConfig
|
|
972
|
+
|
|
973
|
+
@DNSConfig.setter
|
|
974
|
+
def DNSConfig(self, DNSConfig):
|
|
975
|
+
self._DNSConfig = DNSConfig
|
|
976
|
+
|
|
963
977
|
|
|
964
978
|
def _deserialize(self, params):
|
|
965
979
|
self._Image = params.get("Image")
|
|
@@ -984,6 +998,9 @@ class CustomConfiguration(AbstractModel):
|
|
|
984
998
|
if params.get("Probe") is not None:
|
|
985
999
|
self._Probe = ProbeConfiguration()
|
|
986
1000
|
self._Probe._deserialize(params.get("Probe"))
|
|
1001
|
+
if params.get("DNSConfig") is not None:
|
|
1002
|
+
self._DNSConfig = DNSConfig()
|
|
1003
|
+
self._DNSConfig._deserialize(params.get("DNSConfig"))
|
|
987
1004
|
memeber_set = set(params.keys())
|
|
988
1005
|
for name, value in vars(self).items():
|
|
989
1006
|
property_name = name[1:]
|
|
@@ -1001,24 +1018,26 @@ class CustomConfigurationDetail(AbstractModel):
|
|
|
1001
1018
|
|
|
1002
1019
|
def __init__(self):
|
|
1003
1020
|
r"""
|
|
1004
|
-
:param _Image:
|
|
1021
|
+
:param _Image: <p>镜像地址</p>
|
|
1005
1022
|
:type Image: str
|
|
1006
|
-
:param _ImageRegistryType:
|
|
1023
|
+
:param _ImageRegistryType: <p>镜像仓库类型:<code>TCR</code>、<code>CCR</code>。</p>
|
|
1007
1024
|
:type ImageRegistryType: str
|
|
1008
|
-
:param _ImageDigest:
|
|
1025
|
+
:param _ImageDigest: <p>镜像 Digest</p>
|
|
1009
1026
|
:type ImageDigest: str
|
|
1010
|
-
:param _Command:
|
|
1027
|
+
:param _Command: <p>启动命令</p>
|
|
1011
1028
|
:type Command: list of str
|
|
1012
|
-
:param _Args:
|
|
1029
|
+
:param _Args: <p>启动参数</p>
|
|
1013
1030
|
:type Args: list of str
|
|
1014
|
-
:param _Env:
|
|
1031
|
+
:param _Env: <p>环境变量</p>
|
|
1015
1032
|
:type Env: list of EnvVar
|
|
1016
|
-
:param _Ports:
|
|
1033
|
+
:param _Ports: <p>端口配置</p>
|
|
1017
1034
|
:type Ports: list of PortConfiguration
|
|
1018
|
-
:param _Resources:
|
|
1035
|
+
:param _Resources: <p>资源配置</p>
|
|
1019
1036
|
:type Resources: :class:`tencentcloud.ags.v20250920.models.ResourceConfiguration`
|
|
1020
|
-
:param _Probe:
|
|
1037
|
+
:param _Probe: <p>探针配置</p>
|
|
1021
1038
|
:type Probe: :class:`tencentcloud.ags.v20250920.models.ProbeConfiguration`
|
|
1039
|
+
:param _DNSConfig: <p>沙箱 DNS 配置</p>
|
|
1040
|
+
:type DNSConfig: :class:`tencentcloud.ags.v20250920.models.DNSConfig`
|
|
1022
1041
|
"""
|
|
1023
1042
|
self._Image = None
|
|
1024
1043
|
self._ImageRegistryType = None
|
|
@@ -1029,10 +1048,11 @@ class CustomConfigurationDetail(AbstractModel):
|
|
|
1029
1048
|
self._Ports = None
|
|
1030
1049
|
self._Resources = None
|
|
1031
1050
|
self._Probe = None
|
|
1051
|
+
self._DNSConfig = None
|
|
1032
1052
|
|
|
1033
1053
|
@property
|
|
1034
1054
|
def Image(self):
|
|
1035
|
-
r"""
|
|
1055
|
+
r"""<p>镜像地址</p>
|
|
1036
1056
|
:rtype: str
|
|
1037
1057
|
"""
|
|
1038
1058
|
return self._Image
|
|
@@ -1043,7 +1063,7 @@ class CustomConfigurationDetail(AbstractModel):
|
|
|
1043
1063
|
|
|
1044
1064
|
@property
|
|
1045
1065
|
def ImageRegistryType(self):
|
|
1046
|
-
r"""
|
|
1066
|
+
r"""<p>镜像仓库类型:<code>TCR</code>、<code>CCR</code>。</p>
|
|
1047
1067
|
:rtype: str
|
|
1048
1068
|
"""
|
|
1049
1069
|
return self._ImageRegistryType
|
|
@@ -1054,7 +1074,7 @@ class CustomConfigurationDetail(AbstractModel):
|
|
|
1054
1074
|
|
|
1055
1075
|
@property
|
|
1056
1076
|
def ImageDigest(self):
|
|
1057
|
-
r"""
|
|
1077
|
+
r"""<p>镜像 Digest</p>
|
|
1058
1078
|
:rtype: str
|
|
1059
1079
|
"""
|
|
1060
1080
|
return self._ImageDigest
|
|
@@ -1065,7 +1085,7 @@ class CustomConfigurationDetail(AbstractModel):
|
|
|
1065
1085
|
|
|
1066
1086
|
@property
|
|
1067
1087
|
def Command(self):
|
|
1068
|
-
r"""
|
|
1088
|
+
r"""<p>启动命令</p>
|
|
1069
1089
|
:rtype: list of str
|
|
1070
1090
|
"""
|
|
1071
1091
|
return self._Command
|
|
@@ -1076,7 +1096,7 @@ class CustomConfigurationDetail(AbstractModel):
|
|
|
1076
1096
|
|
|
1077
1097
|
@property
|
|
1078
1098
|
def Args(self):
|
|
1079
|
-
r"""
|
|
1099
|
+
r"""<p>启动参数</p>
|
|
1080
1100
|
:rtype: list of str
|
|
1081
1101
|
"""
|
|
1082
1102
|
return self._Args
|
|
@@ -1087,7 +1107,7 @@ class CustomConfigurationDetail(AbstractModel):
|
|
|
1087
1107
|
|
|
1088
1108
|
@property
|
|
1089
1109
|
def Env(self):
|
|
1090
|
-
r"""
|
|
1110
|
+
r"""<p>环境变量</p>
|
|
1091
1111
|
:rtype: list of EnvVar
|
|
1092
1112
|
"""
|
|
1093
1113
|
return self._Env
|
|
@@ -1098,7 +1118,7 @@ class CustomConfigurationDetail(AbstractModel):
|
|
|
1098
1118
|
|
|
1099
1119
|
@property
|
|
1100
1120
|
def Ports(self):
|
|
1101
|
-
r"""
|
|
1121
|
+
r"""<p>端口配置</p>
|
|
1102
1122
|
:rtype: list of PortConfiguration
|
|
1103
1123
|
"""
|
|
1104
1124
|
return self._Ports
|
|
@@ -1109,7 +1129,7 @@ class CustomConfigurationDetail(AbstractModel):
|
|
|
1109
1129
|
|
|
1110
1130
|
@property
|
|
1111
1131
|
def Resources(self):
|
|
1112
|
-
r"""
|
|
1132
|
+
r"""<p>资源配置</p>
|
|
1113
1133
|
:rtype: :class:`tencentcloud.ags.v20250920.models.ResourceConfiguration`
|
|
1114
1134
|
"""
|
|
1115
1135
|
return self._Resources
|
|
@@ -1120,7 +1140,7 @@ class CustomConfigurationDetail(AbstractModel):
|
|
|
1120
1140
|
|
|
1121
1141
|
@property
|
|
1122
1142
|
def Probe(self):
|
|
1123
|
-
r"""
|
|
1143
|
+
r"""<p>探针配置</p>
|
|
1124
1144
|
:rtype: :class:`tencentcloud.ags.v20250920.models.ProbeConfiguration`
|
|
1125
1145
|
"""
|
|
1126
1146
|
return self._Probe
|
|
@@ -1129,6 +1149,17 @@ class CustomConfigurationDetail(AbstractModel):
|
|
|
1129
1149
|
def Probe(self, Probe):
|
|
1130
1150
|
self._Probe = Probe
|
|
1131
1151
|
|
|
1152
|
+
@property
|
|
1153
|
+
def DNSConfig(self):
|
|
1154
|
+
r"""<p>沙箱 DNS 配置</p>
|
|
1155
|
+
:rtype: :class:`tencentcloud.ags.v20250920.models.DNSConfig`
|
|
1156
|
+
"""
|
|
1157
|
+
return self._DNSConfig
|
|
1158
|
+
|
|
1159
|
+
@DNSConfig.setter
|
|
1160
|
+
def DNSConfig(self, DNSConfig):
|
|
1161
|
+
self._DNSConfig = DNSConfig
|
|
1162
|
+
|
|
1132
1163
|
|
|
1133
1164
|
def _deserialize(self, params):
|
|
1134
1165
|
self._Image = params.get("Image")
|
|
@@ -1154,6 +1185,75 @@ class CustomConfigurationDetail(AbstractModel):
|
|
|
1154
1185
|
if params.get("Probe") is not None:
|
|
1155
1186
|
self._Probe = ProbeConfiguration()
|
|
1156
1187
|
self._Probe._deserialize(params.get("Probe"))
|
|
1188
|
+
if params.get("DNSConfig") is not None:
|
|
1189
|
+
self._DNSConfig = DNSConfig()
|
|
1190
|
+
self._DNSConfig._deserialize(params.get("DNSConfig"))
|
|
1191
|
+
memeber_set = set(params.keys())
|
|
1192
|
+
for name, value in vars(self).items():
|
|
1193
|
+
property_name = name[1:]
|
|
1194
|
+
if property_name in memeber_set:
|
|
1195
|
+
memeber_set.remove(property_name)
|
|
1196
|
+
if len(memeber_set) > 0:
|
|
1197
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
1198
|
+
|
|
1199
|
+
|
|
1200
|
+
|
|
1201
|
+
class DNSConfig(AbstractModel):
|
|
1202
|
+
r"""沙箱自定义 dns 配置
|
|
1203
|
+
|
|
1204
|
+
"""
|
|
1205
|
+
|
|
1206
|
+
def __init__(self):
|
|
1207
|
+
r"""
|
|
1208
|
+
:param _Servers: <p>DNS 服务器地址</p><p>参数格式:需要有效 IP 地址</p><p>默认值:10.0.0.1</p>
|
|
1209
|
+
:type Servers: list of str
|
|
1210
|
+
:param _Searches: <p>搜索域(对应 resolv.conf 的 search 指令)</p>
|
|
1211
|
+
:type Searches: list of str
|
|
1212
|
+
:param _Options: <p>配置项(对应 resolv.conf 选项)</p>
|
|
1213
|
+
:type Options: list of str
|
|
1214
|
+
"""
|
|
1215
|
+
self._Servers = None
|
|
1216
|
+
self._Searches = None
|
|
1217
|
+
self._Options = None
|
|
1218
|
+
|
|
1219
|
+
@property
|
|
1220
|
+
def Servers(self):
|
|
1221
|
+
r"""<p>DNS 服务器地址</p><p>参数格式:需要有效 IP 地址</p><p>默认值:10.0.0.1</p>
|
|
1222
|
+
:rtype: list of str
|
|
1223
|
+
"""
|
|
1224
|
+
return self._Servers
|
|
1225
|
+
|
|
1226
|
+
@Servers.setter
|
|
1227
|
+
def Servers(self, Servers):
|
|
1228
|
+
self._Servers = Servers
|
|
1229
|
+
|
|
1230
|
+
@property
|
|
1231
|
+
def Searches(self):
|
|
1232
|
+
r"""<p>搜索域(对应 resolv.conf 的 search 指令)</p>
|
|
1233
|
+
:rtype: list of str
|
|
1234
|
+
"""
|
|
1235
|
+
return self._Searches
|
|
1236
|
+
|
|
1237
|
+
@Searches.setter
|
|
1238
|
+
def Searches(self, Searches):
|
|
1239
|
+
self._Searches = Searches
|
|
1240
|
+
|
|
1241
|
+
@property
|
|
1242
|
+
def Options(self):
|
|
1243
|
+
r"""<p>配置项(对应 resolv.conf 选项)</p>
|
|
1244
|
+
:rtype: list of str
|
|
1245
|
+
"""
|
|
1246
|
+
return self._Options
|
|
1247
|
+
|
|
1248
|
+
@Options.setter
|
|
1249
|
+
def Options(self, Options):
|
|
1250
|
+
self._Options = Options
|
|
1251
|
+
|
|
1252
|
+
|
|
1253
|
+
def _deserialize(self, params):
|
|
1254
|
+
self._Servers = params.get("Servers")
|
|
1255
|
+
self._Searches = params.get("Searches")
|
|
1256
|
+
self._Options = params.get("Options")
|
|
1157
1257
|
memeber_set = set(params.keys())
|
|
1158
1258
|
for name, value in vars(self).items():
|
|
1159
1259
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ags
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.67
|
|
4
4
|
Summary: Tencent Cloud Ags 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.67
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.67
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.65
|
|
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
|