# This file contains metadata for your plugin.

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

[general]
name=Buffer Without Overlaps
qgisMinimumVersion=3.22
description=This plugin creates a buffer around features of given type, without overlaps.
version=0.2
author=António Sobral Almeida
email=sobral.almeida@gmail.com

about=A new field named "Area" is created and updated in the result layer named "Buffer.shp". The "Input vector field" should preferably be a sequentially numbered Id reference field.The user can use several options to adapt End Caps and Join Styles to her/his needs. Please download and read the Manual, available from homepage. To run the plugin, go to Processing Toolbox and click on Buffer Without Overlaps.

tracker=https://github.com/Almeida100/Buffer-Without-Overlaps/issues
repository=https://github.com/Almeida100/Buffer-Without-Overlaps
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=attribute, feature, polygon, processing, vector

homepage=https://github.com/Almeida100/Buffer-Without-Overlaps
category=Analysis
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=

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

