[![Build Status](https://app.travis-ci.com/IBM/continuous-delivery-python-sdk.svg?branch=main)](https://app.travis-ci.com/github/IBM/continuous-delivery-python-sdk)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ibm-continuous-delivery)](https://pypi.org/project/ibm-continuous-delivery/)
[![Latest Stable Version](https://img.shields.io/pypi/v/ibm-continuous-delivery.svg)](https://pypi.python.org/pypi/ibm-continuous-delivery)
[![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)
# IBM Cloud Continuous Delivery Python SDK v2.0.0
The Python client library to interact with the [IBM Cloud Continuous Delivery Toolchain and Tekton Pipeline APIs](https://cloud.ibm.com/docs?tab=api-docs&category=devops).
# Python Version
The current minimum Python version supported is 3.8.
## 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 -->
- [IBM Cloud Continuous Delivery Python SDK v2.0.0](#ibm-cloud-continuous-delivery-python-sdk-v170)
- [Python Version](#python-version)
- [Table of Contents](#table-of-contents)
- [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 Continuous Delivery Python SDK allows developers to programmatically interact with the following
IBM Cloud services:
Service Name | Module Name | Imported Class Name
--- | --- | ---
[Toolchain API](https://cloud.ibm.com/apidocs/toolchain?code=python) | cd_toolchain_v2| CdToolchainV2
[Tekton Pipeline API](https://cloud.ibm.com/apidocs/tekton-pipeline?code=python) | cd_tekton_pipeline_v2 | CdTektonPipelineV2
## 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.7 or above.
## Installation
To install, use `pip`:
```bash
python -m pip install --upgrade ibm-continuous-delivery
```
## Using the SDK
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 at
[Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-cloud).
Alternatively, you can reach out to the IBM Cloud Continuous Delivery development team by joining us on [Slack](https://ic-devops-slack-invite.us-south.devops.cloud.ibm.com/).
## Issues
If you encounter an issue with the project, you are welcome to submit a
[bug report](https://github.com/IBM/continuous-delivery-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/continuous-delivery-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/continuous-delivery-python-sdk/blob/main/LICENSE).
Raw data
{
"_id": null,
"home_page": null,
"name": "ibm-continuous-delivery",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "ibm, cloud, ibm cloud services, toolchain, tekton",
"author": null,
"author_email": "Omar Al Bastami <omar.albastami@ibm.com>, Brian Gleeson <brian.gleeson@ie.ibm.com>",
"download_url": "https://files.pythonhosted.org/packages/7e/78/3ec8f89a5706d559fa3750a7f4951b6db1638cc726859940dc6ab882c911/ibm_continuous_delivery-2.0.0.tar.gz",
"platform": null,
"description": "[![Build Status](https://app.travis-ci.com/IBM/continuous-delivery-python-sdk.svg?branch=main)](https://app.travis-ci.com/github/IBM/continuous-delivery-python-sdk)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ibm-continuous-delivery)](https://pypi.org/project/ibm-continuous-delivery/)\n[![Latest Stable Version](https://img.shields.io/pypi/v/ibm-continuous-delivery.svg)](https://pypi.python.org/pypi/ibm-continuous-delivery)\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# IBM Cloud Continuous Delivery Python SDK v2.0.0\n\nThe Python client library to interact with the [IBM Cloud Continuous Delivery Toolchain and Tekton Pipeline APIs](https://cloud.ibm.com/docs?tab=api-docs&category=devops).\n\n# Python Version\nThe current minimum Python version supported is 3.8.\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- [IBM Cloud Continuous Delivery Python SDK v2.0.0](#ibm-cloud-continuous-delivery-python-sdk-v170)\n- [Python Version](#python-version)\n - [Table of Contents](#table-of-contents)\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 Continuous Delivery Python SDK allows developers to programmatically interact with the following\nIBM Cloud services:\n\nService Name | Module Name | Imported Class Name\n--- | --- | ---\n[Toolchain API](https://cloud.ibm.com/apidocs/toolchain?code=python) | cd_toolchain_v2| CdToolchainV2\n[Tekton Pipeline API](https://cloud.ibm.com/apidocs/tekton-pipeline?code=python) | cd_tekton_pipeline_v2 | CdTektonPipelineV2\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.7 or above.\n\n## Installation\n\nTo install, use `pip`:\n\n```bash\npython -m pip install --upgrade ibm-continuous-delivery\n```\n\n## Using the SDK\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 at\n[Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-cloud).\nAlternatively, you can reach out to the IBM Cloud Continuous Delivery development team by joining us on [Slack](https://ic-devops-slack-invite.us-south.devops.cloud.ibm.com/).\n\n## Issues\nIf you encounter an issue with the project, you are welcome to submit a\n[bug report](https://github.com/IBM/continuous-delivery-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/continuous-delivery-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/continuous-delivery-python-sdk/blob/main/LICENSE).\n",
"bugtrack_url": null,
"license": null,
"summary": "Python client library to interact with the IBM Cloud Continuous Delivery Toolchain and Tekton Pipeline APIs",
"version": "2.0.0",
"project_urls": {
"Changelog": "https://github.com/IBM/continuous-delivery-python-sdk/blob/main/CHANGELOG.md",
"Contributing": "https://github.com/IBM/continuous-delivery-python-sdk/blob/main/CONTRIBUTING.md",
"Documentation": "https://github.com/IBM/continuous-delivery-python-sdk/blob/main/README.md",
"Issues": "https://github.com/IBM/continuous-delivery-python-sdk/issues",
"License": "https://github.com/IBM/continuous-delivery-python-sdk/blob/main/LICENSE",
"Repository": "https://github.com/IBM/continuous-delivery-python-sdk"
},
"split_keywords": [
"ibm",
" cloud",
" ibm cloud services",
" toolchain",
" tekton"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "66f6674d739f8d17a6152c5abdf7ee073eae9c39e913180c7a691b07929051e0",
"md5": "62997724a44d6f710104e1069d192a09",
"sha256": "430bfd7facfcdb1cb0253b2412e6a335c663bda0a1d35ab72af03c06b775c985"
},
"downloads": -1,
"filename": "ibm_continuous_delivery-2.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "62997724a44d6f710104e1069d192a09",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 51323,
"upload_time": "2024-10-28T15:43:39",
"upload_time_iso_8601": "2024-10-28T15:43:39.638479Z",
"url": "https://files.pythonhosted.org/packages/66/f6/674d739f8d17a6152c5abdf7ee073eae9c39e913180c7a691b07929051e0/ibm_continuous_delivery-2.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7e783ec8f89a5706d559fa3750a7f4951b6db1638cc726859940dc6ab882c911",
"md5": "e953ef413a17b289b32931beff7cf51b",
"sha256": "aabc801d907f2eb9d7544b42dfd1e086e4651b0ddf4e4f74b0b6b0bd444beea7"
},
"downloads": -1,
"filename": "ibm_continuous_delivery-2.0.0.tar.gz",
"has_sig": false,
"md5_digest": "e953ef413a17b289b32931beff7cf51b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 50738,
"upload_time": "2024-10-28T15:43:40",
"upload_time_iso_8601": "2024-10-28T15:43:40.718271Z",
"url": "https://files.pythonhosted.org/packages/7e/78/3ec8f89a5706d559fa3750a7f4951b6db1638cc726859940dc6ab882c911/ibm_continuous_delivery-2.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-28 15:43:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "IBM",
"github_project": "continuous-delivery-python-sdk",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"lcname": "ibm-continuous-delivery"
}