# This file contains metadata for your plugin. Beginning
# with version 1.8 this is the preferred way to supply information about a
# plugin. The current method of embedding metadata in __init__.py will
# be supported until version 2.0

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

# Mandatory items:


[general]
name=Clipper
qgisMinimumVersion=3.0
description=This plugin lets you use clipping function in the same shapefile selecting a line or polygon as a clipping/cutting feature and then clips/splits all overlaying features
about=Clipper plugin for Qgis 3.x 2021 © Giuseppe De Marco The clipper plugin is a python plugins that performs a missing feature of current (3.x ) Qgis Version: clipping of features inside the same shapefile from a selected feature (line or polygon). Polygon clipping from a selected polygon features clips all intersecting features and returns clipped…
version=1.2
author=Giuseppe De Marco
email=demarco.giuseppe@gmail.com

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog = 1.0 Porting to version 3.x of QGIS, code cleanup, added icons for preview tasks 1.1 added multiple selection clipping, added function to paste intersection after clipping 1.2 added function to clip with multiple selection of nonn neighbour, neighbour and both of them polygons

# tags are comma separated with spaces allowed
tags=vector, clip, shapefile,difference, polygon, line

homepage=https://github.com/demarcog/Clipper
tracker=https://github.com/demarcog/Clipper/issues
repository=https://github.com/demarcog/Clipper.git
icon=icon.png
# experimental flag
experimental=False

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

