[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.1
changelog=
 Version 0.5.1:
 - Error handling sys.executable when it is already correct on Linux. (!38)

 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)



[python]
minimal_version=3.10
maximal_version=4.0

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