Dapr Python SDK

开发 Dapr 应用程序的 Python SDK 包

Dapr提供了帮助开发Python应用程序各种包。 你可以使用他们来创建 Python 客户端、服务器和 virtual actors。

可用软件包

  • Dapr 客户端 用于与 Python 应用程序交互的 Dapr 边车和其他 Dapr 应用程序
  • Dapr actor 用于使用 Python 创建并和有状态的virtual actors 交互。
  • 扩展 用于将Dapr与其他 Python 框架兼容

安装 Dapr 模块

  1. pip install dapr

Note

开发包包含的功能和行为将兼容此前发行的 Dapr 运行时。 在安装 dapr-dev 包之前,请务必卸载以前任意稳定版本的 Python SDK 扩展包。

  1. pip install dapr-dev

试试吧

克隆Python SDK 仓库来尝试一些 示例

  1. git clone https://github.com/dapr/python-sdk.git

详情