Official Python client for the RunRobot API
Project description
runrobot
Official Python client for the RunRobot API.
Install
python -m pip install runrobot
Quickstart
from runrobot import Runrobot
client = Runrobot(auth="YOUR_RUNROBOT_API_TOKEN")
simulation = client.simulations.create_and_wait({
"simulator": "nvidia/sonic",
})
print(simulation["browser_url"])
Matchups
matchup = client.matchups.create_and_wait({
"assets": "parkour-v1",
})
print(matchup["left"]["browser_url"])
print(matchup["right"]["browser_url"])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
runrobot-0.1.0.tar.gz
(4.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file runrobot-0.1.0.tar.gz.
File metadata
- Download URL: runrobot-0.1.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06a8369fa66242a1f4c573607ca73ba0df77d9859a9df917069c51a8b88740d4
|
|
| MD5 |
b3647e3726f5fd816c020bd266279313
|
|
| BLAKE2b-256 |
b6b87e9291d0ad5bafe0dc9a16174866185f7f77cbdc30a684afa38e9ad55318
|
File details
Details for the file runrobot-0.1.0-py3-none-any.whl.
File metadata
- Download URL: runrobot-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59af54ab204fceac3401c2d7c07a5a260a058faa3abf27484908d0cf7c68ae35
|
|
| MD5 |
91ef016a7f7ec939e198eedf8e4fea2c
|
|
| BLAKE2b-256 |
84bda9b4d89baa2072c02403ecbb82d7ce198f9d682d901f6db7c19ea13b6f25
|