Metadata-Version: 2.4
Name: vera-cli
Version: 0.2.1
Summary: Command-line interface for VERA documents
Project-URL: Homepage, https://github.com/dkylewillis/vera
Project-URL: Repository, https://github.com/dkylewillis/vera
Project-URL: Documentation, https://dkylewillis.github.io/vera/packages/vera-cli/
Author: Kyle Willis
License: Apache-2.0
Keywords: cli,document,semantic-search,sqlite
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Text Processing :: Indexing
Requires-Python: >=3.10
Requires-Dist: vera-doc>=0.2.1
Requires-Dist: vera-ingest>=0.2.1
Provides-Extra: mcp
Requires-Dist: vera-mcp>=0.2.1; extra == 'mcp'
Description-Content-Type: text/markdown

# vera-cli

`vera-cli` provides the `vera` command-line interface over `vera-doc` and
`vera-ingest`. It owns command parsing, text and JSON output, exit codes, and
retrieval evaluation.

## Install

```bash
python -m pip install "vera-cli>=0.2.1"
```

Install the `mcp` extra to enable `vera mcp`:

```bash
python -m pip install "vera-cli[mcp]>=0.2.1"
```

See the [vera-cli documentation](https://dkylewillis.github.io/vera/packages/vera-cli/)
for installation, recipes, evaluation, and command reference.

See the [CLI reference](https://github.com/dkylewillis/vera/blob/main/docs/cli-reference.md).
