From 4de4e1d147f2ef5337014fe195494cab42faf5e0 Mon Sep 17 00:00:00 2001 From: han0 Date: Fri, 20 Nov 2020 16:23:56 +0800 Subject: [PATCH] docs: --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f67fdaa..c6cf357 100644 --- a/README.md +++ b/README.md @@ -1 +1,25 @@ -# nc_http \ No newline at end of file +# nc-http + +### 目录说明 + + + core 依赖于第三方类库的工具函数、类 + + excel 读写 Excel 文件相关 + + response 响应相关 + + verification 用户验证相关 + - func.py 工具函数 + + tests 单元测试 + + tools 仅依赖内建库、标准库的函数、类库 + - fe_sucks.py 参数传递过程处理器 + - validate.py 参数验证器 + - runtimer.py 运行计时器 + - helpers.py 工具函数 + ... + + trash 尚未分类的工具函数、类 + ... + + utils 依赖于 core 和 tools 的类库 + + sheet 表格生成器 + - .gitignore git 忽略文件 + - README.md 当前说明文件 + +### 其他依赖 +- LibreOffice 6.4.3.2 x64 \ No newline at end of file