tencentcloud-sdk-python-live 3.1.4__tar.gz → 3.1.8__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_live-3.1.4 → tencentcloud_sdk_python_live-3.1.8}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_live-3.1.4 → tencentcloud_sdk_python_live-3.1.8}/setup.py +1 -1
  3. {tencentcloud_sdk_python_live-3.1.4 → tencentcloud_sdk_python_live-3.1.8}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_live-3.1.4 → tencentcloud_sdk_python_live-3.1.8}/tencentcloud/live/v20180801/models.py +6 -4
  5. {tencentcloud_sdk_python_live-3.1.4 → tencentcloud_sdk_python_live-3.1.8}/tencentcloud_sdk_python_live.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_live-3.1.8/tencentcloud_sdk_python_live.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_live-3.1.4/tencentcloud_sdk_python_live.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_live-3.1.4 → tencentcloud_sdk_python_live-3.1.8}/README.rst +0 -0
  9. {tencentcloud_sdk_python_live-3.1.4 → tencentcloud_sdk_python_live-3.1.8}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_live-3.1.4 → tencentcloud_sdk_python_live-3.1.8}/tencentcloud/live/__init__.py +0 -0
  11. {tencentcloud_sdk_python_live-3.1.4 → tencentcloud_sdk_python_live-3.1.8}/tencentcloud/live/v20180801/__init__.py +0 -0
  12. {tencentcloud_sdk_python_live-3.1.4 → tencentcloud_sdk_python_live-3.1.8}/tencentcloud/live/v20180801/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_live-3.1.4 → tencentcloud_sdk_python_live-3.1.8}/tencentcloud/live/v20180801/live_client.py +0 -0
  14. {tencentcloud_sdk_python_live-3.1.4 → tencentcloud_sdk_python_live-3.1.8}/tencentcloud/live/v20180801/live_client_async.py +0 -0
  15. {tencentcloud_sdk_python_live-3.1.4 → tencentcloud_sdk_python_live-3.1.8}/tencentcloud_sdk_python_live.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_live-3.1.4 → tencentcloud_sdk_python_live-3.1.8}/tencentcloud_sdk_python_live.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_live-3.1.4 → tencentcloud_sdk_python_live-3.1.8}/tencentcloud_sdk_python_live.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-live
3
- Version: 3.1.4
3
+ Version: 3.1.8
4
4
  Summary: Tencent Cloud Live 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.4
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.8
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-live',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.4,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.8,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Live SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.4'
17
+ __version__ = '3.1.8'
@@ -19660,9 +19660,10 @@ class DescribeLiveStreamOnlineListRequest(AbstractModel):
19660
19660
  :type AppName: str
19661
19661
  :param _PageNum: 取得第几页,默认1。
19662
19662
  :type PageNum: int
19663
- :param _PageSize: 每页大小,最大100
19664
- 取值:10~100之间的任意整数。
19663
+ :param _PageSize: 每页大小,最大300000
19664
+ 取值:10~300000之间的任意整数。
19665
19665
  默认值:10。
19666
+ 注意:尽量传入比当前总流数大的PageSize, 一次性拉走全部在线流,减少访问频次,推荐1分钟拉取一次。
19666
19667
  :type PageSize: int
19667
19668
  :param _StreamName: 流名称,用于精确查询。
19668
19669
  :type StreamName: str
@@ -19708,9 +19709,10 @@ class DescribeLiveStreamOnlineListRequest(AbstractModel):
19708
19709
 
19709
19710
  @property
19710
19711
  def PageSize(self):
19711
- r"""每页大小,最大100
19712
- 取值:10~100之间的任意整数。
19712
+ r"""每页大小,最大300000
19713
+ 取值:10~300000之间的任意整数。
19713
19714
  默认值:10。
19715
+ 注意:尽量传入比当前总流数大的PageSize, 一次性拉走全部在线流,减少访问频次,推荐1分钟拉取一次。
19714
19716
  :rtype: int
19715
19717
  """
19716
19718
  return self._PageSize
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-live
3
- Version: 3.1.4
3
+ Version: 3.1.8
4
4
  Summary: Tencent Cloud Live 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.4
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.8
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.8
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.4