alibabacloud-r-kvstore20150101 4.2.0__tar.gz → 4.2.1__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.
- {alibabacloud_r-kvstore20150101-4.2.0 → alibabacloud_r-kvstore20150101-4.2.1}/ChangeLog.md +13 -0
- alibabacloud_r-kvstore20150101-4.2.1/PKG-INFO +65 -0
- alibabacloud_r-kvstore20150101-4.2.1/alibabacloud_r_kvstore20150101/__init__.py +1 -0
- {alibabacloud_r-kvstore20150101-4.2.0 → alibabacloud_r-kvstore20150101-4.2.1}/alibabacloud_r_kvstore20150101/client.py +12 -5
- {alibabacloud_r-kvstore20150101-4.2.0 → alibabacloud_r-kvstore20150101-4.2.1}/alibabacloud_r_kvstore20150101/models.py +26 -6
- alibabacloud_r-kvstore20150101-4.2.1/alibabacloud_r_kvstore20150101.egg-info/PKG-INFO +65 -0
- {alibabacloud_r-kvstore20150101-4.2.0 → alibabacloud_r-kvstore20150101-4.2.1}/alibabacloud_r_kvstore20150101.egg-info/requires.txt +3 -3
- {alibabacloud_r-kvstore20150101-4.2.0 → alibabacloud_r-kvstore20150101-4.2.1}/setup.py +3 -3
- alibabacloud_r-kvstore20150101-4.2.0/PKG-INFO +0 -64
- alibabacloud_r-kvstore20150101-4.2.0/alibabacloud_r_kvstore20150101/__init__.py +0 -1
- alibabacloud_r-kvstore20150101-4.2.0/alibabacloud_r_kvstore20150101.egg-info/PKG-INFO +0 -64
- {alibabacloud_r-kvstore20150101-4.2.0 → alibabacloud_r-kvstore20150101-4.2.1}/LICENSE +0 -0
- {alibabacloud_r-kvstore20150101-4.2.0 → alibabacloud_r-kvstore20150101-4.2.1}/MANIFEST.in +0 -0
- {alibabacloud_r-kvstore20150101-4.2.0 → alibabacloud_r-kvstore20150101-4.2.1}/README-CN.md +0 -0
- {alibabacloud_r-kvstore20150101-4.2.0 → alibabacloud_r-kvstore20150101-4.2.1}/README.md +0 -0
- {alibabacloud_r-kvstore20150101-4.2.0 → alibabacloud_r-kvstore20150101-4.2.1}/alibabacloud_r_kvstore20150101.egg-info/SOURCES.txt +0 -0
- {alibabacloud_r-kvstore20150101-4.2.0 → alibabacloud_r-kvstore20150101-4.2.1}/alibabacloud_r_kvstore20150101.egg-info/dependency_links.txt +0 -0
- {alibabacloud_r-kvstore20150101-4.2.0 → alibabacloud_r-kvstore20150101-4.2.1}/alibabacloud_r_kvstore20150101.egg-info/top_level.txt +0 -0
- {alibabacloud_r-kvstore20150101-4.2.0 → alibabacloud_r-kvstore20150101-4.2.1}/setup.cfg +0 -0
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
2024-07-19 Version: 4.2.0
|
|
2
|
+
- Support API DescribeActiveOperationTasks.
|
|
3
|
+
- Support API ModifyActiveOperationTasks.
|
|
4
|
+
- Update API CreateAccount: add param SourceBiz.
|
|
5
|
+
- Update API DeleteAccount: add param SourceBiz.
|
|
6
|
+
- Update API DeleteAccount: update response param.
|
|
7
|
+
- Update API DescribeInstances: update response param.
|
|
8
|
+
- Update API GrantAccountPrivilege: add param SourceBiz.
|
|
9
|
+
- Update API ModifyAccountDescription: add param SourceBiz.
|
|
10
|
+
- Update API ModifyAccountPassword: add param SourceBiz.
|
|
11
|
+
- Update API ResetAccountPassword: add param SourceBiz.
|
|
12
|
+
|
|
13
|
+
|
|
1
14
|
2024-06-19 Version: 4.1.0
|
|
2
15
|
- Support API CreateParameterGroup.
|
|
3
16
|
- Support API DeleteParameterGroup.
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: alibabacloud_r-kvstore20150101
|
|
3
|
+
Version: 4.2.1
|
|
4
|
+
Summary: Alibaba Cloud R-kvstore (20150101) SDK Library for Python
|
|
5
|
+
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
|
6
|
+
Author: Alibaba Cloud SDK
|
|
7
|
+
Author-email: sdk-team@alibabacloud.com
|
|
8
|
+
License: Apache License 2.0
|
|
9
|
+
Keywords: alibabacloud,r,kvstore20150101
|
|
10
|
+
Platform: any
|
|
11
|
+
Classifier: Development Status :: 4 - Beta
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
14
|
+
Classifier: Programming Language :: Python
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
20
|
+
Classifier: Topic :: Software Development
|
|
21
|
+
Requires-Python: >=3.6
|
|
22
|
+
Description-Content-Type: text/markdown
|
|
23
|
+
License-File: LICENSE
|
|
24
|
+
|
|
25
|
+
English | [简体中文](README-CN.md)
|
|
26
|
+

|
|
27
|
+
|
|
28
|
+
## Alibaba Cloud R-kvstore SDK for Python
|
|
29
|
+
|
|
30
|
+
## Requirements
|
|
31
|
+
|
|
32
|
+
- Python >= 3.6
|
|
33
|
+
|
|
34
|
+
## Installation
|
|
35
|
+
|
|
36
|
+
- **Install with pip**
|
|
37
|
+
|
|
38
|
+
Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip.
|
|
39
|
+
|
|
40
|
+
```bash
|
|
41
|
+
# Install the alibabacloud_r_kvstore20150101
|
|
42
|
+
pip install alibabacloud_r_kvstore20150101
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
## Issues
|
|
46
|
+
|
|
47
|
+
[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
|
|
48
|
+
|
|
49
|
+
## Usage
|
|
50
|
+
|
|
51
|
+
[Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
|
|
52
|
+
|
|
53
|
+
## Changelog
|
|
54
|
+
|
|
55
|
+
Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/r-kvstore-20150101/ChangeLog.md).
|
|
56
|
+
|
|
57
|
+
## References
|
|
58
|
+
|
|
59
|
+
- [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)
|
|
60
|
+
|
|
61
|
+
## License
|
|
62
|
+
|
|
63
|
+
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
|
64
|
+
|
|
65
|
+
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '4.2.1'
|
|
@@ -31,7 +31,6 @@ class Client(OpenApiClient):
|
|
|
31
31
|
'cn-shenzhen': 'r-kvstore.aliyuncs.com',
|
|
32
32
|
'cn-heyuan': 'r-kvstore.aliyuncs.com',
|
|
33
33
|
'cn-guangzhou': 'r-kvstore.aliyuncs.com',
|
|
34
|
-
'cn-hongkong': 'r-kvstore.aliyuncs.com',
|
|
35
34
|
'cn-hangzhou-finance': 'r-kvstore.aliyuncs.com',
|
|
36
35
|
'cn-shanghai-finance-1': 'r-kvstore.aliyuncs.com',
|
|
37
36
|
'cn-shenzhen-finance-1': 'r-kvstore.aliyuncs.com',
|
|
@@ -7645,7 +7644,7 @@ class Client(OpenApiClient):
|
|
|
7645
7644
|
runtime: util_models.RuntimeOptions,
|
|
7646
7645
|
) -> r_kvstore_20150101_models.DescribeParameterGroupSupportParamResponse:
|
|
7647
7646
|
"""
|
|
7648
|
-
@summary Queries
|
|
7647
|
+
@summary Queries the parameters that can be configured in parameter templates across different database versions.
|
|
7649
7648
|
|
|
7650
7649
|
@param request: DescribeParameterGroupSupportParamRequest
|
|
7651
7650
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -7694,7 +7693,7 @@ class Client(OpenApiClient):
|
|
|
7694
7693
|
runtime: util_models.RuntimeOptions,
|
|
7695
7694
|
) -> r_kvstore_20150101_models.DescribeParameterGroupSupportParamResponse:
|
|
7696
7695
|
"""
|
|
7697
|
-
@summary Queries
|
|
7696
|
+
@summary Queries the parameters that can be configured in parameter templates across different database versions.
|
|
7698
7697
|
|
|
7699
7698
|
@param request: DescribeParameterGroupSupportParamRequest
|
|
7700
7699
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -7742,7 +7741,7 @@ class Client(OpenApiClient):
|
|
|
7742
7741
|
request: r_kvstore_20150101_models.DescribeParameterGroupSupportParamRequest,
|
|
7743
7742
|
) -> r_kvstore_20150101_models.DescribeParameterGroupSupportParamResponse:
|
|
7744
7743
|
"""
|
|
7745
|
-
@summary Queries
|
|
7744
|
+
@summary Queries the parameters that can be configured in parameter templates across different database versions.
|
|
7746
7745
|
|
|
7747
7746
|
@param request: DescribeParameterGroupSupportParamRequest
|
|
7748
7747
|
@return: DescribeParameterGroupSupportParamResponse
|
|
@@ -7755,7 +7754,7 @@ class Client(OpenApiClient):
|
|
|
7755
7754
|
request: r_kvstore_20150101_models.DescribeParameterGroupSupportParamRequest,
|
|
7756
7755
|
) -> r_kvstore_20150101_models.DescribeParameterGroupSupportParamResponse:
|
|
7757
7756
|
"""
|
|
7758
|
-
@summary Queries
|
|
7757
|
+
@summary Queries the parameters that can be configured in parameter templates across different database versions.
|
|
7759
7758
|
|
|
7760
7759
|
@param request: DescribeParameterGroupSupportParamRequest
|
|
7761
7760
|
@return: DescribeParameterGroupSupportParamResponse
|
|
@@ -8435,6 +8434,8 @@ class Client(OpenApiClient):
|
|
|
8435
8434
|
query['ResourceOwnerId'] = request.resource_owner_id
|
|
8436
8435
|
if not UtilClient.is_unset(request.security_token):
|
|
8437
8436
|
query['SecurityToken'] = request.security_token
|
|
8437
|
+
if not UtilClient.is_unset(request.shard_count):
|
|
8438
|
+
query['ShardCount'] = request.shard_count
|
|
8438
8439
|
if not UtilClient.is_unset(request.zone_id):
|
|
8439
8440
|
query['ZoneId'] = request.zone_id
|
|
8440
8441
|
req = open_api_models.OpenApiRequest(
|
|
@@ -8508,6 +8509,8 @@ class Client(OpenApiClient):
|
|
|
8508
8509
|
query['ResourceOwnerId'] = request.resource_owner_id
|
|
8509
8510
|
if not UtilClient.is_unset(request.security_token):
|
|
8510
8511
|
query['SecurityToken'] = request.security_token
|
|
8512
|
+
if not UtilClient.is_unset(request.shard_count):
|
|
8513
|
+
query['ShardCount'] = request.shard_count
|
|
8511
8514
|
if not UtilClient.is_unset(request.zone_id):
|
|
8512
8515
|
query['ZoneId'] = request.zone_id
|
|
8513
8516
|
req = open_api_models.OpenApiRequest(
|
|
@@ -13239,6 +13242,8 @@ class Client(OpenApiClient):
|
|
|
13239
13242
|
query['ParameterGroupId'] = request.parameter_group_id
|
|
13240
13243
|
if not UtilClient.is_unset(request.parameters):
|
|
13241
13244
|
query['Parameters'] = request.parameters
|
|
13245
|
+
if not UtilClient.is_unset(request.region_id):
|
|
13246
|
+
query['RegionId'] = request.region_id
|
|
13242
13247
|
if not UtilClient.is_unset(request.resource_owner_account):
|
|
13243
13248
|
query['ResourceOwnerAccount'] = request.resource_owner_account
|
|
13244
13249
|
if not UtilClient.is_unset(request.resource_owner_id):
|
|
@@ -13288,6 +13293,8 @@ class Client(OpenApiClient):
|
|
|
13288
13293
|
query['ParameterGroupId'] = request.parameter_group_id
|
|
13289
13294
|
if not UtilClient.is_unset(request.parameters):
|
|
13290
13295
|
query['Parameters'] = request.parameters
|
|
13296
|
+
if not UtilClient.is_unset(request.region_id):
|
|
13297
|
+
query['RegionId'] = request.region_id
|
|
13291
13298
|
if not UtilClient.is_unset(request.resource_owner_account):
|
|
13292
13299
|
query['ResourceOwnerAccount'] = request.resource_owner_account
|
|
13293
13300
|
if not UtilClient.is_unset(request.resource_owner_id):
|
|
@@ -16241,16 +16241,21 @@ class DescribeParameterGroupSupportParamRequest(TeaModel):
|
|
|
16241
16241
|
):
|
|
16242
16242
|
# The service category. Valid values:
|
|
16243
16243
|
#
|
|
16244
|
-
# * **standard**: Community Edition
|
|
16245
|
-
# * **enterprise**: Enhanced Edition (Tair)
|
|
16244
|
+
# * **standard**: ApsaraDB for Redis Community Edition
|
|
16245
|
+
# * **enterprise**: ApsaraDB for Redis Enhanced Edition (Tair)
|
|
16246
16246
|
self.category = category
|
|
16247
16247
|
# The engine type. Valid values:
|
|
16248
16248
|
#
|
|
16249
|
-
# * **redis**: Redis or Tair DRAM-based
|
|
16250
|
-
# * **tair_pena**: Tair persistent memory-optimized
|
|
16251
|
-
# * **tair_pdb**: Tair ESSD-based
|
|
16249
|
+
# * **redis**: ApsaraDB for Redis Community Edition instance or Tair DRAM-based instance
|
|
16250
|
+
# * **tair_pena**: Tair persistent memory-optimized instance
|
|
16251
|
+
# * **tair_pdb**: Tair ESSD/SSD-based instance
|
|
16252
16252
|
self.engine_type = engine_type
|
|
16253
|
-
# The engine version.
|
|
16253
|
+
# The compatible engine version. Valid values:
|
|
16254
|
+
#
|
|
16255
|
+
# * For ApsaraDB for Redis Community Edition instances, set the parameter to **5.0**, **6.0**, or **7.0**.
|
|
16256
|
+
# * For Tair DRAM-based instances that are compatible with Redis 5.0 or Redis 6.0, set the parameter to **5.0** or **6.0**.
|
|
16257
|
+
# * For Tair persistent memory-optimized instances that are compatible with Redis 6.0, set the parameter to **1.0**.
|
|
16258
|
+
# * For Tair ESSD-based instances that are compatible with Redis 6.0, set the parameter to **1.0**. For Tair SSD-based instances that are compatible with Redis 6.0, set the parameter to **2.0**.
|
|
16254
16259
|
#
|
|
16255
16260
|
# This parameter is required.
|
|
16256
16261
|
self.engine_version = engine_version
|
|
@@ -17909,6 +17914,7 @@ class DescribePriceRequest(TeaModel):
|
|
|
17909
17914
|
resource_owner_account: str = None,
|
|
17910
17915
|
resource_owner_id: int = None,
|
|
17911
17916
|
security_token: str = None,
|
|
17917
|
+
shard_count: int = None,
|
|
17912
17918
|
zone_id: str = None,
|
|
17913
17919
|
):
|
|
17914
17920
|
# The extended information such as the promotional event ID and business information.
|
|
@@ -17978,6 +17984,7 @@ class DescribePriceRequest(TeaModel):
|
|
|
17978
17984
|
self.resource_owner_account = resource_owner_account
|
|
17979
17985
|
self.resource_owner_id = resource_owner_id
|
|
17980
17986
|
self.security_token = security_token
|
|
17987
|
+
self.shard_count = shard_count
|
|
17981
17988
|
# The zone ID of the instance. You can call the [DescribeZones](https://help.aliyun.com/document_detail/94527.html) operation to query the most recent zone list.
|
|
17982
17989
|
self.zone_id = zone_id
|
|
17983
17990
|
|
|
@@ -18028,6 +18035,8 @@ class DescribePriceRequest(TeaModel):
|
|
|
18028
18035
|
result['ResourceOwnerId'] = self.resource_owner_id
|
|
18029
18036
|
if self.security_token is not None:
|
|
18030
18037
|
result['SecurityToken'] = self.security_token
|
|
18038
|
+
if self.shard_count is not None:
|
|
18039
|
+
result['ShardCount'] = self.shard_count
|
|
18031
18040
|
if self.zone_id is not None:
|
|
18032
18041
|
result['ZoneId'] = self.zone_id
|
|
18033
18042
|
return result
|
|
@@ -18072,6 +18081,8 @@ class DescribePriceRequest(TeaModel):
|
|
|
18072
18081
|
self.resource_owner_id = m.get('ResourceOwnerId')
|
|
18073
18082
|
if m.get('SecurityToken') is not None:
|
|
18074
18083
|
self.security_token = m.get('SecurityToken')
|
|
18084
|
+
if m.get('ShardCount') is not None:
|
|
18085
|
+
self.shard_count = m.get('ShardCount')
|
|
18075
18086
|
if m.get('ZoneId') is not None:
|
|
18076
18087
|
self.zone_id = m.get('ZoneId')
|
|
18077
18088
|
return self
|
|
@@ -26343,6 +26354,7 @@ class ModifyInstanceParameterRequest(TeaModel):
|
|
|
26343
26354
|
owner_id: int = None,
|
|
26344
26355
|
parameter_group_id: str = None,
|
|
26345
26356
|
parameters: str = None,
|
|
26357
|
+
region_id: str = None,
|
|
26346
26358
|
resource_owner_account: str = None,
|
|
26347
26359
|
resource_owner_id: int = None,
|
|
26348
26360
|
security_token: str = None,
|
|
@@ -26353,6 +26365,8 @@ class ModifyInstanceParameterRequest(TeaModel):
|
|
|
26353
26365
|
self.owner_id = owner_id
|
|
26354
26366
|
self.parameter_group_id = parameter_group_id
|
|
26355
26367
|
self.parameters = parameters
|
|
26368
|
+
# This parameter is required.
|
|
26369
|
+
self.region_id = region_id
|
|
26356
26370
|
self.resource_owner_account = resource_owner_account
|
|
26357
26371
|
self.resource_owner_id = resource_owner_id
|
|
26358
26372
|
self.security_token = security_token
|
|
@@ -26376,6 +26390,8 @@ class ModifyInstanceParameterRequest(TeaModel):
|
|
|
26376
26390
|
result['ParameterGroupId'] = self.parameter_group_id
|
|
26377
26391
|
if self.parameters is not None:
|
|
26378
26392
|
result['Parameters'] = self.parameters
|
|
26393
|
+
if self.region_id is not None:
|
|
26394
|
+
result['RegionId'] = self.region_id
|
|
26379
26395
|
if self.resource_owner_account is not None:
|
|
26380
26396
|
result['ResourceOwnerAccount'] = self.resource_owner_account
|
|
26381
26397
|
if self.resource_owner_id is not None:
|
|
@@ -26396,6 +26412,8 @@ class ModifyInstanceParameterRequest(TeaModel):
|
|
|
26396
26412
|
self.parameter_group_id = m.get('ParameterGroupId')
|
|
26397
26413
|
if m.get('Parameters') is not None:
|
|
26398
26414
|
self.parameters = m.get('Parameters')
|
|
26415
|
+
if m.get('RegionId') is not None:
|
|
26416
|
+
self.region_id = m.get('RegionId')
|
|
26399
26417
|
if m.get('ResourceOwnerAccount') is not None:
|
|
26400
26418
|
self.resource_owner_account = m.get('ResourceOwnerAccount')
|
|
26401
26419
|
if m.get('ResourceOwnerId') is not None:
|
|
@@ -27427,6 +27445,8 @@ class ModifyParameterGroupRequest(TeaModel):
|
|
|
27427
27445
|
#
|
|
27428
27446
|
# * The name can contain letters, digits, and underscores (_). It must start with a letter and cannot contain Chinese characters.
|
|
27429
27447
|
# * The name can be 8 to 64 characters in length.
|
|
27448
|
+
#
|
|
27449
|
+
# This parameter is required.
|
|
27430
27450
|
self.parameter_group_name = parameter_group_name
|
|
27431
27451
|
# A JSON-formatted object that specifies the parameter-value pairs. Format: {"Parameter 1":"Value 1","Parameter 2":"Value 2"...}. The specified value overwrites the original content.
|
|
27432
27452
|
#
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: alibabacloud-r-kvstore20150101
|
|
3
|
+
Version: 4.2.1
|
|
4
|
+
Summary: Alibaba Cloud R-kvstore (20150101) SDK Library for Python
|
|
5
|
+
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
|
6
|
+
Author: Alibaba Cloud SDK
|
|
7
|
+
Author-email: sdk-team@alibabacloud.com
|
|
8
|
+
License: Apache License 2.0
|
|
9
|
+
Keywords: alibabacloud,r,kvstore20150101
|
|
10
|
+
Platform: any
|
|
11
|
+
Classifier: Development Status :: 4 - Beta
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
14
|
+
Classifier: Programming Language :: Python
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
20
|
+
Classifier: Topic :: Software Development
|
|
21
|
+
Requires-Python: >=3.6
|
|
22
|
+
Description-Content-Type: text/markdown
|
|
23
|
+
License-File: LICENSE
|
|
24
|
+
|
|
25
|
+
English | [简体中文](README-CN.md)
|
|
26
|
+

|
|
27
|
+
|
|
28
|
+
## Alibaba Cloud R-kvstore SDK for Python
|
|
29
|
+
|
|
30
|
+
## Requirements
|
|
31
|
+
|
|
32
|
+
- Python >= 3.6
|
|
33
|
+
|
|
34
|
+
## Installation
|
|
35
|
+
|
|
36
|
+
- **Install with pip**
|
|
37
|
+
|
|
38
|
+
Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip.
|
|
39
|
+
|
|
40
|
+
```bash
|
|
41
|
+
# Install the alibabacloud_r_kvstore20150101
|
|
42
|
+
pip install alibabacloud_r_kvstore20150101
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
## Issues
|
|
46
|
+
|
|
47
|
+
[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
|
|
48
|
+
|
|
49
|
+
## Usage
|
|
50
|
+
|
|
51
|
+
[Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
|
|
52
|
+
|
|
53
|
+
## Changelog
|
|
54
|
+
|
|
55
|
+
Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/r-kvstore-20150101/ChangeLog.md).
|
|
56
|
+
|
|
57
|
+
## References
|
|
58
|
+
|
|
59
|
+
- [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)
|
|
60
|
+
|
|
61
|
+
## License
|
|
62
|
+
|
|
63
|
+
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
|
64
|
+
|
|
65
|
+
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
alibabacloud_tea_util<1.0.0,>=0.3.12
|
|
2
|
-
alibabacloud_tea_openapi<1.0.0,>=0.3.10
|
|
3
|
-
alibabacloud_openapi_util<1.0.0,>=0.2.1
|
|
4
1
|
alibabacloud_endpoint_util<1.0.0,>=0.0.3
|
|
2
|
+
alibabacloud_openapi_util<1.0.0,>=0.2.1
|
|
3
|
+
alibabacloud_tea_openapi<1.0.0,>=0.3.11
|
|
4
|
+
alibabacloud_tea_util<1.0.0,>=0.3.13
|
|
@@ -24,7 +24,7 @@ from setuptools import setup, find_packages
|
|
|
24
24
|
"""
|
|
25
25
|
setup module for alibabacloud_r-kvstore20150101.
|
|
26
26
|
|
|
27
|
-
Created on
|
|
27
|
+
Created on 28/08/2024
|
|
28
28
|
|
|
29
29
|
@author: Alibaba Cloud SDK
|
|
30
30
|
"""
|
|
@@ -37,8 +37,8 @@ AUTHOR_EMAIL = "sdk-team@alibabacloud.com"
|
|
|
37
37
|
URL = "https://github.com/aliyun/alibabacloud-python-sdk"
|
|
38
38
|
VERSION = __import__(PACKAGE).__version__
|
|
39
39
|
REQUIRES = [
|
|
40
|
-
"alibabacloud_tea_util>=0.3.
|
|
41
|
-
"alibabacloud_tea_openapi>=0.3.
|
|
40
|
+
"alibabacloud_tea_util>=0.3.13, <1.0.0",
|
|
41
|
+
"alibabacloud_tea_openapi>=0.3.11, <1.0.0",
|
|
42
42
|
"alibabacloud_openapi_util>=0.2.1, <1.0.0",
|
|
43
43
|
"alibabacloud_endpoint_util>=0.0.3, <1.0.0"
|
|
44
44
|
]
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: alibabacloud_r-kvstore20150101
|
|
3
|
-
Version: 4.2.0
|
|
4
|
-
Summary: Alibaba Cloud R-kvstore (20150101) SDK Library for Python
|
|
5
|
-
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
|
6
|
-
Author: Alibaba Cloud SDK
|
|
7
|
-
Author-email: sdk-team@alibabacloud.com
|
|
8
|
-
License: Apache License 2.0
|
|
9
|
-
Description: English | [简体中文](README-CN.md)
|
|
10
|
-

|
|
11
|
-
|
|
12
|
-
## Alibaba Cloud R-kvstore SDK for Python
|
|
13
|
-
|
|
14
|
-
## Requirements
|
|
15
|
-
|
|
16
|
-
- Python >= 3.6
|
|
17
|
-
|
|
18
|
-
## Installation
|
|
19
|
-
|
|
20
|
-
- **Install with pip**
|
|
21
|
-
|
|
22
|
-
Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip.
|
|
23
|
-
|
|
24
|
-
```bash
|
|
25
|
-
# Install the alibabacloud_r_kvstore20150101
|
|
26
|
-
pip install alibabacloud_r_kvstore20150101
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
## Issues
|
|
30
|
-
|
|
31
|
-
[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
|
|
32
|
-
|
|
33
|
-
## Usage
|
|
34
|
-
|
|
35
|
-
[Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
|
|
36
|
-
|
|
37
|
-
## Changelog
|
|
38
|
-
|
|
39
|
-
Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/r-kvstore-20150101/ChangeLog.md).
|
|
40
|
-
|
|
41
|
-
## References
|
|
42
|
-
|
|
43
|
-
- [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)
|
|
44
|
-
|
|
45
|
-
## License
|
|
46
|
-
|
|
47
|
-
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
|
48
|
-
|
|
49
|
-
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
|
50
|
-
|
|
51
|
-
Keywords: alibabacloud,r,kvstore20150101
|
|
52
|
-
Platform: any
|
|
53
|
-
Classifier: Development Status :: 4 - Beta
|
|
54
|
-
Classifier: Intended Audience :: Developers
|
|
55
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
56
|
-
Classifier: Programming Language :: Python
|
|
57
|
-
Classifier: Programming Language :: Python :: 3
|
|
58
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
59
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
60
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
61
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
62
|
-
Classifier: Topic :: Software Development
|
|
63
|
-
Requires-Python: >=3.6
|
|
64
|
-
Description-Content-Type: text/markdown
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '4.2.0'
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: alibabacloud-r-kvstore20150101
|
|
3
|
-
Version: 4.2.0
|
|
4
|
-
Summary: Alibaba Cloud R-kvstore (20150101) SDK Library for Python
|
|
5
|
-
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
|
6
|
-
Author: Alibaba Cloud SDK
|
|
7
|
-
Author-email: sdk-team@alibabacloud.com
|
|
8
|
-
License: Apache License 2.0
|
|
9
|
-
Description: English | [简体中文](README-CN.md)
|
|
10
|
-

|
|
11
|
-
|
|
12
|
-
## Alibaba Cloud R-kvstore SDK for Python
|
|
13
|
-
|
|
14
|
-
## Requirements
|
|
15
|
-
|
|
16
|
-
- Python >= 3.6
|
|
17
|
-
|
|
18
|
-
## Installation
|
|
19
|
-
|
|
20
|
-
- **Install with pip**
|
|
21
|
-
|
|
22
|
-
Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip.
|
|
23
|
-
|
|
24
|
-
```bash
|
|
25
|
-
# Install the alibabacloud_r_kvstore20150101
|
|
26
|
-
pip install alibabacloud_r_kvstore20150101
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
## Issues
|
|
30
|
-
|
|
31
|
-
[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
|
|
32
|
-
|
|
33
|
-
## Usage
|
|
34
|
-
|
|
35
|
-
[Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
|
|
36
|
-
|
|
37
|
-
## Changelog
|
|
38
|
-
|
|
39
|
-
Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/r-kvstore-20150101/ChangeLog.md).
|
|
40
|
-
|
|
41
|
-
## References
|
|
42
|
-
|
|
43
|
-
- [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)
|
|
44
|
-
|
|
45
|
-
## License
|
|
46
|
-
|
|
47
|
-
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
|
48
|
-
|
|
49
|
-
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
|
50
|
-
|
|
51
|
-
Keywords: alibabacloud,r,kvstore20150101
|
|
52
|
-
Platform: any
|
|
53
|
-
Classifier: Development Status :: 4 - Beta
|
|
54
|
-
Classifier: Intended Audience :: Developers
|
|
55
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
56
|
-
Classifier: Programming Language :: Python
|
|
57
|
-
Classifier: Programming Language :: Python :: 3
|
|
58
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
59
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
60
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
61
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
62
|
-
Classifier: Topic :: Software Development
|
|
63
|
-
Requires-Python: >=3.6
|
|
64
|
-
Description-Content-Type: text/markdown
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|