ibm-continuous-delivery


Nameibm-continuous-delivery JSON
Version 2.0.1 PyPI version JSON
download
home_pageNone
SummaryPython client library to interact with the IBM Cloud Continuous Delivery Toolchain and Tekton Pipeline APIs
upload_time2025-07-18 15:14:36
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords ibm cloud ibm cloud services toolchain tekton
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            [![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.1

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.1](#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/15/98/9da135f5ec3a80790e9dec3707bb9e2f07bf9f6226cc8a19f47012968e8f/ibm_continuous_delivery-2.0.1.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.1\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.1](#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.1",
    "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": null,
            "digests": {
                "blake2b_256": "d3a799a8825eeda25d89b4d336b37134ffefa6caebe807319de34d2e90cc11d4",
                "md5": "3cb9cfe61cf68b2d737a4b948db6ae1c",
                "sha256": "18fa1b892c4a86e5e31320e9fa591fe282869c94e274761ec921661adcaf14a9"
            },
            "downloads": -1,
            "filename": "ibm_continuous_delivery-2.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3cb9cfe61cf68b2d737a4b948db6ae1c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 52320,
            "upload_time": "2025-07-18T15:14:34",
            "upload_time_iso_8601": "2025-07-18T15:14:34.863802Z",
            "url": "https://files.pythonhosted.org/packages/d3/a7/99a8825eeda25d89b4d336b37134ffefa6caebe807319de34d2e90cc11d4/ibm_continuous_delivery-2.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "15989da135f5ec3a80790e9dec3707bb9e2f07bf9f6226cc8a19f47012968e8f",
                "md5": "61e064e0039c4f4879e2bbee6bdee8f4",
                "sha256": "10b303b40a9540e54ad94d74429f68d96eedab1bfce00d8e9731585ab1689d5f"
            },
            "downloads": -1,
            "filename": "ibm_continuous_delivery-2.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "61e064e0039c4f4879e2bbee6bdee8f4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 51485,
            "upload_time": "2025-07-18T15:14:36",
            "upload_time_iso_8601": "2025-07-18T15:14:36.023247Z",
            "url": "https://files.pythonhosted.org/packages/15/98/9da135f5ec3a80790e9dec3707bb9e2f07bf9f6226cc8a19f47012968e8f/ibm_continuous_delivery-2.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-18 15:14:36",
    "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"
}
        
Elapsed time: 1.47474s