ibm-code-engine-sdk


Nameibm-code-engine-sdk JSON
Version 4.4.1 PyPI version JSON
download
home_pagehttps://github.com/IBM/code-engine-python-sdk
SummaryPython SDK for IBM Cloud Code Engine
upload_time2024-11-20 21:00:53
maintainerNone
docs_urlNone
authorIBM
requires_pythonNone
licenseApache 2.0
keywords ibm_code_engine_sdk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            [![Build Status](https://travis-ci.com/IBM/code-engine-python-sdk.svg?branch=main)](https://travis-ci.com/IBM/code-engine-python-sdk)
<!-- 
[![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)
-->
# Python SDK for IBM Cloud Code Engine 4.4.1

Python client library to interact with the [IBM Cloud Code Engine API](https://cloud.ibm.com/apidocs/codeengine).

## Table of Contents

<!--
  The TOC below is generated using the `markdown-toc` node package.

      https://github.com/jonschlinkert/markdown-toc

  You should regenerate the TOC after making changes to this file.

      npx markdown-toc -i README.md
  -->

<!-- toc -->

- [Overview](#overview)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Using the SDK](#using-the-sdk)
- [Questions](#questions)
- [Issues](#issues)
- [Open source @ IBM](#open-source--ibm)
- [Contributing](#contributing)
- [License](#license)

<!-- tocstop -->

## Overview

The IBM Cloud Code Engine Python SDK allows developers to programmatically interact with the following
IBM Cloud services:

Service Name | Imported Class Name
--- | ---
[IBM Cloud Code Engine V2](https://cloud.ibm.com/apidocs/codeengine/codeengine-v4.4.1) | CodeEngineV2
[IBM Cloud Code Engine V1](https://cloud.ibm.com/apidocs/codeengine/codeengine-v4.4.1) | IbmCloudCodeEngineV1

## Prerequisites

[ibm-cloud-onboarding]: https://cloud.ibm.com/registration

* An [IBM Cloud][ibm-cloud-onboarding] account.
* An IAM API key to allow the SDK to access your account. Create one [here](https://cloud.ibm.com/iam/apikeys).
* Python 3.9 or above.

## Installation

To install, use `pip` or `easy_install`:

```bash
pip install --upgrade "ibm_code_engine_sdk>=4.4.1"
```

or

```bash
easy_install --upgrade "ibm_code_engine_sdk>=4.4.1"
```

## Using the SDK
Examples and a demo are available in the [examples](/examples) folder.

For general SDK usage information, please see [this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/main/README.md)

## Questions

If you are having difficulties using this SDK or have a question about the IBM Cloud services,
please ask a question
[Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-cloud).

## Issues
If you encounter an issue with the project, you are welcome to submit a
[bug report](https://github.com/IBM/code-engine-python-sdk/issues).
Before that, please search for similar issues. It's possible that someone has already reported the problem.

## Open source @ IBM
Find more open source projects on the [IBM Github Page](http://ibm.github.io/)

## Contributing
See [CONTRIBUTING.md](https://github.com/IBM/code-engine-python-sdk/blob/main/CONTRIBUTING.md).

## License

This SDK is released under the Apache 2.0 license.
The license's full text can be found in [LICENSE](https://github.com/IBM/code-engine-python-sdk/blob/main/LICENSE).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/IBM/code-engine-python-sdk",
    "name": "ibm-code-engine-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "ibm_code_engine_sdk",
    "author": "IBM",
    "author_email": "coligo@de.ibm.com",
    "download_url": "https://files.pythonhosted.org/packages/a4/f9/4fc24e412c5c0c20c7edc5f8e8e8f906583d11735e42fe1a739a7ad38c21/ibm_code_engine_sdk-4.4.1.tar.gz",
    "platform": null,
    "description": "[![Build Status](https://travis-ci.com/IBM/code-engine-python-sdk.svg?branch=main)](https://travis-ci.com/IBM/code-engine-python-sdk)\n<!-- \n[![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)\n-->\n# Python SDK for IBM Cloud Code Engine 4.4.1\n\nPython client library to interact with the [IBM Cloud Code Engine API](https://cloud.ibm.com/apidocs/codeengine).\n\n## Table of Contents\n\n<!--\n  The TOC below is generated using the `markdown-toc` node package.\n\n      https://github.com/jonschlinkert/markdown-toc\n\n  You should regenerate the TOC after making changes to this file.\n\n      npx markdown-toc -i README.md\n  -->\n\n<!-- toc -->\n\n- [Overview](#overview)\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n- [Using the SDK](#using-the-sdk)\n- [Questions](#questions)\n- [Issues](#issues)\n- [Open source @ IBM](#open-source--ibm)\n- [Contributing](#contributing)\n- [License](#license)\n\n<!-- tocstop -->\n\n## Overview\n\nThe IBM Cloud Code Engine Python SDK allows developers to programmatically interact with the following\nIBM Cloud services:\n\nService Name | Imported Class Name\n--- | ---\n[IBM Cloud Code Engine V2](https://cloud.ibm.com/apidocs/codeengine/codeengine-v4.4.1) | CodeEngineV2\n[IBM Cloud Code Engine V1](https://cloud.ibm.com/apidocs/codeengine/codeengine-v4.4.1) | IbmCloudCodeEngineV1\n\n## Prerequisites\n\n[ibm-cloud-onboarding]: https://cloud.ibm.com/registration\n\n* An [IBM Cloud][ibm-cloud-onboarding] account.\n* An IAM API key to allow the SDK to access your account. Create one [here](https://cloud.ibm.com/iam/apikeys).\n* Python 3.9 or above.\n\n## Installation\n\nTo install, use `pip` or `easy_install`:\n\n```bash\npip install --upgrade \"ibm_code_engine_sdk>=4.4.1\"\n```\n\nor\n\n```bash\neasy_install --upgrade \"ibm_code_engine_sdk>=4.4.1\"\n```\n\n## Using the SDK\nExamples and a demo are available in the [examples](/examples) folder.\n\nFor general SDK usage information, please see [this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/main/README.md)\n\n## Questions\n\nIf you are having difficulties using this SDK or have a question about the IBM Cloud services,\nplease ask a question\n[Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-cloud).\n\n## Issues\nIf you encounter an issue with the project, you are welcome to submit a\n[bug report](https://github.com/IBM/code-engine-python-sdk/issues).\nBefore that, please search for similar issues. It's possible that someone has already reported the problem.\n\n## Open source @ IBM\nFind more open source projects on the [IBM Github Page](http://ibm.github.io/)\n\n## Contributing\nSee [CONTRIBUTING.md](https://github.com/IBM/code-engine-python-sdk/blob/main/CONTRIBUTING.md).\n\n## License\n\nThis SDK is released under the Apache 2.0 license.\nThe license's full text can be found in [LICENSE](https://github.com/IBM/code-engine-python-sdk/blob/main/LICENSE).\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Python SDK for IBM Cloud Code Engine",
    "version": "4.4.1",
    "project_urls": {
        "Homepage": "https://github.com/IBM/code-engine-python-sdk"
    },
    "split_keywords": [
        "ibm_code_engine_sdk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2781fcc02a7440d68f2ab0ea8ecdc78e41aac88b6fb1e873a488958eaa79f4eb",
                "md5": "105f256d1eb24d064f96d5016d25b330",
                "sha256": "089de2fee62c3980ced3f23ce6d5c0b55fb7a6c9b27dfe1b3f9ba9da01ac2373"
            },
            "downloads": -1,
            "filename": "ibm_code_engine_sdk-4.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "105f256d1eb24d064f96d5016d25b330",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 73157,
            "upload_time": "2024-11-20T21:00:51",
            "upload_time_iso_8601": "2024-11-20T21:00:51.913462Z",
            "url": "https://files.pythonhosted.org/packages/27/81/fcc02a7440d68f2ab0ea8ecdc78e41aac88b6fb1e873a488958eaa79f4eb/ibm_code_engine_sdk-4.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4f94fc24e412c5c0c20c7edc5f8e8e8f906583d11735e42fe1a739a7ad38c21",
                "md5": "d484a8b88397764b214d9d26c7a30362",
                "sha256": "ba300ec087608fecaa9f86d8f34c823e16567b53db0279d1e6973067022f7c57"
            },
            "downloads": -1,
            "filename": "ibm_code_engine_sdk-4.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d484a8b88397764b214d9d26c7a30362",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 71555,
            "upload_time": "2024-11-20T21:00:53",
            "upload_time_iso_8601": "2024-11-20T21:00:53.498468Z",
            "url": "https://files.pythonhosted.org/packages/a4/f9/4fc24e412c5c0c20c7edc5f8e8e8f906583d11735e42fe1a739a7ad38c21/ibm_code_engine_sdk-4.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-20 21:00:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "IBM",
    "github_project": "code-engine-python-sdk",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "ibm-code-engine-sdk"
}
        
IBM
Elapsed time: 0.73852s