root:
             creates   file:./
             creates   file:plan.py
             creates   step:runpy ./plan.py

file:./
               state = STATIC
          created by   root:
            supplies   file:out.svg
            supplies   file:plan.py
            supplies   file:weather.typ
            supplies   step:compile-typst weather.typ --out=out.svg
            supplies   step:runpy ./plan.py

file:plan.py
               state = STATIC
          created by   root:
            consumes   file:./
            supplies   step:runpy ./plan.py

step:runpy ./plan.py
               state = SUCCEEDED
             env_var = REPREP_KEEP_TYPST_DEPS [amended]
                     = REPREP_TYPST_INVENTORY [amended]
          created by   root:
            consumes   file:./
            consumes   file:plan.py
             creates   file:weather.typ
             creates   step:compile-typst weather.typ --out=out.svg

file:weather.typ
               state = STATIC
          created by   step:runpy ./plan.py
            consumes   file:./
            supplies   step:compile-typst weather.typ --out=out.svg

step:compile-typst weather.typ --out=out.svg
               state = SUCCEEDED
             env_var = REPREP_TYPST [amended]
                     = REPREP_TYPST_ARGS [amended]
          created by   step:runpy ./plan.py
            consumes   file:./
            consumes   file:weather.typ
             creates   file:out.svg
            supplies   file:out.svg

file:out.svg
               state = BUILT
          created by   step:compile-typst weather.typ --out=out.svg
            consumes   file:./
            consumes   step:compile-typst weather.typ --out=out.svg
