qgis-deployment-toolbelt


Nameqgis-deployment-toolbelt JSON
Version 0.34.2 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-04-25 09:39:52
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/95/73/44fa2522ff71c0944e283071696af4d7146a6bed46aaee36d4d5cae7c449/qgis_deployment_toolbelt-0.34.2.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.34.2",
    "project_urls": {
        "Homepage": "https://github.com/Guts/qgis-deployment-cli/"
    },
    "split_keywords": [
        "cli",
        " deployment",
        " profiles",
        " qdt",
        " qgis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd7c42e45d11d43cf4289e422dc925caeffb6dc47020d3e438b7f0576b89f1be",
                "md5": "ffeb0e5b785b1510aef2ad24a16d4cba",
                "sha256": "cf125fc59d202f632ecef6921d294279d9d490ae63785c364454c5d0320b1f19"
            },
            "downloads": -1,
            "filename": "qgis_deployment_toolbelt-0.34.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ffeb0e5b785b1510aef2ad24a16d4cba",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.10",
            "size": 103944,
            "upload_time": "2024-04-25T09:39:50",
            "upload_time_iso_8601": "2024-04-25T09:39:50.110697Z",
            "url": "https://files.pythonhosted.org/packages/dd/7c/42e45d11d43cf4289e422dc925caeffb6dc47020d3e438b7f0576b89f1be/qgis_deployment_toolbelt-0.34.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "957344fa2522ff71c0944e283071696af4d7146a6bed46aaee36d4d5cae7c449",
                "md5": "22c69c219cce8e7097fc91c655108755",
                "sha256": "67e325c8f367a958e37e34870df9875bd7d63d4be34d7ac12931c164b56f1f5c"
            },
            "downloads": -1,
            "filename": "qgis_deployment_toolbelt-0.34.2.tar.gz",
            "has_sig": false,
            "md5_digest": "22c69c219cce8e7097fc91c655108755",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.10",
            "size": 95671,
            "upload_time": "2024-04-25T09:39:52",
            "upload_time_iso_8601": "2024-04-25T09:39:52.135460Z",
            "url": "https://files.pythonhosted.org/packages/95/73/44fa2522ff71c0944e283071696af4d7146a6bed46aaee36d4d5cae7c449/qgis_deployment_toolbelt-0.34.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-25 09:39:52",
    "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: 0.25374s