# This file contains metadata for your plugin.

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

[general]
name=SC QGIS Plugin
qgisMinimumVersion=3.22
description=Plugin enables processing, managing and visualizing spatial and graph data
version=1.2.1
author=The Wroclaw Institute of Spatial Information and Artificial Intelligence
email=biuro@wizipisi.ai

about=Plugin offers tools for importing, exporting and processing Linked Data.

tracker=https://github.com/Przemek2829/sc_qgis/issues
repository=https://github.com/Przemek2829/sc_qgis
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
changelog=
    1.2.1 - Removed the developer-only plugin_upload.py helper script flagged by
            the QGIS plugin security scanner; no change to plugin functionality.
    1.2 - Asynchronous layer export running as a background task, export dialog
          improvements, updated plugin metadata and various bug fixes.
    1.0 - Initial release.

# Tags are comma separated with spaces allowed
tags=python, linked data, sparql, rdf, semantic web, graph data

homepage=https://github.com/Przemek2829/sc_qgis
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

