enhomie.execution package#
Submodules#
enhomie.execution.action module#
- enhomie.execution.action.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.
enhomie.execution.backup module#
- enhomie.execution.backup.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.
enhomie.execution.config module#
- enhomie.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.
- enhomie.execution.config.operation(config: HomieConfig) None[source]#
Perform whatever operation is associated with the file.
- Parameters:
config – Primary class instance for configuration.
enhomie.execution.crypts module#
- enhomie.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.
- enhomie.execution.crypts.operation(config: HomieConfig) None[source]#
Perform whatever operation is associated with the file.
- Parameters:
config – Primary class instance for configuration.
enhomie.execution.desired module#
- enhomie.execution.desired.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.
enhomie.execution.dumped module#
- enhomie.execution.dumped.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.
enhomie.execution.persist module#
- enhomie.execution.persist.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.
enhomie.execution.restful module#
- enhomie.execution.restful.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.
enhomie.execution.service module#
- enhomie.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.