Metadata-Version: 2.3
Name: trainloop-cli
Version: 0.3.14
Summary: TrainLoop command-line interface
Author: Mason Pierce
Author-email: masonpierce@trainloop.ai
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (>=8.1.0,<9.0.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Description-Content-Type: text/markdown

# TrainLoop CLI

The CLI bootstraps a `trainloop/` workspace, runs test suites and launches the Studio UI.

## Install

```bash
pip install trainloop-cli
# or via pipx
pipx run trainloop-cli --help
```

## Commands

```bash
trainloop init   # scaffold workspace
trainloop eval   # run suites in eval/suites
trainloop studio # open the web studio
```

See the [project README](../README.md) for the full workflow.

