# This file contains metadata for your plugin.

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

[general]
name=FilterMate
qgisMinimumVersion=3.0
description=FilterMate is a Qgis plugin, a daily companion that allows you to easily explore, filter and export vector data
version=1.8
author=imagodata
email=imagodata+filter_mate@skiff.com

about=FilterMate will change your daily life with QGIS, it allows you to:

 - a more intuitive search for entities in a layer.
 - make selections simplier.
 - be able to review each entity.
 - filter your vector layers by expression and by geometric predicates, using a buffer if necessary.
 - it allows you to configure the differents widgets and save them independently for each layer.
 - export your layers more intuitively.
 
 It adapts to your data, takes advantage of PostGIS when possible, manages differents CRS by reprojecting on the fly. The layers keep a history of each subset, making it easy to return to the previous state.

tracker=https://github.com/sducournau/filter_mate/issues
repository=https://github.com/sducournau/filter_mate
# End of mandatory metadata

# Recommended items: regexp

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

changelog=
    Rework the filtering logic : use of temporary materialized views and indexes
    Add spatialite management : project metadata and subset history
    Rebuild QgsCheckableComboBoxFeaturesListPickerWidget to show filtered entities
    Rework the combine logic filter


# Tags are comma separated with spaces allowed
tags=python,filter,vector,layers,geofilter,search,postgis,ogr,spatialite,data,exploration,subset,export

homepage=https://sducournau.github.io/filter_mate
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=Database

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