diff --git a/README.md b/README.md index d4604e0f..95382851 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Durable Task Client SDK for Python (Dapr fork) +> **This repository has been archived.** The Durable Task client logic that lived here has been moved into the [Dapr Python SDK](https://github.com/dapr/python-sdk). All future development, issues, and contributions should be directed there. + [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![Build Validation](https://github.com/microsoft/durabletask-python/actions/workflows/pr-validation.yml/badge.svg)](https://github.com/microsoft/durabletask-python/actions/workflows/pr-validation.yml) [![PyPI version](https://badge.fury.io/py/durabletask.svg)](https://badge.fury.io/py/durabletask) This repo contains a Python client SDK for use with the [Durable Task Framework for Go](https://github.com/microsoft/durabletask-go) and [Dapr Workflow](https://docs.dapr.io/developing-applications/building-blocks/workflow/workflow-overview/). With this SDK, you can define, schedule, and manage durable orchestrations using ordinary Python code. -⚠️ **This SDK is currently under active development and is not yet ready for production use.** ⚠️ - > Note that this project is **not** currently affiliated with the [Durable Functions](https://docs.microsoft.com/azure/azure-functions/durable/durable-functions-overview) project for Azure Functions. If you are looking for a Python SDK for Durable Functions, please see [this repo](https://github.com/Azure/azure-functions-durable-python).