Metadata-Version: 2.4
Name: le-loopctl
Version: 0.1.1
Summary: Unified CLI for Loop Engineering — validate, score, trace, pipeline
Author: Loop Engineering Community
License: MIT
Project-URL: Homepage, https://github.com/KanakMalpani/Loop-Engineering
Project-URL: Repository, https://github.com/KanakMalpani/Loop-Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: le-loopforge>=0.2.1
Requires-Dist: pyyaml>=6.0
Requires-Dist: jsonschema>=4.0

# loopctl

Unified Loop Engineering toolchain CLI. Requires **`le-loopforge>=0.2.0`** on PyPI.

```bash
pip install le-loopctl
loopctl validate my-loop.yaml
loopctl score --spec my-loop.yaml --json
loopctl trace validate trace.json
loopctl observed trace.json --json
```

When run from the discipline repo clone, `diagram`, `level`, and `bench` passthrough are also available.
