# This file contains metadata for your plugin. Beginning
# with version 1.8 this is the preferred way to supply information about a
# plugin. The current method of embedding metadata in __init__.py will
# be supported until version 2.0

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

# Mandatory items:


[general]
name=postgisQueryBuilder
qgisMinimumVersion=3.0
description=User friendly postgis query generation. Tutorial on website.
version=2.0.1
author=Enrico Ferreguti
email=enricofer@gmail.com
about=The postgisQueryBuilder QGis plugin is aimed to to provide a friendly environment to perform spatial analysis in postgresql/postgis without having to deal with SQL code. It is not intented to replace the Qgis built-in DBManager that have a wide usage that covers all aspects of Qgis/Postgis interaction. It can be used in educational environments for a live analysis of the structure of the common spatial queries. The plugin can manage postgresql views and can be used for deploying spatial analysis frameworks based on chains of spatial relations.


# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
# changelog=v2.0.1 Remove trailing quote from autocomposed 2 layer union query

# tags are comma separated with spaces allowed
tags=postgis, help, view, views, query, builder, sql, spatial join, spatial filter, postgresql

homepage=https://geogear.wordpress.com/postgisquerybuilder-v1-6-cheatsheet/
tracker=https://github.com/enricofer/postgisQueryBuilder/issues
repository=https://github.com/enricofer/postgisQueryBuilder
icon=querybuilderlogoB.png
category=Database 
# experimental flag
experimental=False

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

