Metadata-Version: 2.4
Name: opentrust-cli
Version: 1.0.0
Summary: Command-line tools for inspecting, validating, and working with OpenTrust passports
Author-email: Novel Hut Studios <founder@novelhut.net>
License-Expression: MIT
Project-URL: Homepage, https://github.com/Costder/opentrust
Project-URL: Repository, https://github.com/Costder/opentrust
Project-URL: Issues, https://github.com/Costder/opentrust/issues
Keywords: opentrust,cli,ai-agents,trust-registry,tool-passports
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: typer>=0.25.1
Requires-Dist: rich>=15.0.0
Requires-Dist: httpx>=0.28.1
Requires-Dist: jsonschema>=4.26.0
Requires-Dist: cryptography>=42
Requires-Dist: ecdsa>=0.19

# opentrust-cli

Command-line tools for OpenTrust passports and trust registry workflows.

## Install

```bash
pip install opentrust-cli
```

## Commands

```bash
opentrust inspect <tool-id>
opentrust search <query>
opentrust status <tool-id>
opentrust validate <passport.json>
opentrust claim ...
opentrust badge <tool-id>
opentrust payment create-checkout <tool-id>
```

## Repository

https://github.com/Costder/opentrust

## License

MIT
