[general]
name=QGIS Plugin Templater GUI
about=This plugin provides a graphical interface for the QGIS Plugin Templater project.
category=None
hasProcessingProvider=True
description=This allows you to use the QGIS Plugin Templater with an interface rather than a command line. And therefore to create your plugin template easily.
icon=resources/images/default_icon.png
tags=plugin,plugins,template,builder

# credits and contact
author=Florent FOUGERES
email=qgis@oslandia.com
homepage=https://oslandia.gitlab.io/qgis/qgis-plugin-templater-gui/
repository=https://gitlab.com/oslandia/qgis/qgis-plugin-templater-gui
tracker=https://gitlab.com/oslandia/qgis/qgis-plugin-templater-gui/-/work_items/

# QGIS context
deprecated=False
experimental=True
plugin_dependencies=qpip
qgisMinimumVersion=3.40
qgisMaximumVersion=4.99
supportsQt6=True

# versioning
version=0.5.0
changelog=
 Version 0.5.0:
 - QGIS instance loop that runs when processing is executed on Windows (!36)
 - Fix bug during retrive sha (!22)

 Version 0.4.0:
 - Sanitize multiline fields before cookiecutter context injection (!34)
 - Rename `support_qt6` parameter to `supports_qt6` (!32)
 - Do not pin a specific version for `qpip` in metadata (!31)

 Version 0.3.0:
 - Replacing the use of subprocess with the Python package (!23)
 - fix(docs): custom repository URL was leading to a 404 (!24)
 - improve(metadata): store custom keys/values related to Python in a dedicated section in metadata.txt (!26)
 - update(config): add project slug to qgis-plugin-ci config (!27)
 - update(ci): use newest pyqgis4-checker image to run Qt6 linter (!28)
 - update(tooling): use Python 3.10 as minimal version to be consistent with plugin requirements (!25)



[python]
minimal_version=3.10
maximal_version=4.0

[oslandia]
funders=Oslandia
screenshot=docs/static/processing-gui.png,docs/static/processing-output.png
