# This file contains metadata for your plugin.

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

[general]
name=QuODK
qgisMinimumVersion=3.30
qgisMaximumVersion=4.99
description=A bridge between ODK Central data and QGIS for loading ODK submissions and managing entities
version=2.0.0
author=Walking-the-Talk
email=chris.york@walking-the-talk.co.uk

about=QuODK plug-in uses the ODK Central API to load submissions to QGIS as well as download attachments from the server. Since 2.0 - an Auto Pilot to speed up incremental download. Since 1.2 allows download of Entities as layers and Entity management (for use with pyODK to create, update and merge Entity Lists)

tracker=http://github.com/walking-the-talk/quodk/issues
repository=http://github.com/walking-the-talk/quodk
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog= 2.0.0 major (!) refactoring of code, addition of auto-pilot function, QGIS4 compatability, added Requests timeout and bug tracing; 1.3.2: code tidy; move init file to home folder. 1.3.1: one (breaking) typo fixed. 1.3: Enhanced entity management and automation 1.2: Entity management; minor enhancements; bug fixes 1.1: add include / exclude to the filter; minor code cleansing

# Tags are comma separated with spaces allowed
tags=python, odk, api, vector layers

homepage=http://github.com/walking-the-talk/quodk
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=

# Python package dependencies (see requirements.txt)
# Users will be prompted to install pandas and requests if missing

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

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

