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

file:./
               state = STATIC
          created by   root:
            supplies   file:bar.txt
            supplies   file:foo.txt
            supplies   file:plan.py
            supplies   file:static/
            supplies   step:copy static/bar.txt bar.txt
            supplies   step:copy static/foo.txt foo.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]
           explained = yes
          created by   root:
            consumes   file:./
            consumes   file:plan.py
             creates   dg:static/**
             creates   step:copy static/bar.txt bar.txt
             creates   step:copy static/foo.txt foo.txt

dg:static/**
          created by   step:runpy ./plan.py
             creates   file:static/
             creates   file:static/bar.txt
             creates   file:static/foo.txt

step:copy static/foo.txt foo.txt
               state = SUCCEEDED
           explained = yes
          created by   step:runpy ./plan.py
            consumes   file:./
            consumes   file:static/
            consumes   file:static/foo.txt
             creates   file:foo.txt
            supplies   file:foo.txt

file:static/
               state = STATIC
          created by   dg:static/**
            consumes   file:./
            supplies   file:static/bar.txt
            supplies   file:static/foo.txt
            supplies   step:copy static/bar.txt bar.txt
            supplies   step:copy static/foo.txt foo.txt

file:static/foo.txt
               state = STATIC
          created by   dg:static/**
            consumes   file:static/
            supplies   step:copy static/foo.txt foo.txt

file:foo.txt
               state = BUILT
          created by   step:copy static/foo.txt foo.txt
            consumes   file:./
            consumes   step:copy static/foo.txt foo.txt

step:copy static/bar.txt bar.txt
               state = SUCCEEDED
           explained = yes
          created by   step:runpy ./plan.py
            consumes   file:./
            consumes   file:static/
            consumes   file:static/bar.txt
             creates   file:bar.txt
            supplies   file:bar.txt

file:static/bar.txt
               state = STATIC
          created by   dg:static/**
            consumes   file:static/
            supplies   step:copy static/bar.txt bar.txt

file:bar.txt
               state = BUILT
          created by   step:copy static/bar.txt bar.txt
            consumes   file:./
            consumes   step:copy static/bar.txt bar.txt
