[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.4.0
changelog=
 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)

 Version 0.2.0:
 - feat: ZIP template handling support !11
 - feat(processing): New templater option `docs_include_qdt_snippet` !16
 - feat(processing): Allow end-user to pick an icon !15
 - feat(settings): Add clear cache button !18
 - feat(ui): New icon & banner for the plugin !13
 - feat(i18n): Add French translation !19
 - Upgrade cookiecutter and qpip versions !12
 - Template options from config file are now correctly applied !9



[python]
minimal_version=3.10
maximal_version=4.0
