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

file:./
               state = STATIC
          created by   root:
            supplies   file:data+0.3.txt
            supplies   file:data-1.2.txt
            supplies   file:helper.py
            supplies   file:plan.py
            supplies   file:settings.py
            supplies   file:work.py
            supplies   step:runpy ./plan.py
            supplies   step:runpy ./work.py plan
            supplies   step:runpy ./work.py run +0.3
            supplies   step:runpy ./work.py run -- -1.2

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:helper.py
             creates   file:settings.py
             creates   file:work.py
             creates   step:runpy ./work.py plan

file:helper.py
               state = STATIC
          created by   step:runpy ./plan.py
            consumes   file:./
            supplies   step:runpy ./work.py plan
            supplies   step:runpy ./work.py run +0.3
            supplies   step:runpy ./work.py run -- -1.2

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

file:work.py
               state = STATIC
          created by   step:runpy ./plan.py
            consumes   file:./
            supplies   step:runpy ./work.py plan
            supplies   step:runpy ./work.py run +0.3
            supplies   step:runpy ./work.py run -- -1.2

step:runpy ./work.py plan
               state = SUCCEEDED
             env_var = STEPUP_PATH_FILTER [amended]
          created by   step:runpy ./plan.py
            consumes   file:./
            consumes   file:helper.py [amended]
            consumes   file:settings.py [amended]
            consumes   file:work.py
             creates   step:runpy ./work.py run +0.3
             creates   step:runpy ./work.py run -- -1.2

step:runpy ./work.py run +0.3
               state = SUCCEEDED
             env_var = STEPUP_PATH_FILTER [amended]
          created by   step:runpy ./work.py plan
            consumes   file:./
            consumes   file:helper.py [amended]
            consumes   file:work.py
             creates   file:data+0.3.txt
            supplies   file:data+0.3.txt

file:data+0.3.txt
               state = BUILT
          created by   step:runpy ./work.py run +0.3
            consumes   file:./
            consumes   step:runpy ./work.py run +0.3

step:runpy ./work.py run -- -1.2
               state = SUCCEEDED
             env_var = STEPUP_PATH_FILTER [amended]
          created by   step:runpy ./work.py plan
            consumes   file:./
            consumes   file:helper.py [amended]
            consumes   file:work.py
             creates   file:data-1.2.txt
            supplies   file:data-1.2.txt

file:data-1.2.txt
               state = BUILT
          created by   step:runpy ./work.py run -- -1.2
            consumes   file:./
            consumes   step:runpy ./work.py run -- -1.2
