Metadata-Version: 2.4
Name: bamboo-coding
Version: 0.1.3
Summary: Bamboo Coding outbound client
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: gitpython==3.1.40
Requires-Dist: websockets==13.1
Requires-Dist: pydantic>=2.0
Requires-Dist: bamboo-ssh

# bamboo-coding

Outbound client for the Bamboo Coding controller.

## Install

```bash
pip install bamboo-coding
```

## Usage

```bash
bamboo-coding setup            # configure default profile
bamboo-coding run              # connect to the controller
```

The client reads its configuration from `~/.bamboo-coding/bamboo-coding.toml`.
