美文网首页
python的项目结构

python的项目结构

作者: 飞跑的蛤蟆 | 来源:发表于2020-04-17 13:21 被阅读0次
  • README.md
  • LICENSE
  • setup.py 打包和发布管理
  • requirements.txt 开发依赖
  • sample/__init__.py
  • sample/core.py # 核心代码
  • sample/helpers.py
  • docs/conf.py
  • docs/index.rst
  • tests/test_basic.py # 测试
  • tests/test_advanced.py
  • Makefile 常规的管理任务
  • manage.py

相关文章

网友评论

      本文标题:python的项目结构

      本文链接:https://www.haomeiwen.com/subject/eibevhtx.html