# This file contains metadata for your plugin. Since 
# version 2.0 of QGIS this is the proper way to supply 
# information about a plugin. The old method of 
# embedding metadata in __init__.py will 
# is no longer supported since version 2.0.

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

[general]
name=GooGIS
qgisMinimumVersion=3.0
#qgisMaximumVersion=3.99
description=a Google Drive data provider for QGIS
version=1.0
author=Enrico Ferreguti
email=enricofer@gmail.com
about= GooGIS is an experimental plugin derivated from pseudo_csv_provider by @g-sherman. It keeps syncronization between a local memory layer and a remote google drive sheet and provides a simple peer to peer cloud environment for sharing and editing geospatial contents with other users. It’s only required a valid Google account.

# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=v1.0 QGIS3 code migration

# Tags are comma separated with spaces allowed
tags=vector,google,goggle drive, google spreadsheet, custom provider, cloud

homepage=https://github.com/enricofer/gdrive_provider
tracker=https://github.com/enricofer/gdrive_provider/issues
repository=https://github.com/enricofer/gdrive_provider
# category=Vector
icon=icon.png
# experimental flag
experimental=True

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

