代码拉取完成,页面将自动刷新
A low dependency and really simple to start project template for Python Projects.
See also
DO NOT FORK this is meant to be used from Use this template feature.
my_awesome_project
recommendation is to use all lowercase and underscores separation for repo names.)settings->secrets
add your PYPI_API_TOKEN
and CODECOV_TOKEN
(get the tokens on respective websites)NOTE: WAIT until first CI run on github actions before cloning your new project.
make init
after cloning to generate a new project based on a template.make switch-to-poetry
later if you want.Containerfile
is a more open standard for building container images than Dockerfile, you can use buildah or docker with this file.python -m <project_name>
or $ project_name
with basic CLI argument parsing.Curious about architectural decisions on this template? read ABOUT_THIS_TEMPLATE.md
If you want to contribute to this template please open an issue or fork and send a PULL REQUEST.
project_description
pip install project_name
from project_name import BaseClass
from project_name import base_function
BaseClass().base_method()
base_function()
$ python -m project_name
#or
$ project_name
Read the CONTRIBUTING.md file.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。