bueno.run package

Submodules

bueno.run.service module

The run service module.

class bueno.run.service.impl(argv: List[str])

Bases: bueno.core.service.Base

Implements the run service.

class ExtrasAction(option_strings, dest, nargs=None, **kwargs)

Bases: argparse.Action

Custom action class used for ‘extras’ argument handling.

class ImageAction(option_strings, dest, nargs=None, **kwargs)

Bases: argparse.Action

Custom action class used for ‘image’ argument handling.

class ImageActivatorAction(option_strings, dest, nargs=None, **kwargs)

Bases: argparse.Action

Custom action class used for ‘image-activator’ argument handling.

class ProgramAction(option_strings, dest, nargs, **kwargs)

Bases: argparse.Action

Custom action class used for ‘program’ argument structure verification.

start() None

Starts the service. Akin to a service main().

Module contents