Skip to content

QGIS Plugin to automatically install a QGIS Plugin via POST request

License

Notifications You must be signed in to change notification settings

gbd-consult/remote-plugin-installer

Repository files navigation

Remote Plugin Installer - QGIS Plugin

Code style: black Imports: isort pre-commit

pylint flake8

QGIS Plugin to install QGIS Plugins via POST Requests.

Download the plugin here: https://plugins.gbd-consult.de/plugin/7

Once you have started the Plugin you can send Requests via POST. An Example using CURL:

curl -F "archive=path/to/plugin.zip" localhost:6789

The development server does then install the plugin in qgis and reloads it.

The Port can be set in the settings.

About

QGIS Plugin to automatically install a QGIS Plugin via POST request

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages