tencentcloud-sdk-python-tsf 3.0.1460__tar.gz → 3.0.1464__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-tsf-3.0.1460 → tencentcloud-sdk-python-tsf-3.0.1464}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-tsf-3.0.1460 → tencentcloud-sdk-python-tsf-3.0.1464}/setup.py +1 -1
- {tencentcloud-sdk-python-tsf-3.0.1460 → tencentcloud-sdk-python-tsf-3.0.1464}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-tsf-3.0.1460 → tencentcloud-sdk-python-tsf-3.0.1464}/tencentcloud/tsf/v20180326/models.py +0 -2
- {tencentcloud-sdk-python-tsf-3.0.1460 → tencentcloud-sdk-python-tsf-3.0.1464}/tencentcloud_sdk_python_tsf.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-tsf-3.0.1464/tencentcloud_sdk_python_tsf.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-tsf-3.0.1460/tencentcloud_sdk_python_tsf.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-tsf-3.0.1460 → tencentcloud-sdk-python-tsf-3.0.1464}/README.rst +0 -0
- {tencentcloud-sdk-python-tsf-3.0.1460 → tencentcloud-sdk-python-tsf-3.0.1464}/setup.cfg +0 -0
- {tencentcloud-sdk-python-tsf-3.0.1460 → tencentcloud-sdk-python-tsf-3.0.1464}/tencentcloud/tsf/__init__.py +0 -0
- {tencentcloud-sdk-python-tsf-3.0.1460 → tencentcloud-sdk-python-tsf-3.0.1464}/tencentcloud/tsf/v20180326/__init__.py +0 -0
- {tencentcloud-sdk-python-tsf-3.0.1460 → tencentcloud-sdk-python-tsf-3.0.1464}/tencentcloud/tsf/v20180326/errorcodes.py +0 -0
- {tencentcloud-sdk-python-tsf-3.0.1460 → tencentcloud-sdk-python-tsf-3.0.1464}/tencentcloud/tsf/v20180326/tsf_client.py +0 -0
- {tencentcloud-sdk-python-tsf-3.0.1460 → tencentcloud-sdk-python-tsf-3.0.1464}/tencentcloud_sdk_python_tsf.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-tsf-3.0.1460 → tencentcloud-sdk-python-tsf-3.0.1464}/tencentcloud_sdk_python_tsf.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-tsf-3.0.1460 → tencentcloud-sdk-python-tsf-3.0.1464}/tencentcloud_sdk_python_tsf.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-tsf',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1464,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Tsf SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -39153,7 +39153,6 @@ class ImageRepositoryResult(AbstractModel):
|
|
|
39153
39153
|
:param _TotalCount: 总记录数
|
|
39154
39154
|
:type TotalCount: int
|
|
39155
39155
|
:param _Server: 镜像服务器地址
|
|
39156
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
39157
39156
|
:type Server: str
|
|
39158
39157
|
:param _Content: 列表信息
|
|
39159
39158
|
:type Content: list of ImageRepository
|
|
@@ -39176,7 +39175,6 @@ class ImageRepositoryResult(AbstractModel):
|
|
|
39176
39175
|
@property
|
|
39177
39176
|
def Server(self):
|
|
39178
39177
|
r"""镜像服务器地址
|
|
39179
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
39180
39178
|
:rtype: str
|
|
39181
39179
|
"""
|
|
39182
39180
|
return self._Server
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1464
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1460
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|