# This file contains metadata for your plugin.

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

[general]
name=qgis2rasterlite
qgisMinimumVersion=3.16.0
qgisMaximumVersion=4.99
description=import raster into spatialite5  database
version=0.6
author=Enzo Cocca, adArte srl
email=enzo.ccc@gmail.com

about=import raster  into spatialite 5 database

tracker=https://github.com/enzococca/qgis2rasterlite
repository=https://github.com/enzococca/qgis2rasterlite
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
supportsQt6=True
# Uncomment the following line and add your changelog:
changelog=release0.6
	- Qt6/QGIS 4 compatibility
	- Replaced os.system with subprocess for better error handling
	- Added input validation for table names
	- Added Clear Log button
	- Added progress indicator (busy cursor) during operations
	- Improved error messages with GDAL output details
	-------------------------------------------------------------------------------

   release0.5
	- add vaccuum
	- add load raster
	-------------------------------------------------------------------------------

   release0.4.1
	- fix bug
	-------------------------------------------------------------------------------

   release0.4
	- update form: automatic fill table name
	- remove external path
	-------------------------------------------------------------------------------

   release0.3
	- update combobo raster layer
	- update connection sqlite data provider
	-------------------------------------------------------------------------------

	release0.2
	- adjust size form
	- add log into liswidget
	-------------------------------------------------------------------------------

# Tags are comma separated with spaces allowed
tags=python,raster,spatialite,database,import

homepage=https://github.com/enzococca/qgis2rasterlite
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= Raster, Spatialite

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

