ibm-code-engine-sdk 3.1.0__tar.gz → 4.4.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.
Files changed (22) hide show
  1. {ibm-code-engine-sdk-3.1.0/ibm_code_engine_sdk.egg-info → ibm_code_engine_sdk-4.4.1}/PKG-INFO +22 -21
  2. {ibm-code-engine-sdk-3.1.0 → ibm_code_engine_sdk-4.4.1}/README.md +16 -18
  3. ibm_code_engine_sdk-4.4.1/ibm_code_engine_sdk/code_engine_v2.py +15718 -0
  4. {ibm-code-engine-sdk-3.1.0 → ibm_code_engine_sdk-4.4.1}/ibm_code_engine_sdk/version.py +1 -1
  5. {ibm-code-engine-sdk-3.1.0 → ibm_code_engine_sdk-4.4.1/ibm_code_engine_sdk.egg-info}/PKG-INFO +22 -21
  6. {ibm-code-engine-sdk-3.1.0 → ibm_code_engine_sdk-4.4.1}/ibm_code_engine_sdk.egg-info/requires.txt +2 -2
  7. ibm_code_engine_sdk-4.4.1/pyproject.toml +7 -0
  8. {ibm-code-engine-sdk-3.1.0 → ibm_code_engine_sdk-4.4.1}/requirements-dev.txt +3 -3
  9. {ibm-code-engine-sdk-3.1.0 → ibm_code_engine_sdk-4.4.1}/requirements.txt +2 -2
  10. {ibm-code-engine-sdk-3.1.0 → ibm_code_engine_sdk-4.4.1}/setup.py +2 -3
  11. ibm-code-engine-sdk-3.1.0/ibm_code_engine_sdk/code_engine_v2.py +0 -8997
  12. ibm-code-engine-sdk-3.1.0/pyproject.toml +0 -3
  13. {ibm-code-engine-sdk-3.1.0 → ibm_code_engine_sdk-4.4.1}/LICENSE +0 -0
  14. {ibm-code-engine-sdk-3.1.0 → ibm_code_engine_sdk-4.4.1}/MANIFEST.in +0 -0
  15. {ibm-code-engine-sdk-3.1.0 → ibm_code_engine_sdk-4.4.1}/ibm_code_engine_sdk/__init__.py +0 -0
  16. {ibm-code-engine-sdk-3.1.0 → ibm_code_engine_sdk-4.4.1}/ibm_code_engine_sdk/common.py +0 -0
  17. {ibm-code-engine-sdk-3.1.0 → ibm_code_engine_sdk-4.4.1}/ibm_code_engine_sdk/ibm_cloud_code_engine_v1.py +0 -0
  18. {ibm-code-engine-sdk-3.1.0 → ibm_code_engine_sdk-4.4.1}/ibm_code_engine_sdk.egg-info/SOURCES.txt +0 -0
  19. {ibm-code-engine-sdk-3.1.0 → ibm_code_engine_sdk-4.4.1}/ibm_code_engine_sdk.egg-info/dependency_links.txt +0 -0
  20. {ibm-code-engine-sdk-3.1.0 → ibm_code_engine_sdk-4.4.1}/ibm_code_engine_sdk.egg-info/top_level.txt +0 -0
  21. {ibm-code-engine-sdk-3.1.0 → ibm_code_engine_sdk-4.4.1}/ibm_code_engine_sdk.egg-info/zip-safe +0 -0
  22. {ibm-code-engine-sdk-3.1.0 → ibm_code_engine_sdk-4.4.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ibm-code-engine-sdk
3
- Version: 3.1.0
3
+ Version: 4.4.1
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
@@ -9,11 +9,10 @@ License: Apache 2.0
9
9
  Keywords: ibm_code_engine_sdk
10
10
  Classifier: Programming Language :: Python
11
11
  Classifier: Programming Language :: Python :: 3
12
- Classifier: Programming Language :: Python :: 3.7
13
- Classifier: Programming Language :: Python :: 3.8
14
12
  Classifier: Programming Language :: Python :: 3.9
15
13
  Classifier: Programming Language :: Python :: 3.10
16
14
  Classifier: Programming Language :: Python :: 3.11
15
+ Classifier: Programming Language :: Python :: 3.12
17
16
  Classifier: Development Status :: 5 - Production/Stable
18
17
  Classifier: Intended Audience :: Developers
19
18
  Classifier: License :: OSI Approved :: Apache Software License
@@ -22,12 +21,16 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
22
21
  Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
23
22
  Description-Content-Type: text/markdown
24
23
  License-File: LICENSE
24
+ Requires-Dist: requests<3.0.0,>=2.31.0
25
+ Requires-Dist: urllib3<2.3.0,>=2.2.1
26
+ Requires-Dist: python_dateutil<3.0.0,>=2.5.3
27
+ Requires-Dist: ibm_cloud_sdk_core<4.0.0,>=3.16.0
25
28
 
26
29
  [![Build Status](https://travis-ci.com/IBM/code-engine-python-sdk.svg?branch=main)](https://travis-ci.com/IBM/code-engine-python-sdk)
27
30
  <!--
28
31
  [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
29
32
  -->
30
- # Python SDK for IBM Cloud Code Engine 3.1.0
33
+ # Python SDK for IBM Cloud Code Engine 4.4.1
31
34
 
32
35
  Python client library to interact with the [IBM Cloud Code Engine API](https://cloud.ibm.com/apidocs/codeengine).
33
36
 
@@ -45,17 +48,15 @@ Python client library to interact with the [IBM Cloud Code Engine API](https://c
45
48
 
46
49
  <!-- toc -->
47
50
 
48
- - [Python SDK for IBM Cloud Code Engine 3.1.0](#python-sdk-for-ibm-cloud-code-engine-310)
49
- - [Table of Contents](#table-of-contents)
50
- - [Overview](#overview)
51
- - [Prerequisites](#prerequisites)
52
- - [Installation](#installation)
53
- - [Using the SDK](#using-the-sdk)
54
- - [Questions](#questions)
55
- - [Issues](#issues)
56
- - [Open source @ IBM](#open-source--ibm)
57
- - [Contributing](#contributing)
58
- - [License](#license)
51
+ - [Overview](#overview)
52
+ - [Prerequisites](#prerequisites)
53
+ - [Installation](#installation)
54
+ - [Using the SDK](#using-the-sdk)
55
+ - [Questions](#questions)
56
+ - [Issues](#issues)
57
+ - [Open source @ IBM](#open-source--ibm)
58
+ - [Contributing](#contributing)
59
+ - [License](#license)
59
60
 
60
61
  <!-- tocstop -->
61
62
 
@@ -66,8 +67,8 @@ IBM Cloud services:
66
67
 
67
68
  Service Name | Imported Class Name
68
69
  --- | ---
69
- [IBM Cloud Code Engine V2](https://cloud.ibm.com/apidocs/codeengine/codeengine-v3.1.0) | CodeEngineV2
70
- [IBM Cloud Code Engine V1](https://cloud.ibm.com/apidocs/codeengine/codeengine-v3.1.0) | IbmCloudCodeEngineV1
70
+ [IBM Cloud Code Engine V2](https://cloud.ibm.com/apidocs/codeengine/codeengine-v4.4.1) | CodeEngineV2
71
+ [IBM Cloud Code Engine V1](https://cloud.ibm.com/apidocs/codeengine/codeengine-v4.4.1) | IbmCloudCodeEngineV1
71
72
 
72
73
  ## Prerequisites
73
74
 
@@ -75,24 +76,24 @@ Service Name | Imported Class Name
75
76
 
76
77
  * An [IBM Cloud][ibm-cloud-onboarding] account.
77
78
  * An IAM API key to allow the SDK to access your account. Create one [here](https://cloud.ibm.com/iam/apikeys).
78
- * Python 3.7 or above.
79
+ * Python 3.9 or above.
79
80
 
80
81
  ## Installation
81
82
 
82
83
  To install, use `pip` or `easy_install`:
83
84
 
84
85
  ```bash
85
- pip install --upgrade "ibm_code_engine_sdk>=3.1.0"
86
+ pip install --upgrade "ibm_code_engine_sdk>=4.4.1"
86
87
  ```
87
88
 
88
89
  or
89
90
 
90
91
  ```bash
91
- easy_install --upgrade "ibm_code_engine_sdk>=3.1.0"
92
+ easy_install --upgrade "ibm_code_engine_sdk>=4.4.1"
92
93
  ```
93
94
 
94
95
  ## Using the SDK
95
- Examples and a demo are available in the [example](/example) folder.
96
+ Examples and a demo are available in the [examples](/examples) folder.
96
97
 
97
98
  For general SDK usage information, please see [this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/main/README.md)
98
99
 
@@ -2,7 +2,7 @@
2
2
  <!--
3
3
  [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
4
4
  -->
5
- # Python SDK for IBM Cloud Code Engine 3.1.0
5
+ # Python SDK for IBM Cloud Code Engine 4.4.1
6
6
 
7
7
  Python client library to interact with the [IBM Cloud Code Engine API](https://cloud.ibm.com/apidocs/codeengine).
8
8
 
@@ -20,17 +20,15 @@ Python client library to interact with the [IBM Cloud Code Engine API](https://c
20
20
 
21
21
  <!-- toc -->
22
22
 
23
- - [Python SDK for IBM Cloud Code Engine 3.1.0](#python-sdk-for-ibm-cloud-code-engine-310)
24
- - [Table of Contents](#table-of-contents)
25
- - [Overview](#overview)
26
- - [Prerequisites](#prerequisites)
27
- - [Installation](#installation)
28
- - [Using the SDK](#using-the-sdk)
29
- - [Questions](#questions)
30
- - [Issues](#issues)
31
- - [Open source @ IBM](#open-source--ibm)
32
- - [Contributing](#contributing)
33
- - [License](#license)
23
+ - [Overview](#overview)
24
+ - [Prerequisites](#prerequisites)
25
+ - [Installation](#installation)
26
+ - [Using the SDK](#using-the-sdk)
27
+ - [Questions](#questions)
28
+ - [Issues](#issues)
29
+ - [Open source @ IBM](#open-source--ibm)
30
+ - [Contributing](#contributing)
31
+ - [License](#license)
34
32
 
35
33
  <!-- tocstop -->
36
34
 
@@ -41,8 +39,8 @@ IBM Cloud services:
41
39
 
42
40
  Service Name | Imported Class Name
43
41
  --- | ---
44
- [IBM Cloud Code Engine V2](https://cloud.ibm.com/apidocs/codeengine/codeengine-v3.1.0) | CodeEngineV2
45
- [IBM Cloud Code Engine V1](https://cloud.ibm.com/apidocs/codeengine/codeengine-v3.1.0) | IbmCloudCodeEngineV1
42
+ [IBM Cloud Code Engine V2](https://cloud.ibm.com/apidocs/codeengine/codeengine-v4.4.1) | CodeEngineV2
43
+ [IBM Cloud Code Engine V1](https://cloud.ibm.com/apidocs/codeengine/codeengine-v4.4.1) | IbmCloudCodeEngineV1
46
44
 
47
45
  ## Prerequisites
48
46
 
@@ -50,24 +48,24 @@ Service Name | Imported Class Name
50
48
 
51
49
  * An [IBM Cloud][ibm-cloud-onboarding] account.
52
50
  * An IAM API key to allow the SDK to access your account. Create one [here](https://cloud.ibm.com/iam/apikeys).
53
- * Python 3.7 or above.
51
+ * Python 3.9 or above.
54
52
 
55
53
  ## Installation
56
54
 
57
55
  To install, use `pip` or `easy_install`:
58
56
 
59
57
  ```bash
60
- pip install --upgrade "ibm_code_engine_sdk>=3.1.0"
58
+ pip install --upgrade "ibm_code_engine_sdk>=4.4.1"
61
59
  ```
62
60
 
63
61
  or
64
62
 
65
63
  ```bash
66
- easy_install --upgrade "ibm_code_engine_sdk>=3.1.0"
64
+ easy_install --upgrade "ibm_code_engine_sdk>=4.4.1"
67
65
  ```
68
66
 
69
67
  ## Using the SDK
70
- Examples and a demo are available in the [example](/example) folder.
68
+ Examples and a demo are available in the [examples](/examples) folder.
71
69
 
72
70
  For general SDK usage information, please see [this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/main/README.md)
73
71