# This file contains metadata for your plugin.

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

[general]
name=IntelliGeo
qgisMinimumVersion=3.0
description=IntelliGeo is QGIS plugin that facilitates interaction with Large Language Models in QGIS environment.
version=0.1.0
author=GIP Department, Faculty ITC, University of Twente
email=m.farnaghi@utwente.nl

about=IntelliGeo is a QGIS plugin that leverages Large Language Models (LLMs) to automate geospatial workflows.

Designed for GIS professionals, it assists users by automatically operating QGIS software through two primary methods: generating PyQGIS scripts or creating graphical models. This AI-powered tool streamlines complex GIS tasks, enabling users to efficiently design and execute geoprocessing workflows without extensive manual coding or model building. By integrating seamlessly with QGIS, IntelliGeo enhances productivity and simplifies the execution of sophisticated geospatial analyses.

tracker=https://github.com/MahdiFarnaghi/Intelli_Geo/issues
repository=https://github.com/MahdiFarnaghi/Intelli_Geo
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog= 0.1.0 Improved UI & Short-term Memory for LLM

# Tags are comma separated with spaces allowed
tags=python, large language model

homepage=https://github.com/MahdiFarnaghi/Intelli_Geo
category=Plugins
icon=icon.png
# experimental flag
experimental=True

# 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

