# This file contains metadata for your plugin.

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

[general]
name=Field Stats
qgisMinimumVersion=3.0
description=This pluggins calculate basic stats and graph histogram and boxplot
version=0.2
author=Manuel Alejandro Montealegre Martínez
email=manuel.montealegre@udea.edu.co
license=GNU General Public License
about=It calculate basic stats and make a histogram and a boxplot graph for numeric field in vector layers.

tracker=https://github.com/M-Alejo/fieldStats
repository=https://github.com/M-Alejo/fieldStats

# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=fix seaborn v0_8 white-grid error

# Tags are comma separated with spaces allowed
tags=python, field stats

homepage=https://github.com/M-Alejo/fieldStats
category=Vector
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= pandas, matplotlib

Category of the plugin: Raster, Vector, Database or Web
# category= Vector

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

