Metadata-Version: 2.4
Name: lcl-command
Version: 0.3.0
Summary: LaunchCloud Labs installable client wrapper for Mission Control and future SSH handoff.
Author: LaunchCloud Labs
Keywords: launchcloudlabs,mission-control,cli,ssh,employee-portal
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: JavaScript
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# `lcl-command` Python wrapper

This package exposes `lcl-command` to `pip` users while keeping the Node client as the single implementation.

## Requirements

- Python 3.9+
- Node.js 18+

## Install

```bash
python3 -m pip install .
```

## Use

```bash
lcl-command help
lcl-command login
```

If `node` is not on the PATH, set `LCL_COMMAND_NODE=/path/to/node`.
