Skip to content

Commit

Permalink
feat: update clients and servers
Browse files Browse the repository at this point in the history
  • Loading branch information
Guo-Zhang committed Nov 29, 2023
1 parent 97e5917 commit 1ed6017
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 8 deletions.
16 changes: 13 additions & 3 deletions _toc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
format: jb-book
root: index.md
chapters:
- file: general.md
- file: web_server/README.md
parts:
- caption: 原则
chapters:
- file: principles/README.md
- caption: 客户端
chapters:
- file: sdk/README.md
sections:
- file: sdk/api_client.md
- file: cli/README.md
- caption: 服务端
chapters:
- file: server/README.md
4 changes: 4 additions & 0 deletions cli/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 命令行工具

使用[`typer`](https://typer.tiangolo.com)作为主要的命令行开发框架。
标准库`argparse``optparse`已废弃)、第三方库`click`等作为备选框架。
2 changes: 1 addition & 1 deletion general.md → principles/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 基本规则
# 原则

## 项目结构

Expand Down
2 changes: 1 addition & 1 deletion sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 云SDK类Python依赖
# SDK

## 预期特性

Expand Down
3 changes: 3 additions & 0 deletions server/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 服务端

使用FastAPI作为首选框架。Django和Flask作为备选框架。
3 changes: 0 additions & 3 deletions web_server/README.md

This file was deleted.

0 comments on commit 1ed6017

Please sign in to comment.