# This file contains metadata for your plugin.

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

[general]
name=Compare_attributes
qgisMinimumVersion=3.0
description=Compare Attributes
version=1.0
author=Matheus Oliveira de Freitas
email=matheus18.1@yahoo.com

about= The Compare_attributes plugin is a tool developed for QGIS that allows users to compare two Shapefiles and extract features with corresponding attributes. With an intuitive interface, this plugin simplifies the process of comparing and extracting geospatial data in the QGIS environment. Effectively handles different types of data in selected columns, ensuring accurate comparisons even with different data types In addition to features with corresponding attributes, the plugin also allows the extraction of features that have unique attributes in relation to the other Shapefile

tracker=https://github.com/MatheusOliveiraFreitas/compare_attributes/issues
repository=https://github.com/MatheusOliveiraFreitas/compare_attributes
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
# changelog=script optimization, improved extraction of unique values ​​from File 1, resolved some bugs

# Tags are comma separated with spaces allowed
tags=python,attribute table, layers, vector,feature, shapefile

homepage=https://github.com/MatheusOliveiraFreitas/compare_attributes
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=

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

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


