File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# uapi-sdk-python
22
3- ![ Banner] ( . /banner.png)
3+ ![ Banner] ( https://raw.githubusercontent.com/AxT-Team/uapi-sdk-python/main /banner.png)
44
55[ ![ Python] ( https://img.shields.io/badge/Python-3.9+-3776AB?style=flat-square&logo=python&logoColor=white )] ( https://www.python.org/ )
66[ ![ Docs] ( https://img.shields.io/badge/Docs-uapis.cn-2EAE5D?style=flat-square )] ( https://uapis.cn/ )
7+ [ ![ PyPI] ( https://img.shields.io/pypi/v/uapi-sdk-python?style=flat-square&logo=pypi&logoColor=white )] ( https://pypi.org/project/uapi-sdk-python/ )
78
89> [ !NOTE]
910> 所有接口的 Python 示例都可以在 [ UApi] ( https://uapis.cn/docs/introduction ) 的接口文档页面,向下滚动至 ** 快速启动** 区块后直接复制。
@@ -64,3 +65,4 @@ print(result)
6465## 文档
6566
6667访问 [ UApi文档首页] ( https://uapis.cn/docs/introduction ) 并选择任意接口,向下滚动到 ** 快速启动** 区块即可看到最新的 Python 示例代码。
68+
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " uapi-sdk-python"
7- version = " 0.1.0 "
7+ version = " 0.1.1 "
88description = " Idiomatic UAPI SDK for Python"
99readme = " README.md"
1010requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments