# This file contains metadata for your plugin.

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

[general]
name=AtQuery
qgisMinimumVersion=3.0
description=AI Chat forQGIS
version=1.1
author=AdelaC
email=adelacky.de@gmail.com

about=AtQuery is a QGIS plugin that allows users to query, analyze, and automate geospatial tasks using natural language. It completely eliminates the need to manually write complex PyQGIS code or SQL expressions. 1. Key Features: 1.1 Natural Language Queries: Users can ask QGIS questions in plain English (e.g., "Select all buildings taller than 50 meters in the city layer"). 1.2 Smart Tool Execution: Integrates a Mini-MCP (Model Context Protocol) style loop to intelligently check available layers and attributes before generating code, effectively preventing AI 'hallucinations'. 1.3 Local, Private AI: Powered by the open-source Ollama framework, ensuring data security and zero external API costs. 1.4 Code Visibility: Displays the generated PyQGIS code for full transparency and learning. 2. Requirements: The plugin requires a local installation of the Ollama framework. 3. Use Case: Designed for GIS users who want to accelerate their workflow, automate repetitive tasks, and learn PyQGIS by observing the AI's generated code. GitHub: https://github.com/adelacky-de/atquery

tracker=https://github.com/adelacky-de/atquery/issues
repository=https://github.com/adelacky-de/atquery
# 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=query, analysis, selection, automation,ai, llm,ollama, pyqgis, python, code generation, tool calling, mcp,cli, chat, assistant,gis, geospatial, mapping

homepage=https://github.com/adelacky-de/atquery
category=Plugins
icon=Icon_AtQuery.jpg
# 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

