cookiecutter-qml:Python QML应用程序的简单模板

时间:2024-03-28 07:28:49
【文件属性】:

文件名称:cookiecutter-qml:Python QML应用程序的简单模板

文件大小:182KB

文件格式:ZIP

更新时间:2024-03-28 07:28:49

Python

Cookiecutter-PyQt5是一个模板,可帮助用户创建PyQt5 GUI应用程序。 从此cookiecutter创建的所有项目将默认为GPLv3许可证。 有关Riverbank许可证的更多详细信息,请访问: : 特征 GUI应用程序模板 使用现成的setup.py创建包 与Travis CI的预建.travis.yml持续集成 预组装的Pytest测试套件,其中包含pytest-qt和pytest-xvfb以增强测试体验 快速开始 在安装PyQt5 cookiecutter之前,必须在用户的虚拟环境中安装cookiecutter软件包。 这是通过以下命令实现的: $ pip install cookiecutter 安装cookiecutter后,可以通过以下方式安装PyQt5 cookiecutter模板: $ cookiecutter https://github.co


【文件预览】:
cookiecutter-qml-master
----.gitignore(1KB)
----images()
--------header.png(162KB)
--------screen.png(9KB)
----main.pyproject(83B)
----main.pyproject.user(12KB)
----.travis.yml(350B)
----LICENSE(1KB)
----README.rst(3KB)
----tests()
--------test_template.py(3KB)
----pytest.ini(43B)
----cookiecutter.json(466B)
----.vscode()
--------settings.json(56B)
----{{cookiecutter.repo_name}}()
--------setup.py(1KB)
--------.gitignore(726B)
--------{{cookiecutter.package_name}}()
--------.travis.yml(621B)
--------LICENSE(34KB)
--------requirements-test.txt(72B)
--------README.rst(863B)
--------pytest.ini(60B)

网友评论