python-package-template:用于创建新Python包的Cookiecutter模板

时间:2021-03-30 10:52:08
【文件属性】:
文件名称:python-package-template:用于创建新Python包的Cookiecutter模板
文件大小:13KB
文件格式:ZIP
更新时间:2021-03-30 10:52:08
Python python-package-template 用于创建新Python包的Cookiecutter模板 用法 安装cookiecutter: pip install -U cookiecutter 运行cookiecutter: cookiecutter https://github.com/imranq2/python-package-template.git 这将要求您提供参数。 或者,创建一个cookiecutter.json {“ directory_name”:“ Hello”,“ package_name”:“ Howdy”,“ author”:“ Julie”,“ author_email”:“ ”,“ package_description”:“ description “,” package_github_url“:” URL“, }
【文件预览】:
python-package-template-main
----Dockerfile(276B)
----.gitignore(2KB)
----pre-commit.Dockerfile(221B)
----setup.cfg(350B)
----README.md(516B)
----pre-commit-hook(237B)
----.github()
--------workflows()
----.pre-commit-config.yaml(947B)
----tests()
--------__init__.py(0B)
----LICENSE(11KB)
----Pipfile(329B)
----cookiecutter.json(186B)
----CONTRIBUTING.md(0B)
----{{cookiecutter.directory_name}}()
--------__init__.py(0B)
--------py.typed(0B)
----MANIFEST.in(155B)
----setup.py(2KB)
----VERSION(7B)
----Makefile(1014B)

网友评论