Training_Programme
一站式 Python 训练脚本模板 | 开箱即用 · 持续集成 · 文档友好
git clone https://github.com/llh21/Training_Programme.git
cd Training_Programme
pip install -r requirements.txt
python examples/quick_start.py
Training_Programme
├── src/ # 核心源码
├── examples/ # 可运行示例
├── tests/ # 单元测试
├── docs/ # 详细文档
├── assets/ # README 图片 / GIF
├── .github/ # GitHub Actions
├── requirements.txt
├── .gitignore
└── README.md
| CLI 运行 | Web Demo |
| ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ |
| <img src="https://raw.githubusercontent.com/llh21/Training_Programme/main/assets/cli.gif" width="400"> | <img src="https://raw.githubusercontent.com/llh21/Training_Programme/main/assets/web.png" width="400"> |
| 命令 | 说明 |
| -------------------------------- | ------------------------------ |
| `python examples/quick_start.py` | 跑通最小示例 |
| `pytest tests/` | 运行全部测试 |
| `mkdocs serve` | 本地预览文档(需 `pip install mkdocs`) |
Fork 本仓库
新建分支 feat/xxx
提交 PR → CI 通过后合并
🎉 你的名字将出现在贡献者列表!
MIT © 2024 llh21