tencentcloud-sdk-python-live 3.0.1389__tar.gz → 3.0.1391__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-live-3.0.1389 → tencentcloud-sdk-python-live-3.0.1391}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-live-3.0.1389 → tencentcloud-sdk-python-live-3.0.1391}/setup.py +1 -1
- {tencentcloud-sdk-python-live-3.0.1389 → tencentcloud-sdk-python-live-3.0.1391}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-live-3.0.1389 → tencentcloud-sdk-python-live-3.0.1391}/tencentcloud/live/v20180801/models.py +2 -0
- {tencentcloud-sdk-python-live-3.0.1389 → tencentcloud-sdk-python-live-3.0.1391}/tencentcloud_sdk_python_live.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-live-3.0.1391/tencentcloud_sdk_python_live.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-live-3.0.1389/tencentcloud_sdk_python_live.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-live-3.0.1389 → tencentcloud-sdk-python-live-3.0.1391}/README.rst +0 -0
- {tencentcloud-sdk-python-live-3.0.1389 → tencentcloud-sdk-python-live-3.0.1391}/setup.cfg +0 -0
- {tencentcloud-sdk-python-live-3.0.1389 → tencentcloud-sdk-python-live-3.0.1391}/tencentcloud/live/__init__.py +0 -0
- {tencentcloud-sdk-python-live-3.0.1389 → tencentcloud-sdk-python-live-3.0.1391}/tencentcloud/live/v20180801/__init__.py +0 -0
- {tencentcloud-sdk-python-live-3.0.1389 → tencentcloud-sdk-python-live-3.0.1391}/tencentcloud/live/v20180801/errorcodes.py +0 -0
- {tencentcloud-sdk-python-live-3.0.1389 → tencentcloud-sdk-python-live-3.0.1391}/tencentcloud/live/v20180801/live_client.py +0 -0
- {tencentcloud-sdk-python-live-3.0.1389 → tencentcloud-sdk-python-live-3.0.1391}/tencentcloud_sdk_python_live.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-live-3.0.1389 → tencentcloud-sdk-python-live-3.0.1391}/tencentcloud_sdk_python_live.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-live-3.0.1389 → tencentcloud-sdk-python-live-3.0.1391}/tencentcloud_sdk_python_live.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-live',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1391"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Live SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -34528,6 +34528,7 @@ cold:低频存储。
|
|
|
34528
34528
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
34529
34529
|
:type ClassId: int
|
|
34530
34530
|
:param _CosBucketName: 存储至 cos 的 bucket 桶名称。
|
|
34531
|
+
注:CosBucketName参数值不能包含-[appid] 部分。
|
|
34531
34532
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
34532
34533
|
:type CosBucketName: str
|
|
34533
34534
|
:param _CosBucketRegion: 存储至 cos 的 bucket 区域。
|
|
@@ -34668,6 +34669,7 @@ cold:低频存储。
|
|
|
34668
34669
|
@property
|
|
34669
34670
|
def CosBucketName(self):
|
|
34670
34671
|
"""存储至 cos 的 bucket 桶名称。
|
|
34672
|
+
注:CosBucketName参数值不能包含-[appid] 部分。
|
|
34671
34673
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
34672
34674
|
:rtype: str
|
|
34673
34675
|
"""
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1391
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1389
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|