oasislmf.pytools.converters.data

Attributes

Functions

get_tools_by_cli(→ list[str])

Return a list of tool names supported by the given CLI command.

build_tool_info()

Generates the tools information dictionary for conversion tools from the files in TOOL_MODULE_PACKAGE

Module Contents

oasislmf.pytools.converters.data.TOOL_MODULE_PACKAGE = 'oasislmf.pytools.converters.tools'[source]
oasislmf.pytools.converters.data.get_tools_by_cli(tools_info: dict, cli_command: str) list[str][source]

Return a list of tool names supported by the given CLI command.

oasislmf.pytools.converters.data.build_tool_info()[source]

Generates the tools information dictionary for conversion tools from the files in TOOL_MODULE_PACKAGE

Returns:

tool_indo (dict): TOOL_INFO dict

oasislmf.pytools.converters.data.TOOL_INFO[source]
oasislmf.pytools.converters.data.SUPPORTED_BINTOCSV[source]
oasislmf.pytools.converters.data.SUPPORTED_CSVTOBIN[source]
oasislmf.pytools.converters.data.SUPPORTED_BINTOPARQUET[source]
oasislmf.pytools.converters.data.SUPPORTED_PARQUETTOBIN[source]