[general]
name=aXqua
qgisMinimumVersion=3.44
qgisMaximumVersion=4.99
description=Set up, run and monitor TELEMAC and OpenFOAM river models from QGIS, with jobs that keep running after QGIS is closed.
about=aXqua turns geodata into a calibration-ready hydro- and morphodynamic model (TELEMAC-2D/3D with GAIA, or an OpenFOAM interFoam free-surface case) and drives it through a persistent job runner. Simulations are launched as detached system jobs, so they survive closing QGIS, and are rediscovered with their live state when you reopen it. Results load back as styled mesh, raster and vector layers. The plugin does not run solvers itself: it talks to the separately installed `axqua` command-line tool, so QGIS's Python never has to become the solver's Python. Requires the aXqua command-line tool, installed separately with 'pip install git+https://github.com/sschwindt/aXqua.git' (it is not on PyPI yet), plus a working TELEMAC and/or OpenFOAM installation.
version=0.3.2
author=Sebastian Schwindt
email=schwindt.water@gmail.com

tracker=https://github.com/sschwindt/aXqua/issues
repository=https://github.com/sschwindt/aXqua
homepage=https://axqua.readthedocs.io

# The plugin itself is GPLv2+ because it links PyQGIS. The axqua package it
# drives stays BSD-3-Clause, which is GPL-compatible, and remains usable on its own.
license=GPL-2.0-or-later

category=Plugins
icon=resources/axqua.svg
tags=hydraulics,hydrodynamics,telemac,openfoam,cfd,river,mesh,simulation,calibration,morphodynamics

# First release: flagged experimental so it is opt-in while the job runner is
# exercised against more installations.
experimental=True
deprecated=False
server=False
hasProcessingProvider=yes

changelog=0.2.0
    - First release.
    - Persistent job runner: submit, monitor and cancel TELEMAC/OpenFOAM runs that
      outlive the QGIS session.
    - Job dashboard with adaptive polling, rediscovery from a .axqua-prj project.
    - Tabs generated from axqua's capability matrix, so a case only offers what it
      can actually do.
    - Result loading with depth and velocity styling, plus an A3 print layout.
    - Processing algorithms that submit and return rather than blocking QGIS.
