python-template:一个供个人使用的简化python项目模板

时间:2024-04-06 20:16:24
【文件属性】:

文件名称:python-template:一个供个人使用的简化python项目模板

文件大小:10KB

文件格式:ZIP

更新时间:2024-04-06 20:16:24

Python

python模板 用于小型python项目的个人模板。 确保您已安装cookiecutter ,然后执行 cookiecutter gh:clbarnes/python-template


【文件预览】:
python-template-main
----.gitignore(11B)
----LICENSE(1KB)
----.github()
--------workflows()
----README.md(232B)
----cookiecutter.json(177B)
----{{cookiecutter.project_name}}()
--------setup.py(566B)
--------.gitignore(2KB)
--------{{cookiecutter.package_name}}()
--------requirements.txt(70B)
--------Makefile(396B)
--------pyproject.toml(160B)
--------LICENSE(1KB)
--------.github()
--------README.md(62B)
--------tests()
--------.flake8(51B)
--------.editorconfig(220B)

网友评论