# This file contains metadata for your plugin.

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

[general]
name=TAFtoCSV
qgisMinimumVersion=3.16
description=Converte file TAF in CSV
version=1.2
author=Giulio Fattori
email=giulio.fattori@tin.it

about=Converte una Tabella attuale dei punti fiduciali (Taf) dell' Agenzia delle Entrate Italiana in un file csv standard (codifica UTF8 e separatore ',') aggiungendo le opportune intestazioni con la possibilità della scelta dei campi da esportare
      
      Converts a current table of fiducial points (Taf) of the Italian Revenue Agency into a standard csv file (encoding UTF8 and separator ',') by adding the appropriate headings with the possibility of choosing the fields to export

tracker=https://github.com/Korto19/TAF-to-CSV/issues
repository=https://github.com/Korto19/TAF-to-CSV
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
changelog=20210522 - ver 1.0
          20210523 - added copy to clipboard result
                   - set correct plugin icon
          20200524 - minor fixes

# Tags are comma separated with spaces allowed
tags=python, csv, table, TAF, Agenzia Entrate, catasto

homepage=https://github.com/Korto19/TAF-to-CSV#taf-to-csv
category=Analysis
icon=ae.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=none

Category of the plugin: Raster, Vector, Database or Web
# category=Database

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