ibm-code-engine-sdk 6.0.0__tar.gz → 6.0.2__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.
- {ibm_code_engine_sdk-6.0.0/ibm_code_engine_sdk.egg-info → ibm_code_engine_sdk-6.0.2}/PKG-INFO +8 -7
- {ibm_code_engine_sdk-6.0.0 → ibm_code_engine_sdk-6.0.2}/README.md +5 -5
- {ibm_code_engine_sdk-6.0.0 → ibm_code_engine_sdk-6.0.2}/ibm_code_engine_sdk/code_engine_v2.py +62 -7
- {ibm_code_engine_sdk-6.0.0 → ibm_code_engine_sdk-6.0.2}/ibm_code_engine_sdk/version.py +1 -1
- {ibm_code_engine_sdk-6.0.0 → ibm_code_engine_sdk-6.0.2/ibm_code_engine_sdk.egg-info}/PKG-INFO +8 -7
- {ibm_code_engine_sdk-6.0.0 → ibm_code_engine_sdk-6.0.2}/ibm_code_engine_sdk.egg-info/requires.txt +2 -1
- {ibm_code_engine_sdk-6.0.0 → ibm_code_engine_sdk-6.0.2}/pyproject.toml +1 -1
- {ibm_code_engine_sdk-6.0.0 → ibm_code_engine_sdk-6.0.2}/requirements.txt +2 -1
- {ibm_code_engine_sdk-6.0.0 → ibm_code_engine_sdk-6.0.2}/LICENSE +0 -0
- {ibm_code_engine_sdk-6.0.0 → ibm_code_engine_sdk-6.0.2}/MANIFEST.in +0 -0
- {ibm_code_engine_sdk-6.0.0 → ibm_code_engine_sdk-6.0.2}/ibm_code_engine_sdk/__init__.py +0 -0
- {ibm_code_engine_sdk-6.0.0 → ibm_code_engine_sdk-6.0.2}/ibm_code_engine_sdk/common.py +0 -0
- {ibm_code_engine_sdk-6.0.0 → ibm_code_engine_sdk-6.0.2}/ibm_code_engine_sdk/ibm_cloud_code_engine_v1.py +0 -0
- {ibm_code_engine_sdk-6.0.0 → ibm_code_engine_sdk-6.0.2}/ibm_code_engine_sdk.egg-info/SOURCES.txt +0 -0
- {ibm_code_engine_sdk-6.0.0 → ibm_code_engine_sdk-6.0.2}/ibm_code_engine_sdk.egg-info/dependency_links.txt +0 -0
- {ibm_code_engine_sdk-6.0.0 → ibm_code_engine_sdk-6.0.2}/ibm_code_engine_sdk.egg-info/top_level.txt +0 -0
- {ibm_code_engine_sdk-6.0.0 → ibm_code_engine_sdk-6.0.2}/ibm_code_engine_sdk.egg-info/zip-safe +0 -0
- {ibm_code_engine_sdk-6.0.0 → ibm_code_engine_sdk-6.0.2}/requirements-dev.txt +0 -0
- {ibm_code_engine_sdk-6.0.0 → ibm_code_engine_sdk-6.0.2}/setup.cfg +0 -0
- {ibm_code_engine_sdk-6.0.0 → ibm_code_engine_sdk-6.0.2}/setup.py +0 -0
{ibm_code_engine_sdk-6.0.0/ibm_code_engine_sdk.egg-info → ibm_code_engine_sdk-6.0.2}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ibm-code-engine-sdk
|
|
3
|
-
Version: 6.0.
|
|
3
|
+
Version: 6.0.2
|
|
4
4
|
Summary: Python SDK for IBM Cloud Code Engine
|
|
5
5
|
Home-page: https://github.com/IBM/code-engine-python-sdk
|
|
6
6
|
Author: IBM
|
|
@@ -24,9 +24,10 @@ Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
25
|
License-File: LICENSE
|
|
26
26
|
Requires-Dist: requests<3.0.0,>=2.33.0
|
|
27
|
-
Requires-Dist: urllib3<2.
|
|
27
|
+
Requires-Dist: urllib3<2.8.0,>=2.7.0
|
|
28
28
|
Requires-Dist: python_dateutil<3.0.0,>=2.5.3
|
|
29
29
|
Requires-Dist: ibm_cloud_sdk_core<4.0.0,>=3.16.0
|
|
30
|
+
Requires-Dist: idna>=3.15
|
|
30
31
|
Provides-Extra: dev
|
|
31
32
|
Requires-Dist: coverage>=4.5.4; extra == "dev"
|
|
32
33
|
Requires-Dist: pylint<4.1.0,>=4.0.2; extra == "dev"
|
|
@@ -42,7 +43,7 @@ Dynamic: license-file
|
|
|
42
43
|
<!--
|
|
43
44
|
[](https://github.com/semantic-release/semantic-release)
|
|
44
45
|
-->
|
|
45
|
-
# Python SDK for IBM Cloud Code Engine 6.0.
|
|
46
|
+
# Python SDK for IBM Cloud Code Engine 6.0.2
|
|
46
47
|
|
|
47
48
|
Python client library to interact with the [IBM Cloud Code Engine API](https://cloud.ibm.com/apidocs/codeengine).
|
|
48
49
|
|
|
@@ -81,8 +82,8 @@ IBM Cloud services:
|
|
|
81
82
|
|
|
82
83
|
Service Name | Imported Class Name
|
|
83
84
|
--- | ---
|
|
84
|
-
[IBM Cloud Code Engine V2](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.
|
|
85
|
-
[IBM Cloud Code Engine V1](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.
|
|
85
|
+
[IBM Cloud Code Engine V2](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.2) | CodeEngineV2
|
|
86
|
+
[IBM Cloud Code Engine V1](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.2) | IbmCloudCodeEngineV1
|
|
86
87
|
|
|
87
88
|
## Prerequisites
|
|
88
89
|
|
|
@@ -289,13 +290,13 @@ If you used the optional `name` property, remove it from the prototype of the **
|
|
|
289
290
|
To install, use `pip` or `easy_install`:
|
|
290
291
|
|
|
291
292
|
```bash
|
|
292
|
-
pip install --upgrade "ibm_code_engine_sdk>=6.0.
|
|
293
|
+
pip install --upgrade "ibm_code_engine_sdk>=6.0.2"
|
|
293
294
|
```
|
|
294
295
|
|
|
295
296
|
or
|
|
296
297
|
|
|
297
298
|
```bash
|
|
298
|
-
easy_install --upgrade "ibm_code_engine_sdk>=6.0.
|
|
299
|
+
easy_install --upgrade "ibm_code_engine_sdk>=6.0.2"
|
|
299
300
|
```
|
|
300
301
|
|
|
301
302
|
## Using the SDK
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<!--
|
|
2
2
|
[](https://github.com/semantic-release/semantic-release)
|
|
3
3
|
-->
|
|
4
|
-
# Python SDK for IBM Cloud Code Engine 6.0.
|
|
4
|
+
# Python SDK for IBM Cloud Code Engine 6.0.2
|
|
5
5
|
|
|
6
6
|
Python client library to interact with the [IBM Cloud Code Engine API](https://cloud.ibm.com/apidocs/codeengine).
|
|
7
7
|
|
|
@@ -40,8 +40,8 @@ IBM Cloud services:
|
|
|
40
40
|
|
|
41
41
|
Service Name | Imported Class Name
|
|
42
42
|
--- | ---
|
|
43
|
-
[IBM Cloud Code Engine V2](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.
|
|
44
|
-
[IBM Cloud Code Engine V1](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.
|
|
43
|
+
[IBM Cloud Code Engine V2](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.2) | CodeEngineV2
|
|
44
|
+
[IBM Cloud Code Engine V1](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.2) | IbmCloudCodeEngineV1
|
|
45
45
|
|
|
46
46
|
## Prerequisites
|
|
47
47
|
|
|
@@ -248,13 +248,13 @@ If you used the optional `name` property, remove it from the prototype of the **
|
|
|
248
248
|
To install, use `pip` or `easy_install`:
|
|
249
249
|
|
|
250
250
|
```bash
|
|
251
|
-
pip install --upgrade "ibm_code_engine_sdk>=6.0.
|
|
251
|
+
pip install --upgrade "ibm_code_engine_sdk>=6.0.2"
|
|
252
252
|
```
|
|
253
253
|
|
|
254
254
|
or
|
|
255
255
|
|
|
256
256
|
```bash
|
|
257
|
-
easy_install --upgrade "ibm_code_engine_sdk>=6.0.
|
|
257
|
+
easy_install --upgrade "ibm_code_engine_sdk>=6.0.2"
|
|
258
258
|
```
|
|
259
259
|
|
|
260
260
|
## Using the SDK
|
{ibm_code_engine_sdk-6.0.0 → ibm_code_engine_sdk-6.0.2}/ibm_code_engine_sdk/code_engine_v2.py
RENAMED
|
@@ -56,7 +56,7 @@ class CodeEngineV2(BaseService):
|
|
|
56
56
|
|
|
57
57
|
:param str version: (optional) The API version, in format `YYYY-MM-DD`. For
|
|
58
58
|
the API behavior documented here, specify any date between `2021-03-31` and
|
|
59
|
-
`2026-
|
|
59
|
+
`2026-05-14`.
|
|
60
60
|
"""
|
|
61
61
|
authenticator = get_authenticator_from_environment(service_name)
|
|
62
62
|
service = cls(
|
|
@@ -80,7 +80,7 @@ class CodeEngineV2(BaseService):
|
|
|
80
80
|
|
|
81
81
|
:param str version: (optional) The API version, in format `YYYY-MM-DD`. For
|
|
82
82
|
the API behavior documented here, specify any date between `2021-03-31` and
|
|
83
|
-
`2026-
|
|
83
|
+
`2026-05-14`.
|
|
84
84
|
"""
|
|
85
85
|
BaseService.__init__(self, service_url=self.DEFAULT_SERVICE_URL, authenticator=authenticator)
|
|
86
86
|
self.version = version
|
|
@@ -9045,8 +9045,8 @@ class CbrStatus:
|
|
|
9045
9045
|
"""
|
|
9046
9046
|
Status of the Context-based-restriction configuration applicable for this project.
|
|
9047
9047
|
|
|
9048
|
-
:param EnforcementStatus data_plane: Describes the model of the enforcement
|
|
9049
|
-
status
|
|
9048
|
+
:param EnforcementStatus data_plane: Describes the model of the CBR enforcement
|
|
9049
|
+
status.
|
|
9050
9050
|
"""
|
|
9051
9051
|
|
|
9052
9052
|
def __init__(
|
|
@@ -9056,8 +9056,8 @@ class CbrStatus:
|
|
|
9056
9056
|
"""
|
|
9057
9057
|
Initialize a CbrStatus object.
|
|
9058
9058
|
|
|
9059
|
-
:param EnforcementStatus data_plane: Describes the model of the
|
|
9060
|
-
|
|
9059
|
+
:param EnforcementStatus data_plane: Describes the model of the CBR
|
|
9060
|
+
enforcement status.
|
|
9061
9061
|
"""
|
|
9062
9062
|
self.data_plane = data_plane
|
|
9063
9063
|
|
|
@@ -10130,10 +10130,14 @@ class EndpointGatewayDetails:
|
|
|
10130
10130
|
|
|
10131
10131
|
class EnforcementStatus:
|
|
10132
10132
|
"""
|
|
10133
|
-
Describes the model of the enforcement status
|
|
10133
|
+
Describes the model of the CBR enforcement status.
|
|
10134
10134
|
|
|
10135
10135
|
:param str enforcement: Detailed information on the condition of the CBR
|
|
10136
10136
|
enforcement.
|
|
10137
|
+
:param str inbound_private: Indicates whether the private dataplane access to
|
|
10138
|
+
the project is blocked, partially_restricted, or allowed.
|
|
10139
|
+
:param str inbound_public: Indicates whether the public dataplane access to the
|
|
10140
|
+
project is blocked or allowed.
|
|
10137
10141
|
:param str last_synced_at: (optional) Date time information specifying when the
|
|
10138
10142
|
last synchronization happened.
|
|
10139
10143
|
"""
|
|
@@ -10141,6 +10145,8 @@ class EnforcementStatus:
|
|
|
10141
10145
|
def __init__(
|
|
10142
10146
|
self,
|
|
10143
10147
|
enforcement: str,
|
|
10148
|
+
inbound_private: str,
|
|
10149
|
+
inbound_public: str,
|
|
10144
10150
|
*,
|
|
10145
10151
|
last_synced_at: Optional[str] = None,
|
|
10146
10152
|
) -> None:
|
|
@@ -10149,10 +10155,16 @@ class EnforcementStatus:
|
|
|
10149
10155
|
|
|
10150
10156
|
:param str enforcement: Detailed information on the condition of the CBR
|
|
10151
10157
|
enforcement.
|
|
10158
|
+
:param str inbound_private: Indicates whether the private dataplane access
|
|
10159
|
+
to the project is blocked, partially_restricted, or allowed.
|
|
10160
|
+
:param str inbound_public: Indicates whether the public dataplane access to
|
|
10161
|
+
the project is blocked or allowed.
|
|
10152
10162
|
:param str last_synced_at: (optional) Date time information specifying when
|
|
10153
10163
|
the last synchronization happened.
|
|
10154
10164
|
"""
|
|
10155
10165
|
self.enforcement = enforcement
|
|
10166
|
+
self.inbound_private = inbound_private
|
|
10167
|
+
self.inbound_public = inbound_public
|
|
10156
10168
|
self.last_synced_at = last_synced_at
|
|
10157
10169
|
|
|
10158
10170
|
@classmethod
|
|
@@ -10163,6 +10175,14 @@ class EnforcementStatus:
|
|
|
10163
10175
|
args['enforcement'] = enforcement
|
|
10164
10176
|
else:
|
|
10165
10177
|
raise ValueError('Required property \'enforcement\' not present in EnforcementStatus JSON')
|
|
10178
|
+
if (inbound_private := _dict.get('inbound_private')) is not None:
|
|
10179
|
+
args['inbound_private'] = inbound_private
|
|
10180
|
+
else:
|
|
10181
|
+
raise ValueError('Required property \'inbound_private\' not present in EnforcementStatus JSON')
|
|
10182
|
+
if (inbound_public := _dict.get('inbound_public')) is not None:
|
|
10183
|
+
args['inbound_public'] = inbound_public
|
|
10184
|
+
else:
|
|
10185
|
+
raise ValueError('Required property \'inbound_public\' not present in EnforcementStatus JSON')
|
|
10166
10186
|
if (last_synced_at := _dict.get('last_synced_at')) is not None:
|
|
10167
10187
|
args['last_synced_at'] = last_synced_at
|
|
10168
10188
|
return cls(**args)
|
|
@@ -10177,6 +10197,10 @@ class EnforcementStatus:
|
|
|
10177
10197
|
_dict = {}
|
|
10178
10198
|
if hasattr(self, 'enforcement') and self.enforcement is not None:
|
|
10179
10199
|
_dict['enforcement'] = self.enforcement
|
|
10200
|
+
if hasattr(self, 'inbound_private') and self.inbound_private is not None:
|
|
10201
|
+
_dict['inbound_private'] = self.inbound_private
|
|
10202
|
+
if hasattr(self, 'inbound_public') and self.inbound_public is not None:
|
|
10203
|
+
_dict['inbound_public'] = self.inbound_public
|
|
10180
10204
|
if hasattr(self, 'last_synced_at') and self.last_synced_at is not None:
|
|
10181
10205
|
_dict['last_synced_at'] = self.last_synced_at
|
|
10182
10206
|
return _dict
|
|
@@ -10209,6 +10233,27 @@ class EnforcementStatus:
|
|
|
10209
10233
|
NONE = 'none'
|
|
10210
10234
|
UNKNOWN = 'unknown'
|
|
10211
10235
|
|
|
10236
|
+
class InboundPrivateEnum(str, Enum):
|
|
10237
|
+
"""
|
|
10238
|
+
Indicates whether the private dataplane access to the project is blocked,
|
|
10239
|
+
partially_restricted, or allowed.
|
|
10240
|
+
"""
|
|
10241
|
+
|
|
10242
|
+
BLOCKED = 'blocked'
|
|
10243
|
+
PARTIALLY_RESTRICTED = 'partially_restricted'
|
|
10244
|
+
ALLOWED = 'allowed'
|
|
10245
|
+
UNKNOWN = 'unknown'
|
|
10246
|
+
|
|
10247
|
+
class InboundPublicEnum(str, Enum):
|
|
10248
|
+
"""
|
|
10249
|
+
Indicates whether the public dataplane access to the project is blocked or
|
|
10250
|
+
allowed.
|
|
10251
|
+
"""
|
|
10252
|
+
|
|
10253
|
+
BLOCKED = 'blocked'
|
|
10254
|
+
ALLOWED = 'allowed'
|
|
10255
|
+
UNKNOWN = 'unknown'
|
|
10256
|
+
|
|
10212
10257
|
|
|
10213
10258
|
class EnvVar:
|
|
10214
10259
|
"""
|
|
@@ -13350,6 +13395,8 @@ class PersistentDataStore:
|
|
|
13350
13395
|
of 1048576 characters.
|
|
13351
13396
|
:param str entity_tag: The version of the persistent data store, which is used
|
|
13352
13397
|
to achieve optimistic locking.
|
|
13398
|
+
:param str href: (optional) When you provision a new persistent data store, a
|
|
13399
|
+
URL is created identifying the location of the instance.
|
|
13353
13400
|
:param str id: (optional) The identifier of the resource.
|
|
13354
13401
|
:param str name: The name of the persistent data store.
|
|
13355
13402
|
:param str project_id: (optional) The ID of the project in which the resource is
|
|
@@ -13369,6 +13416,7 @@ class PersistentDataStore:
|
|
|
13369
13416
|
storage_type: str,
|
|
13370
13417
|
*,
|
|
13371
13418
|
created_at: Optional[str] = None,
|
|
13419
|
+
href: Optional[str] = None,
|
|
13372
13420
|
id: Optional[str] = None,
|
|
13373
13421
|
project_id: Optional[str] = None,
|
|
13374
13422
|
region: Optional[str] = None,
|
|
@@ -13387,10 +13435,13 @@ class PersistentDataStore:
|
|
|
13387
13435
|
:param str name: The name of the persistent data store.
|
|
13388
13436
|
:param str storage_type: Specify the storage type of the persistent data
|
|
13389
13437
|
store.
|
|
13438
|
+
:param str href: (optional) When you provision a new persistent data store,
|
|
13439
|
+
a URL is created identifying the location of the instance.
|
|
13390
13440
|
"""
|
|
13391
13441
|
self.created_at = created_at
|
|
13392
13442
|
self.data = data
|
|
13393
13443
|
self.entity_tag = entity_tag
|
|
13444
|
+
self.href = href
|
|
13394
13445
|
self.id = id
|
|
13395
13446
|
self.name = name
|
|
13396
13447
|
self.project_id = project_id
|
|
@@ -13412,6 +13463,8 @@ class PersistentDataStore:
|
|
|
13412
13463
|
args['entity_tag'] = entity_tag
|
|
13413
13464
|
else:
|
|
13414
13465
|
raise ValueError('Required property \'entity_tag\' not present in PersistentDataStore JSON')
|
|
13466
|
+
if (href := _dict.get('href')) is not None:
|
|
13467
|
+
args['href'] = href
|
|
13415
13468
|
if (id := _dict.get('id')) is not None:
|
|
13416
13469
|
args['id'] = id
|
|
13417
13470
|
if (name := _dict.get('name')) is not None:
|
|
@@ -13447,6 +13500,8 @@ class PersistentDataStore:
|
|
|
13447
13500
|
_dict['data'] = self.data.to_dict()
|
|
13448
13501
|
if hasattr(self, 'entity_tag') and self.entity_tag is not None:
|
|
13449
13502
|
_dict['entity_tag'] = self.entity_tag
|
|
13503
|
+
if hasattr(self, 'href') and self.href is not None:
|
|
13504
|
+
_dict['href'] = self.href
|
|
13450
13505
|
if hasattr(self, 'id') and getattr(self, 'id') is not None:
|
|
13451
13506
|
_dict['id'] = getattr(self, 'id')
|
|
13452
13507
|
if hasattr(self, 'name') and self.name is not None:
|
{ibm_code_engine_sdk-6.0.0 → ibm_code_engine_sdk-6.0.2/ibm_code_engine_sdk.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ibm-code-engine-sdk
|
|
3
|
-
Version: 6.0.
|
|
3
|
+
Version: 6.0.2
|
|
4
4
|
Summary: Python SDK for IBM Cloud Code Engine
|
|
5
5
|
Home-page: https://github.com/IBM/code-engine-python-sdk
|
|
6
6
|
Author: IBM
|
|
@@ -24,9 +24,10 @@ Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
25
|
License-File: LICENSE
|
|
26
26
|
Requires-Dist: requests<3.0.0,>=2.33.0
|
|
27
|
-
Requires-Dist: urllib3<2.
|
|
27
|
+
Requires-Dist: urllib3<2.8.0,>=2.7.0
|
|
28
28
|
Requires-Dist: python_dateutil<3.0.0,>=2.5.3
|
|
29
29
|
Requires-Dist: ibm_cloud_sdk_core<4.0.0,>=3.16.0
|
|
30
|
+
Requires-Dist: idna>=3.15
|
|
30
31
|
Provides-Extra: dev
|
|
31
32
|
Requires-Dist: coverage>=4.5.4; extra == "dev"
|
|
32
33
|
Requires-Dist: pylint<4.1.0,>=4.0.2; extra == "dev"
|
|
@@ -42,7 +43,7 @@ Dynamic: license-file
|
|
|
42
43
|
<!--
|
|
43
44
|
[](https://github.com/semantic-release/semantic-release)
|
|
44
45
|
-->
|
|
45
|
-
# Python SDK for IBM Cloud Code Engine 6.0.
|
|
46
|
+
# Python SDK for IBM Cloud Code Engine 6.0.2
|
|
46
47
|
|
|
47
48
|
Python client library to interact with the [IBM Cloud Code Engine API](https://cloud.ibm.com/apidocs/codeengine).
|
|
48
49
|
|
|
@@ -81,8 +82,8 @@ IBM Cloud services:
|
|
|
81
82
|
|
|
82
83
|
Service Name | Imported Class Name
|
|
83
84
|
--- | ---
|
|
84
|
-
[IBM Cloud Code Engine V2](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.
|
|
85
|
-
[IBM Cloud Code Engine V1](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.
|
|
85
|
+
[IBM Cloud Code Engine V2](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.2) | CodeEngineV2
|
|
86
|
+
[IBM Cloud Code Engine V1](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.2) | IbmCloudCodeEngineV1
|
|
86
87
|
|
|
87
88
|
## Prerequisites
|
|
88
89
|
|
|
@@ -289,13 +290,13 @@ If you used the optional `name` property, remove it from the prototype of the **
|
|
|
289
290
|
To install, use `pip` or `easy_install`:
|
|
290
291
|
|
|
291
292
|
```bash
|
|
292
|
-
pip install --upgrade "ibm_code_engine_sdk>=6.0.
|
|
293
|
+
pip install --upgrade "ibm_code_engine_sdk>=6.0.2"
|
|
293
294
|
```
|
|
294
295
|
|
|
295
296
|
or
|
|
296
297
|
|
|
297
298
|
```bash
|
|
298
|
-
easy_install --upgrade "ibm_code_engine_sdk>=6.0.
|
|
299
|
+
easy_install --upgrade "ibm_code_engine_sdk>=6.0.2"
|
|
299
300
|
```
|
|
300
301
|
|
|
301
302
|
## Using the SDK
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ibm_code_engine_sdk-6.0.0 → ibm_code_engine_sdk-6.0.2}/ibm_code_engine_sdk.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{ibm_code_engine_sdk-6.0.0 → ibm_code_engine_sdk-6.0.2}/ibm_code_engine_sdk.egg-info/top_level.txt
RENAMED
|
File without changes
|
{ibm_code_engine_sdk-6.0.0 → ibm_code_engine_sdk-6.0.2}/ibm_code_engine_sdk.egg-info/zip-safe
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|