# This file contains metadata for your plugin.

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

[general]
name=Connector for ODK
qgisMinimumVersion=3.0
description=Connect to ODK Central, split layers, run QA/QC on File Geodatabases, and upload vector data to KeSMIS — with in-app help on every tool.
version=2.1.2
author=Felix Mutua
email=mutua@ags.co.ke

about=Connector for ODK is a four-tool QGIS plugin suite. Get Data downloads ODK Central form submissions as map layers. Split Layer creates separate layers for each unique attribute value. QA/QC runs topology, attribute, and geometry checks on File Geodatabase layers and writes issue layers plus PDF reports. Import uploads vector features to KeSMIS with settlement code sync, automatic field mapping, dry-run validation, and spatial parent matching. Version 2.1 adds a KeSMIS login gate, QA/QC layout improvements, and template/dictionary reference downloads in the help panel.

tracker=https://github.com/fnmutua/connector-for-ODK
repository=https://github.com/fnmutua/connector-for-ODK
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
changelog=Version 2.1.2: Bundled template geodatabase. KeSMIS login, settlement sync, import dry run, QA/QC improvements.

# Tags are comma separated with spaces allowed
tags=python, odk, odk central, kesmis, qa, qc, geodatabase, import, export

homepage=https://github.com/fnmutua/connector-for-ODK
category=Web
icon=download.svg
# 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=

# If the plugin can run on QGIS Server.
server=False
[license]
license=GPL-3.0
requirements=requirements.txt
