enrobie.execution package#
Submodules#
enrobie.execution.config module#
- enrobie.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.
- enrobie.execution.config.operation(config: RobieConfig) None[source]#
Perform whatever operation is associated with the file.
- Parameters:
config – Primary class instance for configuration.
enrobie.execution.crypts module#
- enrobie.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.
- enrobie.execution.crypts.operation(config: RobieConfig) None[source]#
Perform whatever operation is associated with the file.
- Parameters:
config – Primary class instance for configuration.
enrobie.execution.service module#
- enrobie.execution.service.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.