# Mandatory metadata
[general]
name=UniqueValuesViewer
qgisMinimumVersion=3.2
description=A QGIS plugin to display and copy the unique values of a vector layer field
version=0.2
author=Malik Blesius
email=malik.blesius@foea.de

about=This plugin is designed as a simple widget to display the unique attribute values of vector layers. The values can be searched, copied and corresponding features can be selected.

tracker=https://github.com/mblesius/unique_values_viewer/issues
repository=https://github.com/mblesius/unique_values_viewer

# Recommended items:

# experimental flag
experimental=True
category=Vector
icon=icon.png
homepage=https://github.com/mblesius/unique_values_viewer
hasProcessingProvider=no

# Tags are comma separated with spaces allowed
tags=python, values, experimental

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

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

changelog=Version 0.2 (Apr. 2021)
    -Improved Layer and Field handling
    -Improved sort options
    -Enabled handling for Null-Values
    -Remove Pandas dependency
    Version 0.1 (Feb. 2021)
    -Publish plugin