Metadata-Version: 2.5
Name: vera-cli
Version: 0.3.2
Summary: Compatibility alias for the vera CLI; install `vera` instead
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>=0.3.2
Provides-Extra: docling
Requires-Dist: vera[docling]>=0.3.2; extra == 'docling'
Provides-Extra: mcp
Requires-Dist: vera[mcp]>=0.3.2; extra == 'mcp'
Description-Content-Type: text/markdown

# vera-cli

Compatibility alias for the [`vera`](https://pypi.org/project/vera/) CLI.
Install `vera` for new projects:

```bash
python -m pip install "vera>=0.3.2"
```

`pip install vera-cli` continues to work and pulls in the same extras:

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

See the [CLI documentation](https://dkylewillis.github.io/vera/packages/vera-cli/).
