# This file contains metadata for your plugin.

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

[general]
name=OBM Connect
qgisMinimumVersion=3.0
description=Plugin for connecting to OpenBioMaps and loading spatial layers.
version=0.7.0.1
author=Attila Gáspár
email=gezsaj@gmail.com

about=<b>OBM Connect</b> is a QGIS plugin designed to allow users to seamlessly connect to the OpenBioMaps database from within the QGIS environment.<br><br>Its main functionalities include:<ul><li><b>User Authentication:</b> Enables users to log in directly to their OpenBioMaps account.</li> <li><b>Spatial Data Access:</b> Allows authenticated users to conveniently browse, select, and load spatial layers and datasets from OpenBioMaps into QGIS.</li> <li><b>Integrated Workflow:</b> Streamlines data-import workflows for biodiversity, ecological, and environmental projects by providing direct access to official OpenBioMaps repositories.</li></ul>This plugin is ideal for researchers, ecologists, and GIS specialists who regularly work with biodiversity and environmental spatial data, ensuring efficient access to up-to-date datasets while maintaining secure credential management.


tracker=https://gitlab.com/gezsaj/obm_connect/-/issues
repository=https://gitlab.com/gezsaj/obm_connect
# End of mandatory metadata

hasProcessingProvider=no
changelog=
    0.7.0.1:
    - Small fix for old Python versions
    0.7:
    - Added image viewer
    - Added Hungarian translation
    - Added support for displaying records without geometry
    - Added layer directory selector
    - GraphQL filter support
    0.5:
    - Initial release

# Tags are comma separated with spaces allowed
tags=python, obm, openbiomaps, qgis

homepage=https://gitlab.com/gezsaj/obm_connect
category=Database
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=

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

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

