📄️ Python SDK Overview
The Digital.ai Release Integration Python SDK is a set of tools that developers can use to build container-based plugins. With this SDK, you can develop custom tasks in Python 3 that run as containers.
📄️ Release API Client
The ReleaseAPIClient is a client class added to the digitalai-release-sdk in Release 25.1.0. It provides an interface to interact with the Digital.ai Release server using REST API calls. The class is a wrapper around the requests library, allowing users to customize configurations such as timeouts and retries in the same way as requests.
📄️ Build a Custom Container Plugin using the Python SDK
Digital.ai Release provides a modern SDK experience for building container-based task plugins using popular programming languages and frameworks.