# This file contains metadata for your plugin.
# This file should be included when you package your plugin.

# Mandatory items:

[general]
name=QGIS Dashboard
qgisMinimumVersion=3.22
qgisMaximumVersion=4.99
description=Build ArcGIS-Dashboards-style interactive dashboards from your QGIS project layers — indicators, charts, lists, a live map element, and cross-filtering selectors all wired together through a signal bus. By Isaac Enage (byZenterra).
version=0.2
author=Isaac Enage
email=isaacenagework@gmail.com

about=QGIS Dashboard by Isaac Enage is an interactive dashboard builder for QGIS. Add data-driven elements (indicator, serial/bar chart, pie/donut chart, list) bound to vector layers via the QGIS expression engine, plus a live map element and a category selector that cross-filters every other element. Layout and configuration persist inside the .qgz project file. Developed and maintained by Isaac Enage of byZenterra. Guides, the dashboard gallery, and more QGIS plugins by Isaac Enage are at https://qgis.byzenterra.org/qdashboards

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

# Recommended items:

hasProcessingProvider=no
changelog=0.2
      - Security and code-quality pass: clean Bandit and detect-secrets scans,
        flake8 cleanup (unused imports/variables, comment style, line wrapping)
      0.1
      - Initial release

# Tags are comma separated with spaces allowed
tags=dashboard,charts,analytics,indicator,selector,visualization,isaac enage,byzenterra

homepage=https://qgis.byzenterra.org/qdashboards
category=Plugins
icon=icon.png
license=GPL-3.0
# 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=

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

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