tencentcloud-sdk-python-mps 3.1.141__tar.gz → 3.1.143__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_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.143}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.143}/setup.py +1 -1
- {tencentcloud_sdk_python_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.143}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.143}/tencentcloud/mps/v20190612/models.py +4 -4
- {tencentcloud_sdk_python_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.143}/tencentcloud_sdk_python_mps.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_mps-3.1.143/tencentcloud_sdk_python_mps.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_mps-3.1.141/tencentcloud_sdk_python_mps.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.143}/README.rst +0 -0
- {tencentcloud_sdk_python_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.143}/setup.cfg +0 -0
- {tencentcloud_sdk_python_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.143}/tencentcloud/mps/__init__.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.143}/tencentcloud/mps/v20190612/__init__.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.143}/tencentcloud/mps/v20190612/errorcodes.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.143}/tencentcloud/mps/v20190612/mps_client.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.143}/tencentcloud/mps/v20190612/mps_client_async.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.143}/tencentcloud_sdk_python_mps.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.143}/tencentcloud_sdk_python_mps.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.143}/tencentcloud_sdk_python_mps.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-mps
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.143
|
|
4
4
|
Summary: Tencent Cloud Mps 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.143
|
|
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-mps',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.143,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Mps SDK for Python',
|
|
@@ -58439,9 +58439,9 @@ class ManifestInfo(AbstractModel):
|
|
|
58439
58439
|
|
|
58440
58440
|
def __init__(self):
|
|
58441
58441
|
r"""
|
|
58442
|
-
:param _Windows:
|
|
58442
|
+
:param _Windows: <p>单位秒。</p>
|
|
58443
58443
|
:type Windows: int
|
|
58444
|
-
:param _AdMarkupType:
|
|
58444
|
+
:param _AdMarkupType: <p>打到output广告标签的格式,可选Date Range、Enhanced SCTE-35和Standard SCTE-35。</p>
|
|
58445
58445
|
:type AdMarkupType: str
|
|
58446
58446
|
"""
|
|
58447
58447
|
self._Windows = None
|
|
@@ -58449,7 +58449,7 @@ class ManifestInfo(AbstractModel):
|
|
|
58449
58449
|
|
|
58450
58450
|
@property
|
|
58451
58451
|
def Windows(self):
|
|
58452
|
-
r"""
|
|
58452
|
+
r"""<p>单位秒。</p>
|
|
58453
58453
|
:rtype: int
|
|
58454
58454
|
"""
|
|
58455
58455
|
return self._Windows
|
|
@@ -58460,7 +58460,7 @@ class ManifestInfo(AbstractModel):
|
|
|
58460
58460
|
|
|
58461
58461
|
@property
|
|
58462
58462
|
def AdMarkupType(self):
|
|
58463
|
-
r"""
|
|
58463
|
+
r"""<p>打到output广告标签的格式,可选Date Range、Enhanced SCTE-35和Standard SCTE-35。</p>
|
|
58464
58464
|
:rtype: str
|
|
58465
58465
|
"""
|
|
58466
58466
|
return self._AdMarkupType
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-mps
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.143
|
|
4
4
|
Summary: Tencent Cloud Mps 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.143
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.143
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.141
|
|
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
|