# This file contains metadata for your plugin. Beginning
# with version 1.8 this is the preferred way to supply information about a
# plugin. The current method of embedding metadata in __init__.py will
# be supported until version 2.0

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

# Mandatory items:


[general]
name=VectorToDBLoader_Free
qgisMinimumVersion=3.28
qgisMaximumVersion = 3.99

id=VectorToDBLoader

description=Loads Active Vector Themes to PostGIS, Oracle and MS SQL
about=  *** NOTE *** This plugin will crash on initial download as there are missing Python Connectors to the databases.
  *** Download the Plugin - open the "RubberSheetingETC.html" in the plugin folder for User and Installation instructions. ***
  *** Install Python Database Connectors: psycopg2, oracledb, pyodbc,{Devart ODBC Driver for Oracle},{Devart ODBC Driver for SQL Server} ***
  *** On Ubuntu, run: pip3 install -U psycopg2 oracledb pyodbc ***

version=1.1

# Optional items:

changelog=
	1.0: After 1000+ downloads and nothing reported, I assume all is good with this plugin. https://gismart.net/stores/spatialtapestry/ is the GoTo Store for more capable versions of this Plugin
	1.1: Minor edit to the metadata.txt - uncomment the changelog entry
	
homepage=https://github.com/SpatialTapestry/QGIS-Plugin---Vector-Themes-to-DB
tracker=https://github.com/SpatialTapestry/QGIS-Plugin---Vector-Themes-to-DB/issues
repository=https://github.com/SpatialTapestry/QGIS-Plugin---Vector-Themes-to-DB

RequiredExternalLibraries=psycopg2, oracledb, pyodbc

# tags are comma separated with spaces allowed
tags=python, vector, postGIS, Oracle, MS SQL, data migration

icon=resources/icon.png

experimental=False

# deprecated flag (applies to the whole plugin, not just a single version
deprecated=False

# Author contact information
author=Roger Merritt, Spatial Tapestry PL
email=SpatialTapestry@gmail.com

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check their documentation for more information.
# plugin_dependencies=

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