ohnope.execution package#

Subpackages#

Submodules#

ohnope.execution.crypts module#

Functions and routines associated with rawberth Oh-nope IRC Services.

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

ohnope.execution.crypts.arguments(args: list[str] | None = None) dict[str, Any]#

Construct arguments which are associated with the file.

Parameters:

args – Override the source for the main arguments.

Returns:

Construct arguments from command line options.

ohnope.execution.crypts.execution(args: list[str] | None = None) None#

Perform whatever operation is associated with the file.

Parameters:

args – Override the source for the main arguments.

ohnope.execution.crypts.operation(config: OhnopeConfig) None#

Perform whatever operation is associated with the file.

Parameters:

config – Primary class instance for configuration.

ohnope.execution.service module#

Functions and routines associated with rawberth Oh-nope IRC Services.

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

ohnope.execution.service.arguments(args: list[str] | None = None) dict[str, Any]#

Construct arguments which are associated with the file.

Parameters:

args – Override the source for the main arguments.

Returns:

Construct arguments from command line options.

ohnope.execution.service.execution(args: list[str] | None = None) None#

Perform whatever operation is associated with the file.

Parameters:

args – Override the source for the main arguments.

ohnope.execution.service.operation(ohnope: Ohnope) None#

Perform whatever operation is associated with the file.

Parameters:

ohnope – Primary class instance of project parent.

Module contents#

Functions and routines associated with rawberth Oh-nope IRC Services.

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