ncsw_data.source.compound.coconut.utility ========================================= .. py:module:: ncsw_data.source.compound.coconut.utility .. autoapi-nested-parse:: The ``ncsw_data.source.compound.coconut.utility`` package initialization module. Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/ncsw_data/source/compound/coconut/utility/download/index /autoapi/ncsw_data/source/compound/coconut/utility/extraction/index /autoapi/ncsw_data/source/compound/coconut/utility/formatting/index Classes ------- .. autoapisummary:: ncsw_data.source.compound.coconut.utility.COCONUTCompoundDatabaseDownloadUtility ncsw_data.source.compound.coconut.utility.COCONUTCompoundDatabaseExtractionUtility ncsw_data.source.compound.coconut.utility.COCONUTCompoundDatabaseFormattingUtility Package Contents ---------------- .. py:class:: COCONUTCompoundDatabaseDownloadUtility The `COCONUT `_ chemical compound database download utility class. .. py:method:: download_v_2_0_by_20241126_chandrasekhar_v_et_al(version: str, output_directory_path: Union[str, os.PathLike[str]]) -> None :staticmethod: Download the data from a `v_2_0_*_by_20241126_chandrasekhar_v_et_al` 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. .. py:class:: COCONUTCompoundDatabaseExtractionUtility The `COCONUT `_ chemical compound database extraction utility class. .. py:method:: extract_v_2_0_by_20241126_chandrasekhar_v_et_al(version: str, input_directory_path: Union[str, os.PathLike[str]], output_directory_path: Union[str, os.PathLike[str]]) -> None :staticmethod: Extract the data from a `v_2_0_*_by_20241126_chandrasekhar_v_et_al` 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 downloaded. :parameter output_directory_path: The path to the output directory where the data should be extracted. .. py:class:: COCONUTCompoundDatabaseFormattingUtility The `COCONUT `_ chemical compound database formatting utility class. .. py:method:: format_v_2_0_by_20241126_chandrasekhar_v_et_al(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_2_0_*_by_20241126_chandrasekhar_v_et_al` 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.