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

file:./
               state = STATIC
          created by   root:
            supplies   file:plan.py
            supplies   file:sub/
            supplies   step:copy sub/inp.txt sub/tmp.txt
            supplies   step:copy sub/tmp.txt sub/out.txt
            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 = STEPUP_PATH_FILTER [amended]
          created by   root:
            consumes   file:./
            consumes   file:plan.py
             creates   file:sub/
             creates   file:sub/inp.txt
             creates   step:copy sub/inp.txt sub/tmp.txt
             creates   step:copy sub/tmp.txt sub/out.txt

file:sub/
               state = STATIC
          created by   step:runpy ./plan.py
            consumes   file:./
            supplies   file:sub/inp.txt
            supplies   file:sub/out.txt
            supplies   file:sub/tmp.txt
            supplies   step:copy sub/inp.txt sub/tmp.txt
            supplies   step:copy sub/tmp.txt sub/out.txt

file:sub/inp.txt
               state = STATIC
          created by   step:runpy ./plan.py
            consumes   file:sub/
            supplies   step:copy sub/inp.txt sub/tmp.txt

step:copy sub/inp.txt sub/tmp.txt
               state = SUCCEEDED
          created by   step:runpy ./plan.py
            consumes   file:./
            consumes   file:sub/
            consumes   file:sub/inp.txt
             creates   file:sub/tmp.txt
            supplies   file:sub/tmp.txt

file:sub/tmp.txt
               state = BUILT
          created by   step:copy sub/inp.txt sub/tmp.txt
            consumes   file:sub/
            consumes   step:copy sub/inp.txt sub/tmp.txt
            supplies   step:copy sub/tmp.txt sub/out.txt

step:copy sub/tmp.txt sub/out.txt
               state = SUCCEEDED
          created by   step:runpy ./plan.py
            consumes   file:./
            consumes   file:sub/
            consumes   file:sub/tmp.txt
             creates   file:sub/out.txt
            supplies   file:sub/out.txt

file:sub/out.txt
               state = BUILT
          created by   step:copy sub/tmp.txt sub/out.txt
            consumes   file:sub/
            consumes   step:copy sub/tmp.txt sub/out.txt
