# This file contains metadata for your plugin.

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

[general]
name=GisTools
qgisMinimumVersion=3.10
description=Gis simple tools
version=0.3
author=Aleksandr Prazdnikov
email=79237017153@ya.ru

about=The plugin will be help automation of the process of converting several GPX format files to other formats (MapInfo TAB, KML, ESRI Shapefile).
      Only needs to select the directory with the GPX files and start the conversion.
      A directory with output data will be created in the same directory.

tracker=https://github.com/aprazdnikov/gistools/issues
repository=https://github.com/aprazdnikov/gistools
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no

changelog=0.1 - Added function conversation GPX to MapInfo TAB
          0.2 - Added messages and file processing statuses
          0.3 - Bugs fixed. Added output formats (KML, SHP)

# Tags are comma separated with spaces allowed
tags=vector, table, select, processing, polyline, polygon, point, layers, geometry, export

homepage=https://github.com/aprazdnikov/gistools
category=Vector
icon=icon.png

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
