qgis-deployment-toolbelt


Nameqgis-deployment-toolbelt JSON
Version 0.35.3 PyPI version JSON
download
home_pagehttps://github.com/Guts/qgis-deployment-cli/
SummaryQGIS deployment toolbelt is a CLI (Command Line Interface) to perform redundant operations after a QGIS deployment.
upload_time2024-09-06 12:28:31
maintainerNone
docs_urlNone
authorJulien Moura (Oslandia), Vincent Bré (Oslandia)
requires_python<4,>=3.10
licenseNone
keywords cli deployment profiles qdt qgis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Guts/qgis-deployment-cli/",
    "name": "qgis-deployment-toolbelt",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.10",
    "maintainer_email": null,
    "keywords": "cli, deployment, profiles, qdt, QGIS",
    "author": "Julien Moura (Oslandia), Vincent Br\u00e9 (Oslandia)",
    "author_email": "qgis@oslandia.com",
    "download_url": "https://files.pythonhosted.org/packages/5f/9a/a45b6e47a5b25fb440850b5295b08c7b418b458713a83e90cde7afb6e385/qgis_deployment_toolbelt-0.35.3.tar.gz",
    "platform": null,
    "description": "# QGIS Deployment CLI\n\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![flake8](https://img.shields.io/badge/linter-flake8-green)](https://flake8.pycqa.org/)\n[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)\n[![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)\n[![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)\n[![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)\n\n[![\ud83c\udfb3 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)\n[![codecov](https://codecov.io/gh/Guts/qgis-deployment-cli/branch/main/graph/badge.svg?token=ZHGRNMA7TV)](https://codecov.io/gh/Guts/qgis-deployment-cli)\n[![\ud83d\udce6 Build & \ud83d\ude80 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)\n\n[![PyPi version badge](https://badgen.net/pypi/v/qgis-deployment-toolbelt)](https://pypi.org/project/qgis-deployment-toolbelt/)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/qgis-deployment-toolbelt)](https://pypi.org/project/qgis-deployment-toolbelt/)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/qgis-deployment-toolbelt)](https://pypi.org/project/qgis-deployment-toolbelt/)\n\nCross-platform (but Windows focused) CLI to perform deployment operations related to QGIS: profiles, plugins, etc.\n\n## Try it quickly\n\nUsing Python and the officiel package installer `pip`:\n\n```sh\npip install qgis-deployment-toolbelt\nqdt -s https://github.com/Guts/qgis-deployment-cli/raw/main/examples/scenarios/demo-scenario.qdt.yml\n```\n\nOr using a pre-built executable (downloadable [through releases assets](https://github.com/Guts/qgis-deployment-cli/releases/latest)), for example on Windows:\n\n```powershell\nQGISDeploymentToolbelt_0-27-0_Windows.exe -s https://github.com/Guts/qgis-deployment-cli/raw/main/examples/scenarios/demo-scenario.qdt.yml\n```\n\nLook for new icons in start menu or desktop!\n\n**Interested**? For further details, [read the documentation](https://guts.github.io/qgis-deployment-cli/) :books:.\n\n## Contribute\n\nRead the [contribution guidelines](CONTRIBUTING.md) and the documentation.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "QGIS deployment toolbelt is a CLI (Command Line Interface) to perform redundant operations after a QGIS deployment.",
    "version": "0.35.3",
    "project_urls": {
        "Homepage": "https://github.com/Guts/qgis-deployment-cli/"
    },
    "split_keywords": [
        "cli",
        " deployment",
        " profiles",
        " qdt",
        " qgis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "20040a664700362f7dbc8c3ef348a81a8a3539a89da3eb0b82a0991fdb917ebe",
                "md5": "b193cae68adfbaa21b5f3484ca3be970",
                "sha256": "a27be88c95c352717fdbf6a782c3d7ffd3a10b192e51e1b1679b6b48cb16d6ad"
            },
            "downloads": -1,
            "filename": "qgis_deployment_toolbelt-0.35.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b193cae68adfbaa21b5f3484ca3be970",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.10",
            "size": 107543,
            "upload_time": "2024-09-06T12:28:29",
            "upload_time_iso_8601": "2024-09-06T12:28:29.936436Z",
            "url": "https://files.pythonhosted.org/packages/20/04/0a664700362f7dbc8c3ef348a81a8a3539a89da3eb0b82a0991fdb917ebe/qgis_deployment_toolbelt-0.35.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f9aa45b6e47a5b25fb440850b5295b08c7b418b458713a83e90cde7afb6e385",
                "md5": "2fb1cbdda8fb136b03e2d50c54acdab5",
                "sha256": "95f46ba9f25ac7e65726c788a95277c17f2a8807bd47953495aeb51113bdc38a"
            },
            "downloads": -1,
            "filename": "qgis_deployment_toolbelt-0.35.3.tar.gz",
            "has_sig": false,
            "md5_digest": "2fb1cbdda8fb136b03e2d50c54acdab5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.10",
            "size": 98901,
            "upload_time": "2024-09-06T12:28:31",
            "upload_time_iso_8601": "2024-09-06T12:28:31.631086Z",
            "url": "https://files.pythonhosted.org/packages/5f/9a/a45b6e47a5b25fb440850b5295b08c7b418b458713a83e90cde7afb6e385/qgis_deployment_toolbelt-0.35.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-06 12:28:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Guts",
    "github_project": "qgis-deployment-cli",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "qgis-deployment-toolbelt"
}
        
Elapsed time: 4.07960s