Skip to content

simulo create

Scaffold a new Simulo app folder from a starter template shipped inside this wheel (writes app.py + .simuloignore; no network, no auth).

usage: simulo create [-h] [--type {training,inference,scenario}] [--dir PATH] [--force] name
Argument Description
NAME Name for the new app — used as the folder name, the simulo.App(…) name, and (for –type scenario) a Python class-name fragment. Letters, digits, and underscores only; must start with a letter or underscore.
Option Description
--type {training,inference,scenario} Starter template to scaffold (default: training). One of: training, inference, scenario.
--dir PATH Parent directory to create the app folder in (default: the current directory).
--force Overwrite files in an existing, non-empty target folder instead of refusing.