ncsw_data.source.reaction.crd.utility.download ============================================== .. py:module:: ncsw_data.source.reaction.crd.utility.download .. autoapi-nested-parse:: The ``ncsw_data.source.reaction.crd.utility`` package ``download`` module. Classes ------- .. autoapisummary:: ncsw_data.source.reaction.crd.utility.download.ChemicalReactionDatabaseDownloadUtility Module Contents --------------- .. py:class:: ChemicalReactionDatabaseDownloadUtility The `Chemical Reaction Database (CRD) `_ download utility class. .. py:method:: download_v_reaction_smiles(version: str, output_directory_path: Union[str, os.PathLike[str]]) -> None :staticmethod: Download the data from a `v_reaction_smiles_*` version of the database. :parameter version: The version of the database. :parameter output_directory_path: The path to the output directory where the data should be downloaded.