Metadata-Version: 2.4
Name: vera-cli
Version: 0.2.0
Summary: Command-line interface for VERA documents
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
Requires-Dist: vera-extract
Provides-Extra: mcp
Requires-Dist: vera-mcp; extra == 'mcp'
Description-Content-Type: text/markdown

# vera-cli

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

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

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