orchestro.execution package#

Submodules#

orchestro.execution.config module#

orchestro.execution.config.arguments(args: list[str] | None = None) dict[str, Any][source]#

Construct arguments which are associated with the file.

Parameters:

args – Override the source for the main arguments.

Returns:

Construct arguments from command line options.

orchestro.execution.config.operation(config: OrcheConfig) None[source]#

Perform whatever operation is associated with the file.

Parameters:

config – Primary class instance for configuration.

orchestro.execution.config.execution(args: list[str] | None = None) None[source]#

Perform whatever operation is associated with the file.

Parameters:

args – Override the source for the main arguments.

orchestro.execution.crypts module#

orchestro.execution.crypts.arguments(args: list[str] | None = None) dict[str, Any][source]#

Construct arguments which are associated with the file.

Parameters:

args – Override the source for the main arguments.

Returns:

Construct arguments from command line options.

orchestro.execution.crypts.operation(config: OrcheConfig) None[source]#

Perform whatever operation is associated with the file.

Parameters:

config – Primary class instance for configuration.

orchestro.execution.crypts.execution(args: list[str] | None = None) None[source]#

Perform whatever operation is associated with the file.

Parameters:

args – Override the source for the main arguments.

orchestro.execution.vault module#

orchestro.execution.vault.arguments(args: list[str] | None = None) dict[str, Any][source]#

Construct arguments which are associated with the file.

Parameters:

args – Override the source for the main arguments.

Returns:

Construct arguments from command line options.

orchestro.execution.vault.operation(config: OrcheConfig) None[source]#

Perform whatever operation is associated with the file.

Parameters:

config – Primary class instance for configuration.

orchestro.execution.vault.execution(args: list[str] | None = None) None[source]#

Perform whatever operation is associated with the file.

Parameters:

args – Override the source for the main arguments.

Module contents#