# This file contains metadata for your plugin. Since 
# version 2.0 of QGIS this is the proper way to supply 
# information about a plugin. The old method of 
# embedding metadata in __init__.py will 
# is no longer supported since version 2.0.

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

[general]
name=Dissolve with stats
qgisMinimumVersion=3.0
description=Group entities with same value for one field, calculate statistics on the other fields
version=0.6
author=Julie Pierson, UMR 5319 Passages, CNRS
email=julie.pierson@cnrs.fr

about=Choose a layer and a field for this layer. This plugin will merge all entities with the same value for this field, and can calculate statistics for each remaining field : min, max, sum, count, mean, median, standard deviation, first, last, concatenation and uniquification. Uniquification concatenate all values from a field without any duplicate. For example, from a polygon layer of provinces, with a country ID field and a population field, you can create a country layer with the sum of the population of its provinces for each country.

tracker=https://github.com/UMR-PASSAGES/DissolveWithStats/issues
repository=https://github.com/UMR-PASSAGES/DissolveWithStats/
# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=python

homepage=https://github.com/UMR-PASSAGES/DissolveWithStats/
category=Plugins
icon=icon.png
# experimental flag
experimental=False

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

