bibliopixel.builder.runner.
Runner
Bases: object
object
Class that makes sure that a single builder is running.
instance
Return the unique instance of Runner, if any, or None
start
Creates and starts the project.
stop
Stop the Runner if it’s running. Called as a classmethod, stop the running instance if any.