Metadata-Version: 2.5
Name: v8x
Version: 0.1.82
Summary: The v8x CLI for Vantage Compute.
Author-email: jamesbeedy <james@vantagecompute.ai>
License: GPL-3.0
License-File: LICENSE
Requires-Python: >=3.12
Provides-Extra: dev
Requires-Dist: pytest>=8; extra == 'dev'
Description-Content-Type: text/markdown

# v8x

The Vantage Compute CLI, distributed as a Python wheel.

This package is a thin wrapper: the wheel bundles a native `v8x` binary for your
platform and the `v8x` console script executes it directly. There is no Python
API to import.

## Install

```bash
pip install v8x
```

Or run it without installing:

```bash
uvx v8x --help
```

## Documentation

https://docs.vantagecompute.ai/developer/v8x

## License

GPL-3.0. See `LICENSE`.
