# This file contains metadata for your plugin.
# QGIS plugin metadata specification:
# https://docs.qgis.org/latest/en/docs/pyqgis_developer_cookbook/plugins/plugins.html#plugin-metadata

[general]
name=Species Explorer
qgisMinimumVersion=3.0
qgisMaximumVersion=4.99
description=Quickly fetch and visualize species occurrence data from GBIF.
version=0.3.3
author=Kartoza
email=tim@kartoza.com
license=GPLv3

about=Species Explorer is a QGIS plugin for exploring biodiversity data from the Global Biodiversity Information Facility (GBIF). Search for species by scientific or common name, view taxonomic hierarchies, fetch occurrence records, and visualize species distributions directly in QGIS. Made with love by Kartoza (https://kartoza.com).

tracker=https://github.com/kartoza/SpeciesExplorer/issues
repository=https://github.com/kartoza/SpeciesExplorer

# Changelog
changelog=
    0.3.3 - Fix PyQt5/PyQt6 enum compatibility for Qt flags, constants, and Qgis.MessageLevel
    0.3.2 - Use generic qgis.PyQt imports for QGIS 3 and 4 compatibility
    0.3.1 - Enhanced documentation with admin guide, architecture diagrams, API reference, and deployed to GitHub Pages
    0.3.0 - Reorganized plugin structure, fixed async GBIF fetcher, added REUSE compliance
    0.2.0 - Modernized tooling (Nix flake, GitHub Actions, mkdocs, pre-commit)
    0.1.0 - Initial release

# Tags
tags=biodiversity, gbif, species, occurrence, ecology, conservation, wildlife

homepage=https://github.com/kartoza/SpeciesExplorer
category=Web
icon=icon.png

# Experimental flag
experimental=False

# Deprecated flag
deprecated=False

# Server flag (for server plugins)
server=False

# Plugin dependencies (comma separated list of plugin names)
# plugin_dependencies=

# If the plugin can run on QGIS Server
hasProcessingProvider=no
