# This file contains metadata for your plugin.

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

[general]
name=SAGis Excel Export
qgisMinimumVersion=3.28
description=Plugin öffnet einen vereinfachten Excel-Export-Dialog
version=1.1.1
author=NTI Deutschland GmbH
email=qgis-de@nti-group.com

about=DE: SAGis Excel Export bietet einen einfachen Dialog zum Exportieren von XLSX-Dateien. Attributfelder können basierend auf der Konfiguration des Attributformulars in den Layer-Eigenschaften ausgewählt werden.

      EN: SAGis Excel Export offers a simple dialog for exporting XLSX files. Attribute fields are selectable based on the attributes form configuration in the layer properties.

      Voraussetzungen/Requirements:
      - openpyxl (tested with version 3.0.9)
      - pandas (tested with version 2.0.2)
      - xlsxwriter (tested with version 3.1.9)
      - xsdata (tested with version 23.8)

tracker=https://github.com/nti-de/SAGisExcelExport/issues
repository=https://github.com/nti-de/SAGisExcelExport/
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=
    1.1.1
    - Fix package import for new Python version

    1.1.0
    - Add localization (en, de)
    - Set QGIS minimum version to 3.28
    - Minor fixes

    1.0.1
    - Updated homepage url

# Tags are comma separated with spaces allowed
tags=python, excel, export

homepage=https://www.nti-group.com/de
category=Plugins
icon=resources/SAGis_Logo_Excel_Export.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

