enrobie.execution package#

Subpackages#

Submodules#

enrobie.execution.config module#

Functions and routines associated with Enasis Network Chatting Robie.

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

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

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#

Functions and routines associated with Enasis Network Chatting Robie.

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

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

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#

Functions and routines associated with Enasis Network Chatting Robie.

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

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.

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

enrobie.execution.service.operation(robie: Robie) None[source]#

Perform whatever operation is associated with the file.

Parameters:

robie – Primary class instance for Chatting Robie.

Module contents#

Functions and routines associated with Enasis Network Chatting Robie.

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