Python client library to interact with the IBM Cloud Continuous Delivery Toolchain and Tekton Pipeline APIs. Version 2.0.8, supports Python >=3.10. Actively maintained by IBM.
pip install ibm-continuous-deliveryNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize client with IAM API key and list toolchains.
Update imports to append 'V1' to the service class name.
Ensure you pass the actual API key string: IAMAuthenticator(api_key) where api_key = os.environ.get('CD_API_KEY', '').Use keyword arguments: client.create_toolchain(name='my-toolchain', ...).