enhomie.execution package#
Subpackages#
- enhomie.execution.test package
- Submodules
- enhomie.execution.test.test_action module
- enhomie.execution.test.test_backup module
- enhomie.execution.test.test_config module
- enhomie.execution.test.test_crypts module
- enhomie.execution.test.test_desired module
- enhomie.execution.test.test_dumped module
- enhomie.execution.test.test_persist module
- enhomie.execution.test.test_restful module
- enhomie.execution.test.test_service module
- Module contents
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.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.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.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.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.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.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.
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.