ncsw_data.source.reaction.ord.utility.formatting ================================================ .. py:module:: ncsw_data.source.reaction.ord.utility.formatting .. autoapi-nested-parse:: The ``ncsw_data.source.reaction.ord.utility`` package ``formatting`` module. Classes ------- .. autoapisummary:: ncsw_data.source.reaction.ord.utility.formatting.OpenReactionDatabaseFormattingUtility Module Contents --------------- .. py:class:: OpenReactionDatabaseFormattingUtility The `Open Reaction Database (ORD) `_ formatting utility class. .. py:method:: _parse_v_release_file(input_file_path: Union[str, os.PathLike[str]]) -> List[Tuple[Optional[str], Ellipsis]] :staticmethod: Parse a file from a `v_release_*` version of the database. :parameter input_file_path: The path to the input file. :returns: The parsed input file. .. py:method:: format_v_release(version: str, input_directory_path: Union[str, os.PathLike[str]], output_directory_path: Union[str, os.PathLike[str]], number_of_processes: int = 1) -> None :staticmethod: Format the data from a `v_release_*` version of the database. :parameter version: The version of the database. :parameter input_directory_path: The path to the input directory where the data is extracted. :parameter output_directory_path: The path to the output directory where the data should be formatted. :parameter number_of_processes: The number of processes.