Skip to main content

Standard Library

The following Starlark libraries are available in Kurtosis by default:

  1. The Starlark time module (a collection of time-related functions). The time.now() function is disabled as it introduces non-determinism and users are encouraged to use plan.run_python in the meantime while we work on a suitable replacement.
  2. The Starlark json module (allows encode, decode and indent JSON)
  3. The Starlark struct builtin (allows you to create structs like the one used in add_service)