Metadata-Version: 2.4
Name: obvyr-cli
Version: 2.4.0
Summary: Command-line wrapper to allow Obvyr to capture evidence from any machine.
License: Proprietary
Author: Wyrd Technology Ltd
Requires-Python: >=3.14.3,<4.0.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Requires-Dist: boto3 (>=1.42.64,<2.0.0)
Requires-Dist: click (>=8.3.1,<9.0.0)
Requires-Dist: httpx (>=0.28.1,<0.29.0)
Requires-Dist: orjson (>=3.11.7,<4.0.0)
Requires-Dist: pydantic (>=2.12.5,<3.0.0)
Requires-Dist: pydantic-settings (>=2.13.1,<3.0.0)
Requires-Dist: python-dotenv (>=1.2.2,<2.0.0)
Requires-Dist: tenacity (>=9.1.4,<10.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: zstandard (>=0.25.0,<0.26.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

