Metadata-Version: 2.4
Name: pjlab_lwh_check_trace
Version: 0.1.0
Summary: CLI validator for trace records against a bundled JSON Schema.
Author: Rkws
License-Expression: MIT
Keywords: cli,json-schema,trace,validation
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: jsonschema>=4.0.0
Requires-Dist: orjson>=3.0.0
Dynamic: license-file

# pjlab_lwh_check_trace

CLI validator for trace records against the bundled `record.schema.json`.

## Install

```bash
pip install pjlab_lwh_check_trace
```

## Usage

```bash
check_trace_0423 path/to/input.json
check_trace_0423 path/to/input.jsonl --fail-fast
```
