tencentcloud-sdk-python-tmt 3.0.1139__tar.gz → 3.0.1141__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-tmt-3.0.1139 → tencentcloud-sdk-python-tmt-3.0.1141}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-tmt-3.0.1139 → tencentcloud-sdk-python-tmt-3.0.1141}/setup.py +1 -1
- {tencentcloud-sdk-python-tmt-3.0.1139 → tencentcloud-sdk-python-tmt-3.0.1141}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-tmt-3.0.1139 → tencentcloud-sdk-python-tmt-3.0.1141}/tencentcloud/tmt/v20180321/errorcodes.py +6 -0
- {tencentcloud-sdk-python-tmt-3.0.1139 → tencentcloud-sdk-python-tmt-3.0.1141}/tencentcloud_sdk_python_tmt.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-tmt-3.0.1141/tencentcloud_sdk_python_tmt.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-tmt-3.0.1139/tencentcloud_sdk_python_tmt.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-tmt-3.0.1139 → tencentcloud-sdk-python-tmt-3.0.1141}/README.rst +0 -0
- {tencentcloud-sdk-python-tmt-3.0.1139 → tencentcloud-sdk-python-tmt-3.0.1141}/setup.cfg +0 -0
- {tencentcloud-sdk-python-tmt-3.0.1139 → tencentcloud-sdk-python-tmt-3.0.1141}/tencentcloud/tmt/__init__.py +0 -0
- {tencentcloud-sdk-python-tmt-3.0.1139 → tencentcloud-sdk-python-tmt-3.0.1141}/tencentcloud/tmt/v20180321/__init__.py +0 -0
- {tencentcloud-sdk-python-tmt-3.0.1139 → tencentcloud-sdk-python-tmt-3.0.1141}/tencentcloud/tmt/v20180321/models.py +0 -0
- {tencentcloud-sdk-python-tmt-3.0.1139 → tencentcloud-sdk-python-tmt-3.0.1141}/tencentcloud/tmt/v20180321/tmt_client.py +0 -0
- {tencentcloud-sdk-python-tmt-3.0.1139 → tencentcloud-sdk-python-tmt-3.0.1141}/tencentcloud_sdk_python_tmt.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-tmt-3.0.1139 → tencentcloud-sdk-python-tmt-3.0.1141}/tencentcloud_sdk_python_tmt.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-tmt-3.0.1139 → tencentcloud-sdk-python-tmt-3.0.1141}/tencentcloud_sdk_python_tmt.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-tmt',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1141"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Tmt SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -35,6 +35,12 @@ FAILEDOPERATION_SERVICEISOLATE = 'FailedOperation.ServiceIsolate'
|
|
|
35
35
|
# 账号已停服。
|
|
36
36
|
FAILEDOPERATION_STOPUSING = 'FailedOperation.StopUsing'
|
|
37
37
|
|
|
38
|
+
# 当日提交任务数达到上限
|
|
39
|
+
FAILEDOPERATION_SUBMISSIONLIMITREACHED = 'FailedOperation.SubmissionLimitReached'
|
|
40
|
+
|
|
41
|
+
# 过多未完成任务
|
|
42
|
+
FAILEDOPERATION_TOOMANYWAITPROCESS = 'FailedOperation.TooManyWaitProcess'
|
|
43
|
+
|
|
38
44
|
# 服务未开通,请在腾讯云官网机器翻译控制台开通服务。
|
|
39
45
|
FAILEDOPERATION_USERNOTREGISTERED = 'FailedOperation.UserNotRegistered'
|
|
40
46
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1141
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1139
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|