Metadata-Version: 2.4
Name: lookout_cli
Version: 1.30.1
Summary: A CLI for interacting with Lookout+
Author-email: Greenroom Robotics <team@greenroomrobotics.com>
Maintainer-email: David Revay <david.revay@greenroomrobotics.com>
License: Copyright (C) 2025, Greenroom Robotics
Project-URL: homepage, https://github.com/Greenroom-Robotics/lookout
Keywords: colcon
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Build Tools
Description-Content-Type: text/markdown
Requires-Dist: toml~=0.10
Requires-Dist: setuptools
Requires-Dist: colorama
Requires-Dist: click
Requires-Dist: lookout-config
Requires-Dist: python-on-whales
Requires-Dist: PyYAML

# Lookout CLI

Publicly available on [PyPi](https://pypi.org/project/lookout-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/lookout_config`
  * `pip install -e ./tools/lookout_cli`
* For production: `pip install lookout-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 "$(_lookout_COMPLETE=bash_source lookout)"' >> ~/.bashrc`
  * zsh: `echo 'eval "$(_lookout_COMPLETE=zsh_source lookout)"' >> ~/.zshrc` (this is much nicer)

## Usage

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