# This file contains metadata for your plugin.

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

[general]
name=Delta Shares
qgisMinimumVersion=3.0
description=With this plugin you can load data from delta shares
version=0.3
author=Richard Kooijman
email=kooijman.richard@gmail.com

about=This plugin enables you to load data directly from delta sharing implementaions, such as Databricks.

tracker=https://github.com/Bartman0/q-delta-lake/issues
repository=https://github.com/Bartman0/q-delta-lake
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=0.1 initial version
    0.2 easier input form
    0.3 added documentation in README's

# Tags are comma separated with spaces allowed
tags=database

homepage=https://github.com/Bartman0/q-delta-lake
category=Database
icon=icon.png
# experimental flag
experimental=True

# 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=

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