tencentcloud-sdk-python-omics 3.1.51__tar.gz → 3.1.67__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_omics-3.1.51 → tencentcloud_sdk_python_omics-3.1.67}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_omics-3.1.51 → tencentcloud_sdk_python_omics-3.1.67}/setup.py +1 -1
- {tencentcloud_sdk_python_omics-3.1.51 → tencentcloud_sdk_python_omics-3.1.67}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_omics-3.1.51 → tencentcloud_sdk_python_omics-3.1.67}/tencentcloud/omics/v20221128/models.py +10 -10
- {tencentcloud_sdk_python_omics-3.1.51 → tencentcloud_sdk_python_omics-3.1.67}/tencentcloud_sdk_python_omics.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_omics-3.1.67/tencentcloud_sdk_python_omics.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_omics-3.1.51/tencentcloud_sdk_python_omics.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_omics-3.1.51 → tencentcloud_sdk_python_omics-3.1.67}/README.rst +0 -0
- {tencentcloud_sdk_python_omics-3.1.51 → tencentcloud_sdk_python_omics-3.1.67}/setup.cfg +0 -0
- {tencentcloud_sdk_python_omics-3.1.51 → tencentcloud_sdk_python_omics-3.1.67}/tencentcloud/omics/__init__.py +0 -0
- {tencentcloud_sdk_python_omics-3.1.51 → tencentcloud_sdk_python_omics-3.1.67}/tencentcloud/omics/v20221128/__init__.py +0 -0
- {tencentcloud_sdk_python_omics-3.1.51 → tencentcloud_sdk_python_omics-3.1.67}/tencentcloud/omics/v20221128/errorcodes.py +0 -0
- {tencentcloud_sdk_python_omics-3.1.51 → tencentcloud_sdk_python_omics-3.1.67}/tencentcloud/omics/v20221128/omics_client.py +0 -0
- {tencentcloud_sdk_python_omics-3.1.51 → tencentcloud_sdk_python_omics-3.1.67}/tencentcloud/omics/v20221128/omics_client_async.py +0 -0
- {tencentcloud_sdk_python_omics-3.1.51 → tencentcloud_sdk_python_omics-3.1.67}/tencentcloud_sdk_python_omics.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_omics-3.1.51 → tencentcloud_sdk_python_omics-3.1.67}/tencentcloud_sdk_python_omics.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_omics-3.1.51 → tencentcloud_sdk_python_omics-3.1.67}/tencentcloud_sdk_python_omics.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-omics
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.67
|
|
4
4
|
Summary: Tencent Cloud Omics 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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.67
|
|
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-omics',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.67,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Omics SDK for Python',
|
|
@@ -6659,15 +6659,15 @@ class VPCOption(AbstractModel):
|
|
|
6659
6659
|
|
|
6660
6660
|
def __init__(self):
|
|
6661
6661
|
r"""
|
|
6662
|
-
:param _VPCId:
|
|
6662
|
+
:param _VPCId: <p>私有网络ID(VPCId和VPCCIDRBlock必选其一。若使用VPCId,则使用现用私有网络;若使用VPCCIDRBlock,则创建新的私有网络)</p>
|
|
6663
6663
|
:type VPCId: str
|
|
6664
|
-
:param _SubnetId:
|
|
6664
|
+
:param _SubnetId: <p>子网ID(SubnetId和SubnetZone&SubnetCIDRBlock必选其一。若使用SubnetId,则使用现用子网;若使用SubnetZone&SubnetCIDRBlock,则创建新的子网)</p>
|
|
6665
6665
|
:type SubnetId: str
|
|
6666
|
-
:param _SubnetZone:
|
|
6666
|
+
:param _SubnetZone: <p>子网可用区。</p>
|
|
6667
6667
|
:type SubnetZone: str
|
|
6668
|
-
:param _VPCCIDRBlock:
|
|
6668
|
+
:param _VPCCIDRBlock: <p>私有网络CIDR。</p>
|
|
6669
6669
|
:type VPCCIDRBlock: str
|
|
6670
|
-
:param _SubnetCIDRBlock:
|
|
6670
|
+
:param _SubnetCIDRBlock: <p>子网CIDR。</p>
|
|
6671
6671
|
:type SubnetCIDRBlock: str
|
|
6672
6672
|
"""
|
|
6673
6673
|
self._VPCId = None
|
|
@@ -6678,7 +6678,7 @@ class VPCOption(AbstractModel):
|
|
|
6678
6678
|
|
|
6679
6679
|
@property
|
|
6680
6680
|
def VPCId(self):
|
|
6681
|
-
r"""
|
|
6681
|
+
r"""<p>私有网络ID(VPCId和VPCCIDRBlock必选其一。若使用VPCId,则使用现用私有网络;若使用VPCCIDRBlock,则创建新的私有网络)</p>
|
|
6682
6682
|
:rtype: str
|
|
6683
6683
|
"""
|
|
6684
6684
|
return self._VPCId
|
|
@@ -6689,7 +6689,7 @@ class VPCOption(AbstractModel):
|
|
|
6689
6689
|
|
|
6690
6690
|
@property
|
|
6691
6691
|
def SubnetId(self):
|
|
6692
|
-
r"""
|
|
6692
|
+
r"""<p>子网ID(SubnetId和SubnetZone&SubnetCIDRBlock必选其一。若使用SubnetId,则使用现用子网;若使用SubnetZone&SubnetCIDRBlock,则创建新的子网)</p>
|
|
6693
6693
|
:rtype: str
|
|
6694
6694
|
"""
|
|
6695
6695
|
return self._SubnetId
|
|
@@ -6700,7 +6700,7 @@ class VPCOption(AbstractModel):
|
|
|
6700
6700
|
|
|
6701
6701
|
@property
|
|
6702
6702
|
def SubnetZone(self):
|
|
6703
|
-
r"""
|
|
6703
|
+
r"""<p>子网可用区。</p>
|
|
6704
6704
|
:rtype: str
|
|
6705
6705
|
"""
|
|
6706
6706
|
return self._SubnetZone
|
|
@@ -6711,7 +6711,7 @@ class VPCOption(AbstractModel):
|
|
|
6711
6711
|
|
|
6712
6712
|
@property
|
|
6713
6713
|
def VPCCIDRBlock(self):
|
|
6714
|
-
r"""
|
|
6714
|
+
r"""<p>私有网络CIDR。</p>
|
|
6715
6715
|
:rtype: str
|
|
6716
6716
|
"""
|
|
6717
6717
|
return self._VPCCIDRBlock
|
|
@@ -6722,7 +6722,7 @@ class VPCOption(AbstractModel):
|
|
|
6722
6722
|
|
|
6723
6723
|
@property
|
|
6724
6724
|
def SubnetCIDRBlock(self):
|
|
6725
|
-
r"""
|
|
6725
|
+
r"""<p>子网CIDR。</p>
|
|
6726
6726
|
:rtype: str
|
|
6727
6727
|
"""
|
|
6728
6728
|
return self._SubnetCIDRBlock
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-omics
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.67
|
|
4
4
|
Summary: Tencent Cloud Omics 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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.67
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.67
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.51
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|