[general]
name=Puentes
description=Run external Python files inside QGIS.

version=1.1.0
qgisMinimumVersion=3.0
qgisMaximumVersion=3.99
author=Gabriel De Luca
email=caprieldeluca@gmail.com

about=Simple plugin with utilities to test Python scripts from QGIS.

tracker=https://github.com/caprieldeluca/puentes/issues
repository=https://github.com/caprieldeluca/puentes

tags=python, script, utilities.

homepage=https://github.com/caprieldeluca/puentes

changelog=
    1.1.0 - Save settings each time a new file is configured to run.
    1.0.1 - Fix format_exception call for Python < 3.10.
    1.0.0 - First stable release.
    0.3.1 - Plog last traceback instead of raise exception on Python errors.
    0.3.0 - Move settings to plugin/puentes, only store file_path.
    0.2.0 - Send plog as global to run file
    0.1.0 - First testing release

icon=run.png

experimental=False
deprecated=False
server=False

hasProcessingProvider=no
