[general]
name=ParallelBuffers
email=j.morenorico.formacion@gmail.com
author=Javier Moreno
qgisMinimumVersion=3.0
description=Generates two parallel buffers from selected line features.
    The plugin offsets the line to both sides by a user-defined distance
    and creates lateral one-sided buffers, useful for defining impact zones
    along roads, pipelines, or livestock trails.
about=This plugin creates lateral buffers parallel to a selected line,
    allowing users to define impact zones effectively.
version=1.0
tracker=https://github.com/jamorenori/ParallelBuffers/issues
repository=https://github.com/jamorenori/ParallelBuffers

; end of mandatory metadata

; start of optional metadata
category=Vector
changelog=1.0 - Initial release with basic parallel buffer functionality.

; Tags are in comma separated value format, spaces are allowed within the
; tag name.
; Tags should be in English language. Please also check for existing tags and
; synonyms before creating a new one.
tags=buffer,lines,parallel,impact zones

; these metadata can be empty, they will eventually become mandatory.
homepage=https://github.com/jamorenori/ParallelBuffers
icon=icon.png

; experimental flag (applies to the single version)
experimental=False

; deprecated flag (applies to the whole plugin and not only to the uploaded version)
deprecated=False

; if empty, it will be automatically set to major version + .99
qgisMaximumVersion=3.99

; Since QGIS 3.8, a comma separated list of plugins to be installed
; (or upgraded) can be specified.
; The example below will try to install (or upgrade) "MyOtherPlugin" version 1.12
; and any version of "YetAnotherPlugin".
; Both "MyOtherPlugin" and "YetAnotherPlugin" names come from their own metadata's
; name field
plugin_dependencies=

