Metadata-Version: 2.4
Name: jt55401-eddie-cli
Version: 0.2.4
Summary: Cross-platform launcher for the Eddie CLI
Author: Jason Grey
License-Expression: GPL-3.0-only
Project-URL: Homepage, https://github.com/jt55401/eddie
Project-URL: Repository, https://github.com/jt55401/eddie
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# jt55401-eddie-cli

`jt55401-eddie-cli` exposes the `eddie` command for Python-based workflows.

On first run it downloads the native Eddie binary for this package version from:

- `https://github.com/jt55401/eddie/releases/tag/v<version>`

## Usage

```bash
python -m pip install jt55401-eddie-cli==0.2.4
eddie --help
eddie index --cms mkdocs --content-dir docs --output docs/eddie/index.ed
```

## Environment

- `EDDIE_CLI_CACHE_DIR`: override download/cache directory
- `EDDIE_CLI_VERSION`: override release version (defaults to package version)
