# This file contains metadata for your plugin.

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

[general]
name=LiveMeasure
qgisMinimumVersion=3.0
about=This plugin provides dynamic distance and area measurement tools directly within the QGIS editing environment. As you draw line or polygon geometries, it calculates and displays the length or surface area in real time, helping ensure precision while digitizing.
about[fr]=Ce plugin fournit des outils dynamiques de mesure de distance et de surface directement intégrés à l’environnement d’édition de QGIS. Lors du tracé de lignes ou de polygones, il calcule et affiche en temps réel la longueur ou la surface, permettant ainsi une meilleure précision pendant la numérisation.
version=0.1.0
author=Amr HAMADEH
email=amr.grenoble@gmail.com

description=Displays real-time distances and areas directly on the map while digitizing features.
description[fr]=Affiche en temps réel les distances et surfaces sur la carte pendant la numérisation d'entités.

tracker=https://github.com/amrHH/LiveMeasure/issues
repository=https://github.com/amrHH/LiveMeasure
# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=attribute edit, distance, editing, geometry, polygon, polyline, topography, python , measure, surface, measurement

homepage=https://github.com/amrHH/LiveMeasure
category=Plugins
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

