marops-cli


Namemarops-cli JSON
Version 3.7.1 PyPI version JSON
download
home_pagehttps://github.com/Greenroom-Robotics/marops
SummaryA CLI for interacting with the MarOps platform
upload_time2025-02-14 06:11:14
maintainerDavid Revay
docs_urlNone
authorGreenroom Robotics
requires_pythonNone
licenseCopyright (C) 2023, Greenroom Robotics
keywords colcon
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MarOps CLI

Publicly available on [PyPi](https://pypi.org/project/marops-cli/) for convenience but if you don't work at Greenroom Robotics, you probably don't want to use this.

## Install

* For development:
  * `pip install -e ./libs/marops_config`
  * `pip install -e ./tools/marops_cli`
* For production: `pip install marops-cli`
* You may also need to `export PATH=$PATH:~/.local/bin` if you don't have `~/.local/bin` in your path
* Install autocomplete:
  * bash: `echo 'eval "$(_MAROPS_COMPLETE=bash_source marops)"' >> ~/.bashrc`
  * zsh: `echo 'eval "$(_MAROPS_COMPLETE=zsh_source marops)"' >> ~/.zshrc` (this is much nicer)
  * If using zsh, the git checker plugin make terminal slow. Suggest you run `git config oh-my-zsh.hide-info 1` in the zsh terminal inside the repo

## Usage

* `marops --help` to get help with the CLI

## Dev mode

MarOps CLI can be ran in dev mode. This will happen if it is installed with `pip install -e ./tools/marops` or if the environment variable `MAROPS_CLI_DEV_MODE` is set to `true`.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Greenroom-Robotics/marops",
    "name": "marops-cli",
    "maintainer": "David Revay",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "david.revay@greenroomrobotics.com",
    "keywords": "colcon",
    "author": "Greenroom Robotics",
    "author_email": "team@greenroomrobotics.com",
    "download_url": "https://files.pythonhosted.org/packages/08/de/e4e6afbe479b16b253f6357c9e52d5e32c53895dd073e702ff2893bca1e5/marops_cli-3.7.1.tar.gz",
    "platform": null,
    "description": "# MarOps CLI\n\nPublicly available on [PyPi](https://pypi.org/project/marops-cli/) for convenience but if you don't work at Greenroom Robotics, you probably don't want to use this.\n\n## Install\n\n* For development:\n  * `pip install -e ./libs/marops_config`\n  * `pip install -e ./tools/marops_cli`\n* For production: `pip install marops-cli`\n* You may also need to `export PATH=$PATH:~/.local/bin` if you don't have `~/.local/bin` in your path\n* Install autocomplete:\n  * bash: `echo 'eval \"$(_MAROPS_COMPLETE=bash_source marops)\"' >> ~/.bashrc`\n  * zsh: `echo 'eval \"$(_MAROPS_COMPLETE=zsh_source marops)\"' >> ~/.zshrc` (this is much nicer)\n  * If using zsh, the git checker plugin make terminal slow. Suggest you run `git config oh-my-zsh.hide-info 1` in the zsh terminal inside the repo\n\n## Usage\n\n* `marops --help` to get help with the CLI\n\n## Dev mode\n\nMarOps CLI can be ran in dev mode. This will happen if it is installed with `pip install -e ./tools/marops` or if the environment variable `MAROPS_CLI_DEV_MODE` is set to `true`.\n",
    "bugtrack_url": null,
    "license": "Copyright (C) 2023, Greenroom Robotics",
    "summary": "A CLI for interacting with the MarOps platform",
    "version": "3.7.1",
    "project_urls": {
        "Homepage": "https://github.com/Greenroom-Robotics/marops"
    },
    "split_keywords": [
        "colcon"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "84746631016d83eb65f7ace8d56b4693c1420d994fec81560d332515b0178ee0",
                "md5": "a35657fffd9e0a440fb3b0bed40e24d6",
                "sha256": "6ce6c3df97d73f57ad1c34b3ff9f2551176a1dc093b4fe6b940f0abe005a2a67"
            },
            "downloads": -1,
            "filename": "marops_cli-3.7.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a35657fffd9e0a440fb3b0bed40e24d6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 11615,
            "upload_time": "2025-02-14T06:11:13",
            "upload_time_iso_8601": "2025-02-14T06:11:13.170933Z",
            "url": "https://files.pythonhosted.org/packages/84/74/6631016d83eb65f7ace8d56b4693c1420d994fec81560d332515b0178ee0/marops_cli-3.7.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "08dee4e6afbe479b16b253f6357c9e52d5e32c53895dd073e702ff2893bca1e5",
                "md5": "5b027ff01ec6589af9af24c9e1d76a96",
                "sha256": "a35df15e6c08adca572c204532ecdc43e6a8aa591975dcdf959bda7d561c5d92"
            },
            "downloads": -1,
            "filename": "marops_cli-3.7.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5b027ff01ec6589af9af24c9e1d76a96",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9235,
            "upload_time": "2025-02-14T06:11:14",
            "upload_time_iso_8601": "2025-02-14T06:11:14.839701Z",
            "url": "https://files.pythonhosted.org/packages/08/de/e4e6afbe479b16b253f6357c9e52d5e32c53895dd073e702ff2893bca1e5/marops_cli-3.7.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-14 06:11:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Greenroom-Robotics",
    "github_project": "marops",
    "github_not_found": true,
    "lcname": "marops-cli"
}
        
Elapsed time: 1.38858s