tencentcloud-sdk-python-cdn 3.0.1436__tar.gz → 3.0.1438__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-cdn might be problematic. Click here for more details.
- {tencentcloud-sdk-python-cdn-3.0.1436 → tencentcloud-sdk-python-cdn-3.0.1438}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cdn-3.0.1436 → tencentcloud-sdk-python-cdn-3.0.1438}/setup.py +1 -1
- {tencentcloud-sdk-python-cdn-3.0.1436 → tencentcloud-sdk-python-cdn-3.0.1438}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cdn-3.0.1436 → tencentcloud-sdk-python-cdn-3.0.1438}/tencentcloud/cdn/v20180606/models.py +8 -0
- {tencentcloud-sdk-python-cdn-3.0.1436 → tencentcloud-sdk-python-cdn-3.0.1438}/tencentcloud_sdk_python_cdn.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cdn-3.0.1438/tencentcloud_sdk_python_cdn.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cdn-3.0.1436/tencentcloud_sdk_python_cdn.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cdn-3.0.1436 → tencentcloud-sdk-python-cdn-3.0.1438}/README.rst +0 -0
- {tencentcloud-sdk-python-cdn-3.0.1436 → tencentcloud-sdk-python-cdn-3.0.1438}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cdn-3.0.1436 → tencentcloud-sdk-python-cdn-3.0.1438}/tencentcloud/cdn/__init__.py +0 -0
- {tencentcloud-sdk-python-cdn-3.0.1436 → tencentcloud-sdk-python-cdn-3.0.1438}/tencentcloud/cdn/v20180606/__init__.py +0 -0
- {tencentcloud-sdk-python-cdn-3.0.1436 → tencentcloud-sdk-python-cdn-3.0.1438}/tencentcloud/cdn/v20180606/cdn_client.py +0 -0
- {tencentcloud-sdk-python-cdn-3.0.1436 → tencentcloud-sdk-python-cdn-3.0.1438}/tencentcloud/cdn/v20180606/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cdn-3.0.1436 → tencentcloud-sdk-python-cdn-3.0.1438}/tencentcloud_sdk_python_cdn.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cdn-3.0.1436 → tencentcloud-sdk-python-cdn-3.0.1438}/tencentcloud_sdk_python_cdn.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cdn-3.0.1436 → tencentcloud-sdk-python-cdn-3.0.1438}/tencentcloud_sdk_python_cdn.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-cdn',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1438,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cdn SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -4136,6 +4136,8 @@ on:开启全路径缓存(即关闭参数忽略)
|
|
|
4136
4136
|
off:关闭全路径缓存(即开启参数忽略)
|
|
4137
4137
|
:type FullUrlCache: str
|
|
4138
4138
|
:param _IgnoreCase: 是否忽略大小写缓存
|
|
4139
|
+
on:开启
|
|
4140
|
+
off:关闭
|
|
4139
4141
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4140
4142
|
:type IgnoreCase: str
|
|
4141
4143
|
:param _QueryString: CacheKey中包含请求参数
|
|
@@ -4182,6 +4184,8 @@ off:关闭全路径缓存(即开启参数忽略)
|
|
|
4182
4184
|
@property
|
|
4183
4185
|
def IgnoreCase(self):
|
|
4184
4186
|
"""是否忽略大小写缓存
|
|
4187
|
+
on:开启
|
|
4188
|
+
off:关闭
|
|
4185
4189
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4186
4190
|
:rtype: str
|
|
4187
4191
|
"""
|
|
@@ -16182,6 +16186,8 @@ off:关闭全路径缓存(即开启参数忽略)
|
|
|
16182
16186
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16183
16187
|
:type FullUrlCache: str
|
|
16184
16188
|
:param _IgnoreCase: 是否忽略大小写缓存
|
|
16189
|
+
on:开启
|
|
16190
|
+
off:关闭
|
|
16185
16191
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16186
16192
|
:type IgnoreCase: str
|
|
16187
16193
|
:param _QueryString: CacheKey中包含请求参数
|
|
@@ -16247,6 +16253,8 @@ off:关闭全路径缓存(即开启参数忽略)
|
|
|
16247
16253
|
@property
|
|
16248
16254
|
def IgnoreCase(self):
|
|
16249
16255
|
"""是否忽略大小写缓存
|
|
16256
|
+
on:开启
|
|
16257
|
+
off:关闭
|
|
16250
16258
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16251
16259
|
:rtype: str
|
|
16252
16260
|
"""
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1438
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1436
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|