# MISSIM CLI

Publicly available on [PyPi](https://pypi.org/project/missim-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 ./packages/missim_config`
* `pip install -e ./tools/missim_cli`
* For production: `pip install missim-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 "$(_MISSIM_COMPLETE=bash_source missim)"' >> ~/.bashrc`
* zsh: `echo 'eval "$(_MISSIM_COMPLETE=zsh_source missim)"' >> ~/.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
* `missim --help` to get help with the CLI
## Dev mode
MISSIM CLI can be ran in dev mode. This will happen if it is installed with `pip install -e ./tools/missim` or if the environment variable `MISSIM_CLI_DEV_MODE` is set to `true`.
Raw data
{
"_id": null,
"home_page": "https://github.com/Greenroom-Robotics/missim",
"name": "missim-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/50/9c/280b5fdcea5fc081929ac12c10462b4545ee46b5bc6159b19d9495c5a476/missim_cli-1.20.0.tar.gz",
"platform": null,
"description": "# MISSIM CLI\n\n\n\nPublicly available on [PyPi](https://pypi.org/project/missim-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 ./packages/missim_config`\n * `pip install -e ./tools/missim_cli`\n* For production: `pip install missim-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 \"$(_MISSIM_COMPLETE=bash_source missim)\"' >> ~/.bashrc`\n * zsh: `echo 'eval \"$(_MISSIM_COMPLETE=zsh_source missim)\"' >> ~/.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* `missim --help` to get help with the CLI\n\n## Dev mode\n\nMISSIM CLI can be ran in dev mode. This will happen if it is installed with `pip install -e ./tools/missim` or if the environment variable `MISSIM_CLI_DEV_MODE` is set to `true`.\n",
"bugtrack_url": null,
"license": "Copyright (C) 2023, Greenroom Robotics",
"summary": "A CLI for interacting with the MISSIM platform",
"version": "1.20.0",
"project_urls": {
"Homepage": "https://github.com/Greenroom-Robotics/missim"
},
"split_keywords": [
"colcon"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "7d5e096387a6116213a55d5b2642123f8094ebf16fb4f9ece6cd85360bade83e",
"md5": "88ab8575b12a3af20517e4e480a34ddd",
"sha256": "95eab02d445c16a7f7ab79663bbc332bf12b3eafde15b412cefd507e3f38590e"
},
"downloads": -1,
"filename": "missim_cli-1.20.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "88ab8575b12a3af20517e4e480a34ddd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 16580,
"upload_time": "2025-02-03T23:20:30",
"upload_time_iso_8601": "2025-02-03T23:20:30.968424Z",
"url": "https://files.pythonhosted.org/packages/7d/5e/096387a6116213a55d5b2642123f8094ebf16fb4f9ece6cd85360bade83e/missim_cli-1.20.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "509c280b5fdcea5fc081929ac12c10462b4545ee46b5bc6159b19d9495c5a476",
"md5": "7b62b81c7b0f11c369051a71be2fbc22",
"sha256": "8555069720d24d0429390b8ebb05093a9c79e7fdd6fb78f4abff0caf6f5cd4da"
},
"downloads": -1,
"filename": "missim_cli-1.20.0.tar.gz",
"has_sig": false,
"md5_digest": "7b62b81c7b0f11c369051a71be2fbc22",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 12336,
"upload_time": "2025-02-03T23:20:32",
"upload_time_iso_8601": "2025-02-03T23:20:32.835433Z",
"url": "https://files.pythonhosted.org/packages/50/9c/280b5fdcea5fc081929ac12c10462b4545ee46b5bc6159b19d9495c5a476/missim_cli-1.20.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-03 23:20:32",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Greenroom-Robotics",
"github_project": "missim",
"github_not_found": true,
"lcname": "missim-cli"
}