ncsw_data.source.reaction.rhea.utility.formatting ================================================= .. py:module:: ncsw_data.source.reaction.rhea.utility.formatting .. autoapi-nested-parse:: The ``ncsw_data.source.reaction.rhea.utility`` package ``formatting`` module. Classes ------- .. autoapisummary:: ncsw_data.source.reaction.rhea.utility.formatting.RheaReactionDatabaseFormattingUtility Module Contents --------------- .. py:class:: RheaReactionDatabaseFormattingUtility The `Rhea `_ chemical reaction database formatting utility class. .. py:method:: format_v_release(version: str, input_directory_path: Union[str, os.PathLike[str]], output_directory_path: Union[str, os.PathLike[str]]) -> 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.