geotribu


Namegeotribu JSON
Version 0.32.1 PyPI version JSON
download
home_pagehttps://github.com/geotribu/cli/
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-03-09 22:15:45
maintainer
docs_urlNone
authorJulien Moura (Geotribu)
requires_python
license
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://github.com/geotribu/cli/",
    "name": "geotribu",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "cli,Geotribu,GIS",
    "author": "Julien Moura (Geotribu)",
    "author_email": "geotribu@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8b/9a/44dba67efbb0f3354488288d425bed98ae7caff6bed4fef67c2ce5772206/geotribu-0.32.1.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": "",
    "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.32.1",
    "project_urls": {
        "Bug Reports": "https://github.com/geotribu/cli/issues/",
        "Docs": "https://cli.geotribu.fr/",
        "Homepage": "https://github.com/geotribu/cli/",
        "Source": "https://github.com/geotribu/cli/"
    },
    "split_keywords": [
        "cli",
        "geotribu",
        "gis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48bcd93b293addf366a1276b27bb1b5fbfd364ee98b57c960cd6b16c61acb268",
                "md5": "d8ae8b514da1e4795399a9a2c2c5b0c1",
                "sha256": "d10ade9f6fe22d6f71cbca654570269343ba3a544e95e712a5d21d806a758fdb"
            },
            "downloads": -1,
            "filename": "geotribu-0.32.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d8ae8b514da1e4795399a9a2c2c5b0c1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 69315,
            "upload_time": "2024-03-09T22:15:43",
            "upload_time_iso_8601": "2024-03-09T22:15:43.568112Z",
            "url": "https://files.pythonhosted.org/packages/48/bc/d93b293addf366a1276b27bb1b5fbfd364ee98b57c960cd6b16c61acb268/geotribu-0.32.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b9a44dba67efbb0f3354488288d425bed98ae7caff6bed4fef67c2ce5772206",
                "md5": "7163d2dc1585db4b8f96d48a12cbe086",
                "sha256": "3159368d14dec34d432cb585deda3dc10bbf86722aa2ad9609c0587219bacd5e"
            },
            "downloads": -1,
            "filename": "geotribu-0.32.1.tar.gz",
            "has_sig": false,
            "md5_digest": "7163d2dc1585db4b8f96d48a12cbe086",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 54439,
            "upload_time": "2024-03-09T22:15:45",
            "upload_time_iso_8601": "2024-03-09T22:15:45.788367Z",
            "url": "https://files.pythonhosted.org/packages/8b/9a/44dba67efbb0f3354488288d425bed98ae7caff6bed4fef67c2ce5772206/geotribu-0.32.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-09 22:15:45",
    "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: 0.19899s