python-project:Python项目结构,相对导入,绝对导入,包和模块。 让我们变得更简单

时间:2024-03-09 03:58:25
【文件属性】:

文件名称:python-project:Python项目结构,相对导入,绝对导入,包和模块。 让我们变得更简单

文件大小:43KB

文件格式:ZIP

更新时间:2024-03-09 03:58:25

python tutorial structure project Python

python项目 该项目试图在创建Python软件包的所有方面(包括开发过程和软件包分发过程)整合最佳实践。 访问该项目的 (文档)以了解其所有工作原理。 快速开始 要运行该应用程序,请继续使用pip或Docker。 点子 需要Python v3.6及更高版本 $ pip install -U unfor19-appy $ appy Created the file: $HOME/python-project/meirg-ascii.txt Insert your name: meir gabay Hello Meir Gabay, here's the cat fact of the day: Unlike humans, cats do not need to blink their eyes on a regular basis to keep their eyes lubrica


【文件预览】:
python-project-master
----MANIFEST.in(124B)
----pyproject.toml(89B)
----main.py(234B)
----.github()
--------workflows()
----Dockerfile(3KB)
----tests()
--------test_greet.py(975B)
--------test_api.py(225B)
--------test_img_to_ascii.py(517B)
----src()
--------appy()
----setup.cfg(2KB)
----requirements.txt(93B)
----setup.py(692B)
----.gitignore(126B)
----.dockerignore(114B)
----README.md(9KB)
----scripts()
--------version_validation.sh(2KB)
--------gh_create_release.sh(1KB)
----version(5B)

网友评论