From aca50394c57b540b83ca584049063002f2d52e1f Mon Sep 17 00:00:00 2001 From: yedongfu Date: Thu, 15 Jul 2021 14:17:57 +0800 Subject: [PATCH] python support added --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 62c9647..a0e454a 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,12 @@ docker-compose up ### 其他语言客户端 +#### python + +客户端sdk(当前只支持TCC): [https://github.com/yedf/dtmcli-python](https://github.com/yedf/dtmcli-python) + +示例: [https://github.com/yedf/dtmcli-python-sample](https://github.com/yedf/dtmcli-python-sample) + #### node 客户端sdk(当前只支持TCC): [https://github.com/yedf/dtmcli-node](https://github.com/yedf/dtmcli-node)