armonik-cli


Namearmonik-cli JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryCommand-line tool to monitor and manage ArmoniK clusters.
upload_time2024-11-15 14:37:21
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache v2.0 LICENSE
keywords cloud htc cli armonik aneo
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ArmoniK Admin CLI.

This repository is part of the [ArmoniK](https://github.com/aneoconsulting/ArmoniK) project. It provides a command-line tool to monitor and manage ArmoniK clusters.

## Installation

### Requirements

The CLI requires Python version 3.8 or newer. In order to install the ArmoniK CLI in an isolated environment, you must have python3-venv installed on your machine.

```bash
sudo apt update && sudo apt install python3-venv
```

### Install from source

To install the CLI from source, first clone this repository.

```bash
git clone git@github.com/aneoconsulting/ArmoniK.Admin.CLI.git
```

Navigate in the root directory

```bash
cd ArmoniK.Admin.CLI
```

Create and activate the virtual environment

```bash
python -m venv ./venv
source ./venv/bin/activate
```

Install the CLI in the environment you just created.

```bash
pip install .
```

## Contributing

Contributions are always welcome!

See [CONTRIBUTING](CONTRIBUTING.md) for ways to get started.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "armonik-cli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "cloud, HTC, CLI, ArmoniK, Aneo",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/1e/24/5ab6d34c33f68bbbfdf09593dbf336a08e4f2839df8e5c363845020d76af/armonik_cli-0.1.1.tar.gz",
    "platform": null,
    "description": "# ArmoniK Admin CLI.\n\nThis repository is part of the [ArmoniK](https://github.com/aneoconsulting/ArmoniK) project. It provides a command-line tool to monitor and manage ArmoniK clusters.\n\n## Installation\n\n### Requirements\n\nThe CLI requires Python version 3.8 or newer. In order to install the ArmoniK CLI in an isolated environment, you must have python3-venv installed on your machine.\n\n```bash\nsudo apt update && sudo apt install python3-venv\n```\n\n### Install from source\n\nTo install the CLI from source, first clone this repository.\n\n```bash\ngit clone git@github.com/aneoconsulting/ArmoniK.Admin.CLI.git\n```\n\nNavigate in the root directory\n\n```bash\ncd ArmoniK.Admin.CLI\n```\n\nCreate and activate the virtual environment\n\n```bash\npython -m venv ./venv\nsource ./venv/bin/activate\n```\n\nInstall the CLI in the environment you just created.\n\n```bash\npip install .\n```\n\n## Contributing\n\nContributions are always welcome!\n\nSee [CONTRIBUTING](CONTRIBUTING.md) for ways to get started.\n",
    "bugtrack_url": null,
    "license": "Apache v2.0 LICENSE",
    "summary": "Command-line tool to monitor and manage ArmoniK clusters.",
    "version": "0.1.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/aneoconsulting/ArmoniK/issues",
        "Homepage": "https://github.com/aneoconsulting/ArmoniK.Api"
    },
    "split_keywords": [
        "cloud",
        " htc",
        " cli",
        " armonik",
        " aneo"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc8cf185aeafcf6665a0c3042257f964a82324adadc32eceb4ffacff3d56374e",
                "md5": "283a12014b99f8712840798de7bc5e3d",
                "sha256": "1f95d5b941fb7ac102477ebde51319ee374cb2f737fa9928fab9b726986cca50"
            },
            "downloads": -1,
            "filename": "armonik_cli-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "283a12014b99f8712840798de7bc5e3d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 9468,
            "upload_time": "2024-11-15T14:37:20",
            "upload_time_iso_8601": "2024-11-15T14:37:20.057819Z",
            "url": "https://files.pythonhosted.org/packages/bc/8c/f185aeafcf6665a0c3042257f964a82324adadc32eceb4ffacff3d56374e/armonik_cli-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e245ab6d34c33f68bbbfdf09593dbf336a08e4f2839df8e5c363845020d76af",
                "md5": "dd9258b1074ef19b458d268066c031bc",
                "sha256": "0264029fd7b1b59d031258790555d6aef0329f320f22cb312df909c6ab5ad1c0"
            },
            "downloads": -1,
            "filename": "armonik_cli-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "dd9258b1074ef19b458d268066c031bc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 14141,
            "upload_time": "2024-11-15T14:37:21",
            "upload_time_iso_8601": "2024-11-15T14:37:21.202606Z",
            "url": "https://files.pythonhosted.org/packages/1e/24/5ab6d34c33f68bbbfdf09593dbf336a08e4f2839df8e5c363845020d76af/armonik_cli-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-15 14:37:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aneoconsulting",
    "github_project": "ArmoniK",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "armonik-cli"
}
        
Elapsed time: 0.47865s