Metadata-Version: 2.4
Name: obvyr-cli
Version: 2.5.0
Summary: Command-line wrapper to allow Obvyr to capture evidence from any machine.
License: Proprietary
Author: Wyrd Technology Ltd
Requires-Python: >=3.14,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: click (==8.3.3)
Requires-Dist: httpx (==0.28.1)
Requires-Dist: orjson (==3.11.8)
Requires-Dist: pydantic (==2.13.3)
Requires-Dist: pydantic-settings (==2.14.0)
Requires-Dist: python-dotenv (==1.2.2)
Requires-Dist: tenacity (==9.1.4)
Requires-Dist: toml (==0.10.2)
Requires-Dist: zstandard (==0.25.0)
Project-URL: Homepage, https://wyrd-technology.com
Description-Content-Type: text/markdown

# Obvyr CLI

Command-line wrapper to run Obvyr agents locally or in CI.

## Installation

```bash
    pip install obvyr-cli
```

## Usage

```bash
    obvyr-cli --help
```

## Python Support

Python 3.12+

## Licence

Proprietary © Wyrd Technology Ltd

