2023-02-22 15:57:02 +08:00
2023-02-22 15:57:02 +08:00
2020-11-20 16:56:25 +08:00
2020-11-11 09:09:44 +08:00
2020-11-20 16:23:56 +08:00
2020-11-11 09:09:44 +08:00
2020-11-11 09:09:44 +08:00
2020-11-11 09:09:44 +08:00

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
Description
No description provided
Readme 112 KiB
Languages
Python 99.7%
Batchfile 0.3%