template-flask:新Flask项目的模板

时间:2021-05-04 15:32:24
【文件属性】:
文件名称:template-flask:新Flask项目的模板
文件大小:47KB
文件格式:ZIP
更新时间:2021-05-04 15:32:24
Python 杰斯的烧瓶模板 这是遵循现代包装约定的典型Flask应用程序的模板。 它利用流行的库以及Make和pipenv来完全自动化所有开发和部署任务。 现场演示: 特征 设置分为本地,暂存和生产 使用 使用pytest , pytest-describe和pytest-expecter单元和集成测试 使用进行端到端测试 用于自动执行常见开发任务的Makefile : 使用pipenv依赖项安装到虚拟环境中 生成超级用户和其他固定装置以播种数据库 针对后端和前端运行测试 运行样式检查器( pycodestyle / pydocstyle )和linters( pylint ) 通过持续集成 通过连续交付 如果您正在寻找模板,请查看 。 用法 安装cookiecutter并生成一个项目: $ pip install cookiecutter $ cookiecutter gh:jacebrow
【文件预览】:
template-flask-main
----.travis.yml(1KB)
----scent.py(1KB)
----cookiecutter.json(150B)
----Pipfile(166B)
----.verchew.ini(119B)
----.github()
--------FUNDING.yml(21B)
----Pipfile.lock(13KB)
----.gitignore(111B)
----Makefile(917B)
----README.md(2KB)
----{{cookiecutter.project_name}}()
--------.coveragerc(55B)
--------scent.py(3KB)
--------bin()
--------.pylint.ini(13KB)
--------.scrutinizer.yml(206B)
--------.pycodestyle.ini(325B)
--------pytest.ini(221B)
--------Pipfile(761B)
--------.verchew.ini(678B)
--------conftest.py(267B)
--------tests()
--------app.json(465B)
--------Procfile(46B)
--------CONTRIBUTING.md(887B)
--------LICENSE.md(83B)
--------manage.py(686B)
--------.gitignore(59B)
--------Procfile.dev(101B)
--------circle.yml(1KB)
--------Makefile(5KB)
--------README.md(1KB)
--------{{cookiecutter.project_name}}()
--------.pydocstyle.ini(493B)
--------.gitattributes(37B)
----.gitattributes(12B)
----LICENSE.txt(1KB)

网友评论