oasislmf.pytools.converters.data ================================ .. py:module:: oasislmf.pytools.converters.data Attributes ---------- .. autoapisummary:: oasislmf.pytools.converters.data.TOOL_MODULE_PACKAGE oasislmf.pytools.converters.data.TOOL_INFO oasislmf.pytools.converters.data.SUPPORTED_BINTOCSV oasislmf.pytools.converters.data.SUPPORTED_CSVTOBIN oasislmf.pytools.converters.data.SUPPORTED_BINTOPARQUET oasislmf.pytools.converters.data.SUPPORTED_PARQUETTOBIN Functions --------- .. autoapisummary:: oasislmf.pytools.converters.data.get_tools_by_cli oasislmf.pytools.converters.data.build_tool_info Module Contents --------------- .. py:data:: TOOL_MODULE_PACKAGE :value: 'oasislmf.pytools.converters.tools' .. py:function:: get_tools_by_cli(tools_info: dict, cli_command: str) -> list[str] Return a list of tool names supported by the given CLI command. .. py:function:: build_tool_info() Generates the tools information dictionary for conversion tools from the files in TOOL_MODULE_PACKAGE Returns: tool_indo (dict): TOOL_INFO dict .. py:data:: TOOL_INFO .. py:data:: SUPPORTED_BINTOCSV .. py:data:: SUPPORTED_CSVTOBIN .. py:data:: SUPPORTED_BINTOPARQUET .. py:data:: SUPPORTED_PARQUETTOBIN