enhomie.execution package#

Subpackages#

Submodules#

enhomie.execution.action module#

Functions and routines associated with Enasis Network Homie Automate.

This file is part of Enasis Network software eco-system. Distribution is permitted, for more information consult the project license file.

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.action.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.

enhomie.execution.action.operation(homie: Homie) None[source]#

Perform whatever operation is associated with the file.

Parameters:

homie – Primary class instance for Homie Automate.

enhomie.execution.backup module#

Functions and routines associated with Enasis Network Homie Automate.

This file is part of Enasis Network software eco-system. Distribution is permitted, for more information consult the project license file.

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.backup.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.

enhomie.execution.backup.operation(homie: Homie) None[source]#

Perform whatever operation is associated with the file.

Parameters:

homie – Primary class instance for Homie Automate.

enhomie.execution.config module#

Functions and routines associated with Enasis Network Homie Automate.

This file is part of Enasis Network software eco-system. Distribution is permitted, for more information consult the project license file.

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.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.

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#

Functions and routines associated with Enasis Network Homie Automate.

This file is part of Enasis Network software eco-system. Distribution is permitted, for more information consult the project license file.

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.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.

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#

Functions and routines associated with Enasis Network Homie Automate.

This file is part of Enasis Network software eco-system. Distribution is permitted, for more information consult the project license file.

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.desired.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.

enhomie.execution.desired.operation(homie: Homie) None[source]#

Perform whatever operation is associated with the file.

Parameters:

homie – Primary class instance for Homie Automate.

enhomie.execution.dumped module#

Functions and routines associated with Enasis Network Homie Automate.

This file is part of Enasis Network software eco-system. Distribution is permitted, for more information consult the project license file.

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.dumped.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.

enhomie.execution.dumped.operation(homie: Homie) None[source]#

Perform whatever operation is associated with the file.

Parameters:

homie – Primary class instance for Homie Automate.

enhomie.execution.persist module#

Functions and routines associated with Enasis Network Homie Automate.

This file is part of Enasis Network software eco-system. Distribution is permitted, for more information consult the project license file.

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.persist.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.

enhomie.execution.persist.operation(homie: Homie) None[source]#

Perform whatever operation is associated with the file.

Parameters:

homie – Primary class instance for Homie Automate.

enhomie.execution.restful module#

Functions and routines associated with Enasis Network Homie Automate.

This file is part of Enasis Network software eco-system. Distribution is permitted, for more information consult the project license file.

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.restful.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.

enhomie.execution.restful.operation(homie: Homie) None[source]#

Perform whatever operation is associated with the file.

Parameters:

homie – Primary class instance for Homie Automate.

enhomie.execution.service module#

Functions and routines associated with Enasis Network Homie Automate.

This file is part of Enasis Network software eco-system. Distribution is permitted, for more information consult the project license file.

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.

enhomie.execution.service.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.

enhomie.execution.service.operation(homie: Homie) None[source]#

Perform whatever operation is associated with the file.

Parameters:

homie – Primary class instance for Homie Automate.

Module contents#

Functions and routines associated with Enasis Network Homie Automate.

This file is part of Enasis Network software eco-system. Distribution is permitted, for more information consult the project license file.