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

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

Perform whatever operation is associated with the file.

Parameters:

robie – Primary class instance for Chatting Robie.

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.

Module contents#