Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guts/qgis-deployment-cli
Cross-platform (but focused on Windows) CLI to perform deployment operations: profiles, plugins, etc.
https://github.com/guts/qgis-deployment-cli
cli deployment python qdt qgis qgis-deployment-toolbelt qgis-profiles
Last synced: 15 days ago
JSON representation
Cross-platform (but focused on Windows) CLI to perform deployment operations: profiles, plugins, etc.
- Host: GitHub
- URL: https://github.com/guts/qgis-deployment-cli
- Owner: Guts
- License: apache-2.0
- Created: 2021-07-22T18:50:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T08:43:35.000Z (about 1 month ago)
- Last Synced: 2024-10-08T12:08:34.027Z (about 1 month ago)
- Topics: cli, deployment, python, qdt, qgis, qgis-deployment-toolbelt, qgis-profiles
- Language: Python
- Homepage: https://guts.github.io/qgis-deployment-cli/
- Size: 14.6 MB
- Stars: 17
- Watchers: 6
- Forks: 2
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# QGIS Deployment CLI
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![flake8](https://img.shields.io/badge/linter-flake8-green)](https://flake8.pycqa.org/)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Guts/qgis-deployment-cli/main.svg)](https://results.pre-commit.ci/latest/github/Guts/qgis-deployment-cli/main)
[![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Guts_qgis-deployment-cli&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Guts_qgis-deployment-cli)[![🎳 Tester](https://github.com/Guts/qgis-deployment-cli/actions/workflows/tests.yml/badge.svg)](https://github.com/Guts/qgis-deployment-cli/actions/workflows/tests.yml)
[![codecov](https://codecov.io/gh/Guts/qgis-deployment-cli/branch/main/graph/badge.svg?token=ZHGRNMA7TV)](https://codecov.io/gh/Guts/qgis-deployment-cli)
[![📦 Build & 🚀 Release](https://github.com/Guts/qgis-deployment-cli/actions/workflows/build_release.yml/badge.svg?branch=main)](https://github.com/Guts/qgis-deployment-cli/actions/workflows/build_release.yml)[![PyPi version badge](https://badgen.net/pypi/v/qgis-deployment-toolbelt)](https://pypi.org/project/qgis-deployment-toolbelt/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/qgis-deployment-toolbelt)](https://pypi.org/project/qgis-deployment-toolbelt/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/qgis-deployment-toolbelt)](https://pypi.org/project/qgis-deployment-toolbelt/)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`:
```sh
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](https://github.com/Guts/qgis-deployment-cli/releases/latest)), for example on Windows:
```powershell
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](https://guts.github.io/qgis-deployment-cli/) :books:.
## Contribute
Read the [contribution guidelines](CONTRIBUTING.md) and the documentation.