bibliopixel.builder.runner module

class bibliopixel.builder.runner.Runner(builder)[source]

Bases: object

Class that makes sure that a single builder is running.

classmethod instance()[source]

Return the unique instance of Runner, if any, or None

start(threaded)[source]

Creates and starts the project.

stop()[source]

Stop the Runner if it’s running. Called as a classmethod, stop the running instance if any.