root:
             version = v1
             creates   file:./
             creates   file:plan.py
             creates   step:./plan.py

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

file:./
                path = ./
               state = STATIC
          created by   root:
            supplies   file:current_plot1.json
            supplies   file:current_plot2.json
            supplies   file:plan.py
            supplies   file:plot1.svg
            supplies   file:plot2.svg
            supplies   step:./plan.py
            supplies   step:python -m stepup.reprep.unplot plot1.svg current_plot1.json
            supplies   step:python -m stepup.reprep.unplot plot2.svg current_plot2.json

step:./plan.py
             workdir = ./
             command = ./plan.py
               state = SUCCEEDED
          created by   root:
            consumes   file:./
            consumes   file:plan.py
             creates   file:plot1.svg
             creates   file:plot2.svg
             creates   step:python -m stepup.reprep.unplot plot1.svg current_plot1.json
             creates   step:python -m stepup.reprep.unplot plot2.svg current_plot2.json

file:plot1.svg
                path = plot1.svg
               state = STATIC
          created by   step:./plan.py
            consumes   file:./
            supplies   step:python -m stepup.reprep.unplot plot1.svg current_plot1.json

file:plot2.svg
                path = plot2.svg
               state = STATIC
          created by   step:./plan.py
            consumes   file:./
            supplies   step:python -m stepup.reprep.unplot plot2.svg current_plot2.json

step:python -m stepup.reprep.unplot plot1.svg current_plot1.json
             workdir = ./
             command = python -m stepup.reprep.unplot plot1.svg current_plot1.json
               state = SUCCEEDED
          created by   step:./plan.py
            consumes   file:./
            consumes   file:plot1.svg
             creates   file:current_plot1.json
            supplies   file:current_plot1.json

file:current_plot1.json
                path = current_plot1.json
               state = BUILT
          created by   step:python -m stepup.reprep.unplot plot1.svg current_plot1.json
            consumes   file:./
            consumes   step:python -m stepup.reprep.unplot plot1.svg current_plot1.json

step:python -m stepup.reprep.unplot plot2.svg current_plot2.json
             workdir = ./
             command = python -m stepup.reprep.unplot plot2.svg current_plot2.json
               state = SUCCEEDED
          created by   step:./plan.py
            consumes   file:./
            consumes   file:plot2.svg
             creates   file:current_plot2.json
            supplies   file:current_plot2.json

file:current_plot2.json
                path = current_plot2.json
               state = BUILT
          created by   step:python -m stepup.reprep.unplot plot2.svg current_plot2.json
            consumes   file:./
            consumes   step:python -m stepup.reprep.unplot plot2.svg current_plot2.json
