Metadata-Version: 2.4
Name: obvyr-cli
Version: 2.3.2
Summary: Command-line wrapper to allow Obvyr to capture evidence from any machine.
License: Proprietary
Author: Wyrd Technology Ltd
Requires-Python: >=3.12,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: boto3 (>=1.42.47,<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.10.1,<3.0.0)
Requires-Dist: pydantic-settings (>=2.13.0,<3.0.0)
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Requires-Dist: tenacity (>=9.0.0,<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

