Template PythonProject:python项目的模板 源码
Python模板 单击上面的GitHub页面上的按钮,以创建一个启用了内置构建和单元测试系统的全新python项目。 待办事项:为您创建的每个项目编辑此文件。 构建和测试 先决条件 验证是否应在系统中安装Python-3和pip3。 终端> pip3 -V 安装pyb: pip3 install pybuilder 验证Pyb安装: pyb --version 要构建,清理和运行测试,请使用以下命令: 构建和测试 pyb install_dependencies # Pyb should work without pyb install_dependencies, but unfortunately it doesnt. # See details: here https://github.com/pybuilder/pybuilder/issues/727 pyb -v 这就
文件列表
Template-PythonProject-main.zip
(预估有个23文件)
Template-PythonProject-main
.github
ISSUE_TEMPLATE
bug_report.md
834B
custom.md
126B
feature_request.md
595B
src
__init__.py
0B
unittest
python
暂无评论