Metadata-Version: 2.4
Name: trajectories-sh
Version: 0.2.9
Summary: CLI for uploading Harbor trajectory jobs to trajectories.sh
Requires-Python: >=3.10
Requires-Dist: click>=8.0.0
Requires-Dist: httpx>=0.26.0
Requires-Dist: rich>=13.0.0
Description-Content-Type: text/markdown

# trajectories

CLI for uploading Harbor trajectory jobs to trajectories.sh.

## Install

```bash
pip install trajectories
```

## Usage

```bash
# Save your API key (get it from Settings in the web app)
trajectories login --api-key tsh_your_key_here

# Push a Harbor job directory
trajectories push ./jobs/my-run

# Push with options
trajectories push ./jobs/my-run --slug my-benchmark --visibility public --name "My Benchmark Run"

# Check config
trajectories whoami
```
