alibabacloud-ehpcinstant20230701 1.0.2__tar.gz → 1.0.3__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 alibabacloud-ehpcinstant20230701 might be problematic. Click here for more details.
- alibabacloud_ehpcinstant20230701-1.0.3/ChangeLog.md +18 -0
- alibabacloud_ehpcinstant20230701-1.0.3/PKG-INFO +65 -0
- alibabacloud_ehpcinstant20230701-1.0.3/alibabacloud_ehpcinstant20230701/__init__.py +1 -0
- {alibabacloud_ehpcinstant20230701-1.0.2 → alibabacloud_ehpcinstant20230701-1.0.3}/alibabacloud_ehpcinstant20230701/client.py +4 -0
- {alibabacloud_ehpcinstant20230701-1.0.2 → alibabacloud_ehpcinstant20230701-1.0.3}/alibabacloud_ehpcinstant20230701/models.py +18 -0
- alibabacloud_ehpcinstant20230701-1.0.3/alibabacloud_ehpcinstant20230701.egg-info/PKG-INFO +65 -0
- {alibabacloud_ehpcinstant20230701-1.0.2 → alibabacloud_ehpcinstant20230701-1.0.3}/alibabacloud_ehpcinstant20230701.egg-info/requires.txt +3 -3
- {alibabacloud_ehpcinstant20230701-1.0.2 → alibabacloud_ehpcinstant20230701-1.0.3}/setup.py +2 -2
- alibabacloud_ehpcinstant20230701-1.0.2/ChangeLog.md +0 -7
- alibabacloud_ehpcinstant20230701-1.0.2/PKG-INFO +0 -64
- alibabacloud_ehpcinstant20230701-1.0.2/alibabacloud_ehpcinstant20230701/__init__.py +0 -1
- alibabacloud_ehpcinstant20230701-1.0.2/alibabacloud_ehpcinstant20230701.egg-info/PKG-INFO +0 -64
- {alibabacloud_ehpcinstant20230701-1.0.2 → alibabacloud_ehpcinstant20230701-1.0.3}/LICENSE +0 -0
- {alibabacloud_ehpcinstant20230701-1.0.2 → alibabacloud_ehpcinstant20230701-1.0.3}/MANIFEST.in +0 -0
- {alibabacloud_ehpcinstant20230701-1.0.2 → alibabacloud_ehpcinstant20230701-1.0.3}/README-CN.md +0 -0
- {alibabacloud_ehpcinstant20230701-1.0.2 → alibabacloud_ehpcinstant20230701-1.0.3}/README.md +0 -0
- {alibabacloud_ehpcinstant20230701-1.0.2 → alibabacloud_ehpcinstant20230701-1.0.3}/alibabacloud_ehpcinstant20230701.egg-info/SOURCES.txt +0 -0
- {alibabacloud_ehpcinstant20230701-1.0.2 → alibabacloud_ehpcinstant20230701-1.0.3}/alibabacloud_ehpcinstant20230701.egg-info/dependency_links.txt +0 -0
- {alibabacloud_ehpcinstant20230701-1.0.2 → alibabacloud_ehpcinstant20230701-1.0.3}/alibabacloud_ehpcinstant20230701.egg-info/top_level.txt +0 -0
- {alibabacloud_ehpcinstant20230701-1.0.2 → alibabacloud_ehpcinstant20230701-1.0.3}/setup.cfg +0 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
2024-05-15 Version: 1.0.2
|
|
2
|
+
- Update API CreateJob: update param Tasks.
|
|
3
|
+
- Update API CreateJob: update response param.
|
|
4
|
+
- Update API GetImage: add param ImageCategory.
|
|
5
|
+
- Update API GetImage: add param ImageType.
|
|
6
|
+
- Update API GetImage: update response param.
|
|
7
|
+
- Update API ListImages: add param ImageCategory.
|
|
8
|
+
- Update API ListImages: add param ImageType.
|
|
9
|
+
- Update API ListImages: update response param.
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
2024-05-11 Version: 1.0.1
|
|
13
|
+
- Update API CreateJob: update response param.
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
2024-04-24 Version: 1.0.0
|
|
17
|
+
- Generated python 2023-07-01 for EhpcInstant.
|
|
18
|
+
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: alibabacloud_ehpcinstant20230701
|
|
3
|
+
Version: 1.0.3
|
|
4
|
+
Summary: Alibaba Cloud EhpcInstant (20230701) 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,ehpcinstant20230701
|
|
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 EhpcInstant 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_ehpcinstant20230701
|
|
42
|
+
pip install alibabacloud_ehpcinstant20230701
|
|
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/ehpcinstant-20230701/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__ = '1.0.3'
|
|
@@ -191,6 +191,8 @@ class Client(OpenApiClient):
|
|
|
191
191
|
query['JobDescription'] = request.job_description
|
|
192
192
|
if not UtilClient.is_unset(request.job_name):
|
|
193
193
|
query['JobName'] = request.job_name
|
|
194
|
+
if not UtilClient.is_unset(request.job_scheduler):
|
|
195
|
+
query['JobScheduler'] = request.job_scheduler
|
|
194
196
|
if not UtilClient.is_unset(request.tasks_shrink):
|
|
195
197
|
query['Tasks'] = request.tasks_shrink
|
|
196
198
|
req = open_api_models.OpenApiRequest(
|
|
@@ -238,6 +240,8 @@ class Client(OpenApiClient):
|
|
|
238
240
|
query['JobDescription'] = request.job_description
|
|
239
241
|
if not UtilClient.is_unset(request.job_name):
|
|
240
242
|
query['JobName'] = request.job_name
|
|
243
|
+
if not UtilClient.is_unset(request.job_scheduler):
|
|
244
|
+
query['JobScheduler'] = request.job_scheduler
|
|
241
245
|
if not UtilClient.is_unset(request.tasks_shrink):
|
|
242
246
|
query['Tasks'] = request.tasks_shrink
|
|
243
247
|
req = open_api_models.OpenApiRequest(
|
|
@@ -860,12 +860,14 @@ class CreateJobRequest(TeaModel):
|
|
|
860
860
|
deployment_policy: CreateJobRequestDeploymentPolicy = None,
|
|
861
861
|
job_description: str = None,
|
|
862
862
|
job_name: str = None,
|
|
863
|
+
job_scheduler: str = None,
|
|
863
864
|
tasks: List[CreateJobRequestTasks] = None,
|
|
864
865
|
):
|
|
865
866
|
self.deployment_policy = deployment_policy
|
|
866
867
|
self.job_description = job_description
|
|
867
868
|
# This parameter is required.
|
|
868
869
|
self.job_name = job_name
|
|
870
|
+
self.job_scheduler = job_scheduler
|
|
869
871
|
# This parameter is required.
|
|
870
872
|
self.tasks = tasks
|
|
871
873
|
|
|
@@ -889,6 +891,8 @@ class CreateJobRequest(TeaModel):
|
|
|
889
891
|
result['JobDescription'] = self.job_description
|
|
890
892
|
if self.job_name is not None:
|
|
891
893
|
result['JobName'] = self.job_name
|
|
894
|
+
if self.job_scheduler is not None:
|
|
895
|
+
result['JobScheduler'] = self.job_scheduler
|
|
892
896
|
result['Tasks'] = []
|
|
893
897
|
if self.tasks is not None:
|
|
894
898
|
for k in self.tasks:
|
|
@@ -904,6 +908,8 @@ class CreateJobRequest(TeaModel):
|
|
|
904
908
|
self.job_description = m.get('JobDescription')
|
|
905
909
|
if m.get('JobName') is not None:
|
|
906
910
|
self.job_name = m.get('JobName')
|
|
911
|
+
if m.get('JobScheduler') is not None:
|
|
912
|
+
self.job_scheduler = m.get('JobScheduler')
|
|
907
913
|
self.tasks = []
|
|
908
914
|
if m.get('Tasks') is not None:
|
|
909
915
|
for k in m.get('Tasks'):
|
|
@@ -918,12 +924,14 @@ class CreateJobShrinkRequest(TeaModel):
|
|
|
918
924
|
deployment_policy_shrink: str = None,
|
|
919
925
|
job_description: str = None,
|
|
920
926
|
job_name: str = None,
|
|
927
|
+
job_scheduler: str = None,
|
|
921
928
|
tasks_shrink: str = None,
|
|
922
929
|
):
|
|
923
930
|
self.deployment_policy_shrink = deployment_policy_shrink
|
|
924
931
|
self.job_description = job_description
|
|
925
932
|
# This parameter is required.
|
|
926
933
|
self.job_name = job_name
|
|
934
|
+
self.job_scheduler = job_scheduler
|
|
927
935
|
# This parameter is required.
|
|
928
936
|
self.tasks_shrink = tasks_shrink
|
|
929
937
|
|
|
@@ -942,6 +950,8 @@ class CreateJobShrinkRequest(TeaModel):
|
|
|
942
950
|
result['JobDescription'] = self.job_description
|
|
943
951
|
if self.job_name is not None:
|
|
944
952
|
result['JobName'] = self.job_name
|
|
953
|
+
if self.job_scheduler is not None:
|
|
954
|
+
result['JobScheduler'] = self.job_scheduler
|
|
945
955
|
if self.tasks_shrink is not None:
|
|
946
956
|
result['Tasks'] = self.tasks_shrink
|
|
947
957
|
return result
|
|
@@ -954,6 +964,8 @@ class CreateJobShrinkRequest(TeaModel):
|
|
|
954
964
|
self.job_description = m.get('JobDescription')
|
|
955
965
|
if m.get('JobName') is not None:
|
|
956
966
|
self.job_name = m.get('JobName')
|
|
967
|
+
if m.get('JobScheduler') is not None:
|
|
968
|
+
self.job_scheduler = m.get('JobScheduler')
|
|
957
969
|
if m.get('Tasks') is not None:
|
|
958
970
|
self.tasks_shrink = m.get('Tasks')
|
|
959
971
|
return self
|
|
@@ -2497,6 +2509,7 @@ class GetJobResponseBodyJobInfo(TeaModel):
|
|
|
2497
2509
|
job_description: str = None,
|
|
2498
2510
|
job_id: str = None,
|
|
2499
2511
|
job_name: str = None,
|
|
2512
|
+
job_scheduler: str = None,
|
|
2500
2513
|
start_time: str = None,
|
|
2501
2514
|
status: str = None,
|
|
2502
2515
|
tasks: List[GetJobResponseBodyJobInfoTasks] = None,
|
|
@@ -2507,6 +2520,7 @@ class GetJobResponseBodyJobInfo(TeaModel):
|
|
|
2507
2520
|
self.job_description = job_description
|
|
2508
2521
|
self.job_id = job_id
|
|
2509
2522
|
self.job_name = job_name
|
|
2523
|
+
self.job_scheduler = job_scheduler
|
|
2510
2524
|
self.start_time = start_time
|
|
2511
2525
|
self.status = status
|
|
2512
2526
|
self.tasks = tasks
|
|
@@ -2537,6 +2551,8 @@ class GetJobResponseBodyJobInfo(TeaModel):
|
|
|
2537
2551
|
result['JobId'] = self.job_id
|
|
2538
2552
|
if self.job_name is not None:
|
|
2539
2553
|
result['JobName'] = self.job_name
|
|
2554
|
+
if self.job_scheduler is not None:
|
|
2555
|
+
result['JobScheduler'] = self.job_scheduler
|
|
2540
2556
|
if self.start_time is not None:
|
|
2541
2557
|
result['StartTime'] = self.start_time
|
|
2542
2558
|
if self.status is not None:
|
|
@@ -2562,6 +2578,8 @@ class GetJobResponseBodyJobInfo(TeaModel):
|
|
|
2562
2578
|
self.job_id = m.get('JobId')
|
|
2563
2579
|
if m.get('JobName') is not None:
|
|
2564
2580
|
self.job_name = m.get('JobName')
|
|
2581
|
+
if m.get('JobScheduler') is not None:
|
|
2582
|
+
self.job_scheduler = m.get('JobScheduler')
|
|
2565
2583
|
if m.get('StartTime') is not None:
|
|
2566
2584
|
self.start_time = m.get('StartTime')
|
|
2567
2585
|
if m.get('Status') is not None:
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: alibabacloud-ehpcinstant20230701
|
|
3
|
+
Version: 1.0.3
|
|
4
|
+
Summary: Alibaba Cloud EhpcInstant (20230701) 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,ehpcinstant20230701
|
|
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 EhpcInstant 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_ehpcinstant20230701
|
|
42
|
+
pip install alibabacloud_ehpcinstant20230701
|
|
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/ehpcinstant-20230701/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.9
|
|
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.10
|
|
4
|
+
alibabacloud_tea_util<1.0.0,>=0.3.12
|
|
@@ -24,7 +24,7 @@ from setuptools import setup, find_packages
|
|
|
24
24
|
"""
|
|
25
25
|
setup module for alibabacloud_ehpcinstant20230701.
|
|
26
26
|
|
|
27
|
-
Created on
|
|
27
|
+
Created on 31/07/2024
|
|
28
28
|
|
|
29
29
|
@author: Alibaba Cloud SDK
|
|
30
30
|
"""
|
|
@@ -38,7 +38,7 @@ URL = "https://github.com/aliyun/alibabacloud-python-sdk"
|
|
|
38
38
|
VERSION = __import__(PACKAGE).__version__
|
|
39
39
|
REQUIRES = [
|
|
40
40
|
"alibabacloud_tea_util>=0.3.12, <1.0.0",
|
|
41
|
-
"alibabacloud_tea_openapi>=0.3.
|
|
41
|
+
"alibabacloud_tea_openapi>=0.3.10, <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_ehpcinstant20230701
|
|
3
|
-
Version: 1.0.2
|
|
4
|
-
Summary: Alibaba Cloud EhpcInstant (20230701) 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 EhpcInstant 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_ehpcinstant20230701
|
|
26
|
-
pip install alibabacloud_ehpcinstant20230701
|
|
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/ehpcinstant-20230701/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,ehpcinstant20230701
|
|
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__ = '1.0.2'
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: alibabacloud-ehpcinstant20230701
|
|
3
|
-
Version: 1.0.2
|
|
4
|
-
Summary: Alibaba Cloud EhpcInstant (20230701) 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 EhpcInstant 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_ehpcinstant20230701
|
|
26
|
-
pip install alibabacloud_ehpcinstant20230701
|
|
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/ehpcinstant-20230701/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,ehpcinstant20230701
|
|
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
|
{alibabacloud_ehpcinstant20230701-1.0.2 → alibabacloud_ehpcinstant20230701-1.0.3}/MANIFEST.in
RENAMED
|
File without changes
|
{alibabacloud_ehpcinstant20230701-1.0.2 → alibabacloud_ehpcinstant20230701-1.0.3}/README-CN.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|