geotribu


Namegeotribu JSON
Version 0.34.3 PyPI version JSON
download
home_pagehttps://cli.geotribu.fr/
SummaryUne ligne de commande pour Geotribu qui offre des outils pour rechercher et consulter les contenus et images, et faciliter les tâches récurrentes des contributeur/ices.
upload_time2024-07-07 09:10:49
maintainerNone
docs_urlNone
authorJulien Moura (Geotribu)
requires_pythonNone
licenseNone
keywords cli geotribu gis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Geotribu CLI

Outil en ligne de commande pour les tâches récurrentes du projet Geotribu.

[![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/geotribu/cli/main.svg)](https://results.pre-commit.ci/latest/github/geotribu/cli/main)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=geotribu_cli&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=geotribu_cli)

[![🎳 Tester](https://github.com/geotribu/cli/actions/workflows/tests.yml/badge.svg)](https://github.com/geotribu/cli/actions/workflows/tests.yml)
[![📦 Build & 🚀 Release](https://github.com/geotribu/cli/actions/workflows/build_release.yml/badge.svg)](https://github.com/geotribu/cli/actions/workflows/build_release.yml)
[![📚 Documentation](https://github.com/geotribu/cli/actions/workflows/documentation.yml/badge.svg)](https://github.com/geotribu/cli/actions/workflows/documentation.yml)
[![codecov](https://codecov.io/gh/geotribu/cli/branch/main/graph/badge.svg?token=YRLQ6OPFRL)](https://codecov.io/gh/geotribu/cli)

[![PyPi version badge](https://badgen.net/pypi/v/geotribu)](https://pypi.org/project/geotribu/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/geotribu)](https://pypi.org/project/geotribu/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/geotribu)](https://pypi.org/project/geotribu/)

## Installer

Via _pip_ :

```sh
pip install geotribu
```

Via Docker :

```sh
docker pull ghcr.io/geotribu/cli
```

Via un exécutable pré-compilé : [télécharger pour son système d'exploitation](https://github.com/geotribu/cli/releases/latest).

## Utiliser

Installation locale :

```sh
geotribu --help
```

Ou avec l'image Docker :

```sh
docker run --rm ghcr.io/geotribu/cli:latest geotribu --help
```

Pour plus d'informations, [consulter la documentation](https://cli.geotribu.fr/).

            

Raw data

            {
    "_id": null,
    "home_page": "https://cli.geotribu.fr/",
    "name": "geotribu",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "cli, Geotribu, GIS",
    "author": "Julien Moura (Geotribu)",
    "author_email": "geotribu@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3a/46/1054ef4aed4cabb0d0e6327211e71578a9687cd3cc4c46c4c888dc1581e8/geotribu-0.34.3.tar.gz",
    "platform": null,
    "description": "# Geotribu CLI\n\nOutil en ligne de commande pour les t\u00e2ches r\u00e9currentes du projet Geotribu.\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/geotribu/cli/main.svg)](https://results.pre-commit.ci/latest/github/geotribu/cli/main)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=geotribu_cli&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=geotribu_cli)\n\n[![\ud83c\udfb3 Tester](https://github.com/geotribu/cli/actions/workflows/tests.yml/badge.svg)](https://github.com/geotribu/cli/actions/workflows/tests.yml)\n[![\ud83d\udce6 Build & \ud83d\ude80 Release](https://github.com/geotribu/cli/actions/workflows/build_release.yml/badge.svg)](https://github.com/geotribu/cli/actions/workflows/build_release.yml)\n[![\ud83d\udcda Documentation](https://github.com/geotribu/cli/actions/workflows/documentation.yml/badge.svg)](https://github.com/geotribu/cli/actions/workflows/documentation.yml)\n[![codecov](https://codecov.io/gh/geotribu/cli/branch/main/graph/badge.svg?token=YRLQ6OPFRL)](https://codecov.io/gh/geotribu/cli)\n\n[![PyPi version badge](https://badgen.net/pypi/v/geotribu)](https://pypi.org/project/geotribu/)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/geotribu)](https://pypi.org/project/geotribu/)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/geotribu)](https://pypi.org/project/geotribu/)\n\n## Installer\n\nVia _pip_ :\n\n```sh\npip install geotribu\n```\n\nVia Docker :\n\n```sh\ndocker pull ghcr.io/geotribu/cli\n```\n\nVia un ex\u00e9cutable pr\u00e9-compil\u00e9 : [t\u00e9l\u00e9charger pour son syst\u00e8me d'exploitation](https://github.com/geotribu/cli/releases/latest).\n\n## Utiliser\n\nInstallation locale :\n\n```sh\ngeotribu --help\n```\n\nOu avec l'image Docker :\n\n```sh\ndocker run --rm ghcr.io/geotribu/cli:latest geotribu --help\n```\n\nPour plus d'informations, [consulter la documentation](https://cli.geotribu.fr/).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Une ligne de commande pour Geotribu qui offre des outils pour rechercher et consulter les contenus et images, et faciliter les t\u00e2ches r\u00e9currentes des contributeur/ices.",
    "version": "0.34.3",
    "project_urls": {
        "Bug Reports": "https://github.com/geotribu/cli/issues/",
        "Docs": "https://cli.geotribu.fr/",
        "Homepage": "https://cli.geotribu.fr/",
        "Source": "https://github.com/geotribu/cli/"
    },
    "split_keywords": [
        "cli",
        " geotribu",
        " gis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca0c957125d8977652c911e20916ff30821b0bda5979fe2a4a822a164658f5e1",
                "md5": "d3314a4d664fec446adb55ed3226724a",
                "sha256": "b6232aed6fb3576480fbfdfab631288808e46397a96f027e45a9d60977de49c5"
            },
            "downloads": -1,
            "filename": "geotribu-0.34.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d3314a4d664fec446adb55ed3226724a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 76842,
            "upload_time": "2024-07-07T09:10:47",
            "upload_time_iso_8601": "2024-07-07T09:10:47.106989Z",
            "url": "https://files.pythonhosted.org/packages/ca/0c/957125d8977652c911e20916ff30821b0bda5979fe2a4a822a164658f5e1/geotribu-0.34.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a461054ef4aed4cabb0d0e6327211e71578a9687cd3cc4c46c4c888dc1581e8",
                "md5": "70913408b6676d2fcfe7a595b98e3932",
                "sha256": "cd08c2c90f860835bf1ee82615321be8abcb898a4302334366fbb70779a74ec0"
            },
            "downloads": -1,
            "filename": "geotribu-0.34.3.tar.gz",
            "has_sig": false,
            "md5_digest": "70913408b6676d2fcfe7a595b98e3932",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 61990,
            "upload_time": "2024-07-07T09:10:49",
            "upload_time_iso_8601": "2024-07-07T09:10:49.097388Z",
            "url": "https://files.pythonhosted.org/packages/3a/46/1054ef4aed4cabb0d0e6327211e71578a9687cd3cc4c46c4c888dc1581e8/geotribu-0.34.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-07 09:10:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "geotribu",
    "github_project": "cli",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "geotribu"
}
        
Elapsed time: 1.67882s