Metadata-Version: 2.4
Name: coone-ailab-cli
Version: 0.0.10
Summary: Python bootstrap launcher for Heimdal CLI
Author: Co-one
License: MIT
Project-URL: Homepage, https://github.com/coone-ai/heimdal
Project-URL: Source, https://github.com/coone-ai/heimdal
Project-URL: Issues, https://github.com/coone-ai/heimdal/issues
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# coone-ailab-cli

`coone-ailab-cli` is a lightweight Python bootstrap package for Heimdal CLI.

After installation, running `heimdal` downloads the matching Heimdal binary from
GitHub Releases (if needed), stores it in a local cache, and forwards all
arguments to the binary.

## Install

```bash
pip install coone-ailab-cli
```

## Recommended

```bash
pipx install coone-ailab-cli
```

## Environment Variables

- `HEIMDAL_REPO`: GitHub repository in `owner/name` format.  
  Default: `coone-ai/heimdal`
- `HEIMDAL_VERSION`: Release tag to pin (for example `v0.0.1`).  
  Default: installed package version
- `HEIMDAL_INSTALL_CACHE_DIR`: Cache directory for downloaded binaries
