GitHub Codespaces¶
GitHub Codespaces is the easiest way to try trasgu without installing anything locally.
The repository includes a Dev Container configuration. When the Codespace starts, it:
- uses Python 3.12,
- installs
uv, - creates the project
.venv, - synchronizes dependencies from
uv.lock, - configures VS Code to use the virtual environment.
Start a Codespace¶
From the GitHub repository page:
- Click Code.
- Open the Codespaces tab.
- Click Create codespace on main.
- Wait until the setup command finishes.
Run the minimal example¶
trasgu_examples minimal ./minimal
cd minimal
trasgu_run --dry-run
To run the workflow for real:
trasgu_run