tencentcloud-sdk-python-igtm 3.0.1427__tar.gz → 3.0.1430__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-igtm-3.0.1427 → tencentcloud-sdk-python-igtm-3.0.1430}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-igtm-3.0.1427 → tencentcloud-sdk-python-igtm-3.0.1430}/setup.py +1 -1
- {tencentcloud-sdk-python-igtm-3.0.1427 → tencentcloud-sdk-python-igtm-3.0.1430}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-igtm-3.0.1427 → tencentcloud-sdk-python-igtm-3.0.1430}/tencentcloud/igtm/v20231024/models.py +2 -2
- {tencentcloud-sdk-python-igtm-3.0.1427 → tencentcloud-sdk-python-igtm-3.0.1430}/tencentcloud_sdk_python_igtm.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-igtm-3.0.1430/tencentcloud_sdk_python_igtm.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-igtm-3.0.1427/tencentcloud_sdk_python_igtm.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-igtm-3.0.1427 → tencentcloud-sdk-python-igtm-3.0.1430}/README.rst +0 -0
- {tencentcloud-sdk-python-igtm-3.0.1427 → tencentcloud-sdk-python-igtm-3.0.1430}/setup.cfg +0 -0
- {tencentcloud-sdk-python-igtm-3.0.1427 → tencentcloud-sdk-python-igtm-3.0.1430}/tencentcloud/igtm/__init__.py +0 -0
- {tencentcloud-sdk-python-igtm-3.0.1427 → tencentcloud-sdk-python-igtm-3.0.1430}/tencentcloud/igtm/v20231024/__init__.py +0 -0
- {tencentcloud-sdk-python-igtm-3.0.1427 → tencentcloud-sdk-python-igtm-3.0.1430}/tencentcloud/igtm/v20231024/errorcodes.py +0 -0
- {tencentcloud-sdk-python-igtm-3.0.1427 → tencentcloud-sdk-python-igtm-3.0.1430}/tencentcloud/igtm/v20231024/igtm_client.py +0 -0
- {tencentcloud-sdk-python-igtm-3.0.1427 → tencentcloud-sdk-python-igtm-3.0.1430}/tencentcloud_sdk_python_igtm.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-igtm-3.0.1427 → tencentcloud-sdk-python-igtm-3.0.1430}/tencentcloud_sdk_python_igtm.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-igtm-3.0.1427 → tencentcloud-sdk-python-igtm-3.0.1430}/tencentcloud_sdk_python_igtm.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-igtm',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1430,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Igtm SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -781,7 +781,7 @@ ULTIMATE:旗舰版
|
|
|
781
781
|
:type AccessSubDomain: str
|
|
782
782
|
:param _Remark: 备注
|
|
783
783
|
:type Remark: str
|
|
784
|
-
:param _ResourceId: 套餐资源id
|
|
784
|
+
:param _ResourceId: 套餐资源id
|
|
785
785
|
:type ResourceId: str
|
|
786
786
|
"""
|
|
787
787
|
self._Domain = None
|
|
@@ -888,7 +888,7 @@ ULTIMATE:旗舰版
|
|
|
888
888
|
|
|
889
889
|
@property
|
|
890
890
|
def ResourceId(self):
|
|
891
|
-
"""套餐资源id
|
|
891
|
+
"""套餐资源id
|
|
892
892
|
:rtype: str
|
|
893
893
|
"""
|
|
894
894
|
return self._ResourceId
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1430
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1427
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|