A Durable Task Client SDK for Python
This release has been quarantined.
PyPI Admins need to review this release before it can be restored. While in quarantine, the release is not installable by clients, and cannot be modified by its maintainers. Other releases of this project are unaffected.
Read more in the project in quarantine help article.
Project description
Durable Task SDK for Python
This repo contains a Python SDK for use with the Azure Durable Task Scheduler. With this SDK, you can define, schedule, and manage durable orchestrations using ordinary Python code.
Note that this SDK is not currently compatible with Azure Durable Functions. If you are looking for a Python SDK for Azure Durable Functions, please see this repo.
References
Optional Features
Large Payload Externalization
Install the azure-blob-payloads extra to automatically offload
oversized orchestration payloads to Azure Blob Storage:
pip install durabletask[azure-blob-payloads]
See the feature documentation and the example for usage details.
Trademarks
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.