Guts / qgis-deployment-cli

Cross-platform (but focused on Windows) CLI to perform deployment operations: profiles, plugins, etc.
https://guts.github.io/qgis-deployment-cli/
Apache License 2.0
14 stars 2 forks source link
cli deployment python qdt qgis qgis-deployment-toolbelt qgis-profiles

QGIS Deployment CLI

Code style: black flake8 Imports: isort pre-commit pre-commit.ci status security: bandit Quality Gate Status

🎳 Tester codecov 📦 Build & 🚀 Release

PyPi version badge PyPI - Downloads PyPI - Python Version

Cross-platform (but Windows focused) CLI to perform deployment operations related to QGIS: profiles, plugins, etc.

Try it quickly

Using Python and the officiel package installer pip:

pip install qgis-deployment-toolbelt
qdt -s https://github.com/Guts/qgis-deployment-cli/raw/main/examples/scenarios/demo-scenario.qdt.yml

Or using a pre-built executable (downloadable through releases assets), for example on Windows:

QGISDeploymentToolbelt_0-27-0_Windows.exe -s https://github.com/Guts/qgis-deployment-cli/raw/main/examples/scenarios/demo-scenario.qdt.yml

Look for new icons in start menu or desktop!

Interested? For further details, read the documentation :books:.

Contribute

Read the contribution guidelines and the documentation.