# *****************************************************
# FooODK- QGIS plugin
# Since: 2025-06-10
# Copyright: (C) 2025 by CutLan
# email: cutlan@gmail.com
# *****************************************************
[general]
name=FooODK
qgisMinimumVersion=3.36
description=The plugin utilize the OpenDataKit (ODK) Central API (based on OpenData Standards) to enhance rapid data manipulations and quality check on both spatial and non-spatial data in Quantum Geographic Information System (QGIS). It performs data plotting, export, geotagging image/picture and analysis (pivot, graphs and wordcloud).
version=2.0
author=Cuthbert-Langen R.M.M.M Mushi
email=cutlan@gmail.com

about=Pulls data from ODK Central to QGIS, using ODK Central API(based on OData).
license=LICENSE

tracker=https://github.com/cutlan/QGIS-FooODK/issues
repository=https://github.com/cutlan/QGIS-FooODK/
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=QGIS,Python,jBe,jBidhaa,ODK,Central,API,,Miombo,Jodari,Maji

homepage=https://github.com/cutlan
category=Plugins
icon=icon.png
# experimental flag
experimental=True

# 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=pillow,piexif,pandas,wordcloud,matplotlib

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

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

