# 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, import data to KeSMIS, run QA/QC on geodatabases, split layers, and manage pcode fields — with collapsible in-app help on every tool.
version=2.0
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. Import uploads vector features to KeSMIS with automatic field mapping and spatial parent matching. QA/QC runs topology, attribute, and geometry checks on File Geodatabase layers and writes issue layers plus PDF reports. Split Layer creates separate layers for each unique attribute value. Version 2.0 adds collapsible help panels, in-session code population for selected layers, a streamlined Import workflow, and responsive dialog layouts.

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

# Recommended items:

hasProcessingProvider=no
changelog=Version 2.0: Collapsible help panels on Get Data, Import, QA/QC, and Split Layer. Populate Code in Selected Layers with completion messages. In-session code field editing (no copy layers). QA/QC overwrite for outputs, dictionary download link, and compact layouts. Import workflow simplified (removed local GeoJSON intersection). Responsive UI for smaller screens.

# 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
