# This file contains metadata for your plugin.

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

[general]
name=Stripchartdrawer
description=The plugin draws a stripchart for a selected value from a dataset.
qgisMinimumVersion=3.0
version=0.66
author=Morten Sickel
email=morten@sickel.net

about=Draws a stripchart for a value from a layer. 
  Shows selected data and can be used to select data. 
  The plot will be sorted on the (first field of the) primary key of the data set. If the dataset has no primary key, the data will be plotted, sorted on "id" if that field exists, it may not be possible to select data in the stripchart in this case.

tracker=https://github.com/sickel/qgisstripchart/
repository=https://github.com/sickel/qgisstripchart/
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=0.63 Fixed icons. Moved to vector/Spectral data menu
  0.62 Got rid of some unneeded error messages, fixed some other error handling


# Tags are comma separated with spaces allowed
tags=stripchart,timeseries,radioactivity,gamma

homepage=https://github.com/sickel/qgisstripchart/
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=Vector

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