Metadata-Version: 2.4
Name: prompt-blueprint-validator
Version: 0.1.0
Summary: Validate Prompt Blueprint JSON against a schema
Project-URL: Homepage, https://aigeeza.com/tools/blueprint-builder
Project-URL: Repository, https://github.com/tallwhites/prompt-blueprint-schema
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: jsonschema>=4.0

# prompt-blueprint-validator

Validate “Prompt Blueprint” JSON against a schema.

Homepage: https://aigeeza.com/tools/blueprint-builder  
Schema repo: https://github.com/tallwhites/prompt-blueprint-schema

## Install
```bash
pip install prompt-blueprint-validator
```

## Usage
```bash
pbv-py path/to/blueprint.json
```

Exit codes:
- 0 = OK
- 2 = validation errors
