ibm-code-engine-sdk 6.0.2__tar.gz → 6.0.4__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.2/ibm_code_engine_sdk.egg-info → ibm_code_engine_sdk-6.0.4}/PKG-INFO +7 -7
- {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/README.md +5 -5
- {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/ibm_code_engine_sdk/code_engine_v2.py +6 -4
- {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/ibm_code_engine_sdk/version.py +1 -1
- {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4/ibm_code_engine_sdk.egg-info}/PKG-INFO +7 -7
- {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/ibm_code_engine_sdk.egg-info/requires.txt +1 -1
- {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/pyproject.toml +1 -1
- {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/requirements-dev.txt +1 -1
- {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/LICENSE +0 -0
- {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/MANIFEST.in +0 -0
- {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/ibm_code_engine_sdk/__init__.py +0 -0
- {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/ibm_code_engine_sdk/common.py +0 -0
- {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/ibm_code_engine_sdk/ibm_cloud_code_engine_v1.py +0 -0
- {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/ibm_code_engine_sdk.egg-info/SOURCES.txt +0 -0
- {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/ibm_code_engine_sdk.egg-info/dependency_links.txt +0 -0
- {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/ibm_code_engine_sdk.egg-info/top_level.txt +0 -0
- {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/ibm_code_engine_sdk.egg-info/zip-safe +0 -0
- {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/requirements.txt +0 -0
- {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/setup.cfg +0 -0
- {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/setup.py +0 -0
{ibm_code_engine_sdk-6.0.2/ibm_code_engine_sdk.egg-info → ibm_code_engine_sdk-6.0.4}/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.4
|
|
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
|
|
@@ -31,7 +31,7 @@ Requires-Dist: idna>=3.15
|
|
|
31
31
|
Provides-Extra: dev
|
|
32
32
|
Requires-Dist: coverage>=4.5.4; extra == "dev"
|
|
33
33
|
Requires-Dist: pylint<4.1.0,>=4.0.2; extra == "dev"
|
|
34
|
-
Requires-Dist: pytest<9.
|
|
34
|
+
Requires-Dist: pytest<9.2.0,>=9.1.0; extra == "dev"
|
|
35
35
|
Requires-Dist: pytest-cov<7.2.0,>=7.1.0; extra == "dev"
|
|
36
36
|
Requires-Dist: pytest-rerunfailures>=3.1; extra == "dev"
|
|
37
37
|
Requires-Dist: responses<1.0.0,>=0.12.1; extra == "dev"
|
|
@@ -43,7 +43,7 @@ Dynamic: license-file
|
|
|
43
43
|
<!--
|
|
44
44
|
[](https://github.com/semantic-release/semantic-release)
|
|
45
45
|
-->
|
|
46
|
-
# Python SDK for IBM Cloud Code Engine 6.0.
|
|
46
|
+
# Python SDK for IBM Cloud Code Engine 6.0.4
|
|
47
47
|
|
|
48
48
|
Python client library to interact with the [IBM Cloud Code Engine API](https://cloud.ibm.com/apidocs/codeengine).
|
|
49
49
|
|
|
@@ -82,8 +82,8 @@ IBM Cloud services:
|
|
|
82
82
|
|
|
83
83
|
Service Name | Imported Class Name
|
|
84
84
|
--- | ---
|
|
85
|
-
[IBM Cloud Code Engine V2](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.
|
|
86
|
-
[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.4) | CodeEngineV2
|
|
86
|
+
[IBM Cloud Code Engine V1](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.4) | IbmCloudCodeEngineV1
|
|
87
87
|
|
|
88
88
|
## Prerequisites
|
|
89
89
|
|
|
@@ -290,13 +290,13 @@ If you used the optional `name` property, remove it from the prototype of the **
|
|
|
290
290
|
To install, use `pip` or `easy_install`:
|
|
291
291
|
|
|
292
292
|
```bash
|
|
293
|
-
pip install --upgrade "ibm_code_engine_sdk>=6.0.
|
|
293
|
+
pip install --upgrade "ibm_code_engine_sdk>=6.0.4"
|
|
294
294
|
```
|
|
295
295
|
|
|
296
296
|
or
|
|
297
297
|
|
|
298
298
|
```bash
|
|
299
|
-
easy_install --upgrade "ibm_code_engine_sdk>=6.0.
|
|
299
|
+
easy_install --upgrade "ibm_code_engine_sdk>=6.0.4"
|
|
300
300
|
```
|
|
301
301
|
|
|
302
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.4
|
|
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.4) | CodeEngineV2
|
|
44
|
+
[IBM Cloud Code Engine V1](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.4) | 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.4"
|
|
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.4"
|
|
258
258
|
```
|
|
259
259
|
|
|
260
260
|
## Using the SDK
|
{ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/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-09-04`.
|
|
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-09-04`.
|
|
84
84
|
"""
|
|
85
85
|
BaseService.__init__(self, service_url=self.DEFAULT_SERVICE_URL, authenticator=authenticator)
|
|
86
86
|
self.version = version
|
|
@@ -13740,7 +13740,8 @@ class Probe:
|
|
|
13740
13740
|
checks.
|
|
13741
13741
|
:param str path: (optional) The path of the HTTP request to the resource. A path
|
|
13742
13742
|
is only supported for a probe with a `type` of `http`.
|
|
13743
|
-
:param int port: (optional) The port on which to probe the resource
|
|
13743
|
+
:param int port: (optional) The port on which to probe the resource, or 0 to
|
|
13744
|
+
probe the default app port 8080.
|
|
13744
13745
|
:param int timeout: (optional) The amount of time in seconds that the probe
|
|
13745
13746
|
waits for a response from the application before it times out and fails.
|
|
13746
13747
|
:param str type: Specifies whether to use HTTP or TCP for the probe checks. The
|
|
@@ -13771,7 +13772,8 @@ class Probe:
|
|
|
13771
13772
|
checks.
|
|
13772
13773
|
:param str path: (optional) The path of the HTTP request to the resource. A
|
|
13773
13774
|
path is only supported for a probe with a `type` of `http`.
|
|
13774
|
-
:param int port: (optional) The port on which to probe the resource
|
|
13775
|
+
:param int port: (optional) The port on which to probe the resource, or 0
|
|
13776
|
+
to probe the default app port 8080.
|
|
13775
13777
|
:param int timeout: (optional) The amount of time in seconds that the probe
|
|
13776
13778
|
waits for a response from the application before it times out and fails.
|
|
13777
13779
|
"""
|
{ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4/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.4
|
|
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
|
|
@@ -31,7 +31,7 @@ Requires-Dist: idna>=3.15
|
|
|
31
31
|
Provides-Extra: dev
|
|
32
32
|
Requires-Dist: coverage>=4.5.4; extra == "dev"
|
|
33
33
|
Requires-Dist: pylint<4.1.0,>=4.0.2; extra == "dev"
|
|
34
|
-
Requires-Dist: pytest<9.
|
|
34
|
+
Requires-Dist: pytest<9.2.0,>=9.1.0; extra == "dev"
|
|
35
35
|
Requires-Dist: pytest-cov<7.2.0,>=7.1.0; extra == "dev"
|
|
36
36
|
Requires-Dist: pytest-rerunfailures>=3.1; extra == "dev"
|
|
37
37
|
Requires-Dist: responses<1.0.0,>=0.12.1; extra == "dev"
|
|
@@ -43,7 +43,7 @@ Dynamic: license-file
|
|
|
43
43
|
<!--
|
|
44
44
|
[](https://github.com/semantic-release/semantic-release)
|
|
45
45
|
-->
|
|
46
|
-
# Python SDK for IBM Cloud Code Engine 6.0.
|
|
46
|
+
# Python SDK for IBM Cloud Code Engine 6.0.4
|
|
47
47
|
|
|
48
48
|
Python client library to interact with the [IBM Cloud Code Engine API](https://cloud.ibm.com/apidocs/codeengine).
|
|
49
49
|
|
|
@@ -82,8 +82,8 @@ IBM Cloud services:
|
|
|
82
82
|
|
|
83
83
|
Service Name | Imported Class Name
|
|
84
84
|
--- | ---
|
|
85
|
-
[IBM Cloud Code Engine V2](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.
|
|
86
|
-
[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.4) | CodeEngineV2
|
|
86
|
+
[IBM Cloud Code Engine V1](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.4) | IbmCloudCodeEngineV1
|
|
87
87
|
|
|
88
88
|
## Prerequisites
|
|
89
89
|
|
|
@@ -290,13 +290,13 @@ If you used the optional `name` property, remove it from the prototype of the **
|
|
|
290
290
|
To install, use `pip` or `easy_install`:
|
|
291
291
|
|
|
292
292
|
```bash
|
|
293
|
-
pip install --upgrade "ibm_code_engine_sdk>=6.0.
|
|
293
|
+
pip install --upgrade "ibm_code_engine_sdk>=6.0.4"
|
|
294
294
|
```
|
|
295
295
|
|
|
296
296
|
or
|
|
297
297
|
|
|
298
298
|
```bash
|
|
299
|
-
easy_install --upgrade "ibm_code_engine_sdk>=6.0.
|
|
299
|
+
easy_install --upgrade "ibm_code_engine_sdk>=6.0.4"
|
|
300
300
|
```
|
|
301
301
|
|
|
302
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.2 → ibm_code_engine_sdk-6.0.4}/ibm_code_engine_sdk.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/ibm_code_engine_sdk.egg-info/top_level.txt
RENAMED
|
File without changes
|
{ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/ibm_code_engine_sdk.egg-info/zip-safe
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|