# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=Kolba
qgisMinimumVersion=3.0
qgisMaximumVersion=4.99
description=Plugin for launching and managing custom QGIS tools
version=1.4.1
author=Pavel Pereverzev
email=pasha004@yandex.ru

about=Kolba is a plugin that allows users to run custom Python-based tools as scripts from a single widget. Instead of packaging and installing each tool as a separate plugin, scripts can be added or updated instantly, making maintenance faster and easier. This helps teams always use the latest version of tools without manual updates or user notifications.

tracker=https://github.com/pavelpereverzev/kolba/issues
repository=https://github.com/pavelpereverzev/kolba
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=python, development, scripts

homepage=https://github.com/pavelpereverzev/kolba
category=Plugins
icon=icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

Category of the plugin: Raster, Vector, Database or Web
# category=

# If the plugin can run on QGIS Server.
server=False

# Keep this deprecated flag for QGIS 3.x.x versions which support Qt6
supportsQt6=True
