Standard Library
The following Starlark libraries are available in Kurtosis by default:
- The Starlark time module (a collection of time-related functions)
- The Starlark json module (allows
encode
,decode
andindent
JSON) - The Starlark struct builtin (allows you to create
structs
like the one used inadd_service
)