Metadata-Version: 2.4
Name: beachcomber
Version: 0.5.1
Summary: Install the beachcomber (comb) shell-state daemon. Downloads the correct binary for your platform from GitHub Releases.
Project-URL: Homepage, https://beachcomber.sh
Project-URL: Repository, https://github.com/NavistAu/beachcomber
Author: NavistAu
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# beachcomber

Install the [beachcomber](https://beachcomber.sh) (`comb`) shell-state daemon.

This package downloads the correct pre-built binary for your platform from GitHub Releases. It does not contain the binary itself.

## Install

```sh
pip install beachcomber
# or
uv tool install beachcomber
# or run without installing:
uvx beachcomber --version
```

The binary is installed to `~/.local/bin/comb`. Once installed, you can uninstall this Python package — the binary remains.

## Client SDK

The beachcomber **client SDK** is a separate package: `pip install libbeachcomber`.

- Website: https://beachcomber.sh
- GitHub: https://github.com/NavistAu/beachcomber
