tencentcloud-sdk-python-mps 3.1.109__tar.gz → 3.1.110__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_mps-3.1.109 → tencentcloud_sdk_python_mps-3.1.110}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_mps-3.1.109 → tencentcloud_sdk_python_mps-3.1.110}/setup.py +1 -1
  3. {tencentcloud_sdk_python_mps-3.1.109 → tencentcloud_sdk_python_mps-3.1.110}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_mps-3.1.109 → tencentcloud_sdk_python_mps-3.1.110}/tencentcloud/mps/v20190612/models.py +2 -2
  5. {tencentcloud_sdk_python_mps-3.1.109 → tencentcloud_sdk_python_mps-3.1.110}/tencentcloud_sdk_python_mps.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_mps-3.1.110/tencentcloud_sdk_python_mps.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_mps-3.1.109/tencentcloud_sdk_python_mps.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_mps-3.1.109 → tencentcloud_sdk_python_mps-3.1.110}/README.rst +0 -0
  9. {tencentcloud_sdk_python_mps-3.1.109 → tencentcloud_sdk_python_mps-3.1.110}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_mps-3.1.109 → tencentcloud_sdk_python_mps-3.1.110}/tencentcloud/mps/__init__.py +0 -0
  11. {tencentcloud_sdk_python_mps-3.1.109 → tencentcloud_sdk_python_mps-3.1.110}/tencentcloud/mps/v20190612/__init__.py +0 -0
  12. {tencentcloud_sdk_python_mps-3.1.109 → tencentcloud_sdk_python_mps-3.1.110}/tencentcloud/mps/v20190612/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_mps-3.1.109 → tencentcloud_sdk_python_mps-3.1.110}/tencentcloud/mps/v20190612/mps_client.py +0 -0
  14. {tencentcloud_sdk_python_mps-3.1.109 → tencentcloud_sdk_python_mps-3.1.110}/tencentcloud/mps/v20190612/mps_client_async.py +0 -0
  15. {tencentcloud_sdk_python_mps-3.1.109 → tencentcloud_sdk_python_mps-3.1.110}/tencentcloud_sdk_python_mps.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_mps-3.1.109 → tencentcloud_sdk_python_mps-3.1.110}/tencentcloud_sdk_python_mps.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_mps-3.1.109 → tencentcloud_sdk_python_mps-3.1.110}/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.109
3
+ Version: 3.1.110
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.109
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.110
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.109,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.110,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Mps SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.109'
17
+ __version__ = '3.1.110'
@@ -16110,7 +16110,7 @@ class BlindWatermarkEmbedInfo(AbstractModel):
16110
16110
 
16111
16111
  def __init__(self):
16112
16112
  r"""
16113
- :param _EmbedText: 盲水印文字,经过URL安全的Base64编码的4Byte数据。Base64解码之后,少于4Byte将会填充0x00到4Byte,超过4Byte将会截断为4Byte。
16113
+ :param _EmbedText: <p>盲水印文字,经过URL安全的Base64编码的数据。Base64解码之后,少于12Byte将会填充0x00到12Byte,超过12Byte将会截断为12Byte。</p>
16114
16114
  注意:此字段可能返回 null,表示取不到有效值。
16115
16115
  :type EmbedText: str
16116
16116
  """
@@ -16118,7 +16118,7 @@ class BlindWatermarkEmbedInfo(AbstractModel):
16118
16118
 
16119
16119
  @property
16120
16120
  def EmbedText(self):
16121
- r"""盲水印文字,经过URL安全的Base64编码的4Byte数据。Base64解码之后,少于4Byte将会填充0x00到4Byte,超过4Byte将会截断为4Byte。
16121
+ r"""<p>盲水印文字,经过URL安全的Base64编码的数据。Base64解码之后,少于12Byte将会填充0x00到12Byte,超过12Byte将会截断为12Byte。</p>
16122
16122
  注意:此字段可能返回 null,表示取不到有效值。
16123
16123
  :rtype: str
16124
16124
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-mps
3
- Version: 3.1.109
3
+ Version: 3.1.110
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.109
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.110
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.110
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.109