application.builder Module

Application support.

class wpull.application.builder.Builder(args, unit_test=False)[source]

Bases: object

Application builder.

Parameters:args – Options from argparse.ArgumentParser
build() → wpull.application.app.Application[source]

Put the application together.

build_and_run()[source]

Build and run the application.

Returns:The exit status.
Return type:int
factory

Return the Factory.

Returns:An factory.Factory instance.
Return type:Factory
get_stderr()[source]

Return stderr or something else if under unit testing.