[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,development,boilerplate,scaffolding,pyqgis

# credits and contact
author=Florent FOUGERES (Oslandia)
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=False
plugin_dependencies=qpip
qgisMinimumVersion=3.40
qgisMaximumVersion=4.99

# versioning
version=0.6.0
changelog=
 Version 0.6.0:
 - First version published in stable channel
 - Sync processing algorithm parameters with config file (pre-fill and save as defaults) (!20)
 - settings: add button to force download template (!44)
 - fix: The processing is connected to the button twice

 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)



[python]
minimal_version=3.10
maximal_version=4.0

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