# This file contains metadata for your plugin.

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

[general]
name=Element table
qgisMinimumVersion=3.0
description=This plugin lets to set/unset visibility of layer with chemical data with a help of element table widget
version=0.3
author=Petras Jokubauskas
email=p.jokubauskas@uw.edu.pl

about=When dealing with geochemical maps it is quite cumbersome to use the layer tree (TOC).
    This is where this plugin comes to help.
    The plugin parses the names of layers and tracks layers where name contains single element name(s) or/and abbreviation(s).
    For interacting with layers (checking/ unchecking for visibility) it presents the chemical table widget.
    Currently it supports Polish and English element names.

tracker=https://github.com/sem-geologist/qgis-element-table/issues
repository=https://github.com/sem-geologist/qgis-element-table
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=0.3 element is scaned from the name of layer, no more from the unique layer id string. This allowed to implement reaction of widget state to layers being renamed.

# Tags are comma separated with spaces allowed
tags=python, geochemistry, chemistry, geology, ecology, environment

homepage=https://github.com/sem-geologist/qgis-element-table
category=Plugins
icon=pt-colorful.svg
# experimental flag
experimental=True

# 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=

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

