ncsw_data.source.compound.zinc.utility.download =============================================== .. py:module:: ncsw_data.source.compound.zinc.utility.download .. autoapi-nested-parse:: The ``ncsw_data.source.compound.zinc.utility`` package ``download`` module. Classes ------- .. autoapisummary:: ncsw_data.source.compound.zinc.utility.download.ZINCCompoundDatabaseDownloadUtility Module Contents --------------- .. py:class:: ZINCCompoundDatabaseDownloadUtility The `ZINC `_ chemical compound database download utility class. .. py:method:: download_v_building_block(version: str, output_directory_path: Union[str, os.PathLike[str]]) -> None :staticmethod: Download the data from a `v_building_block_*` 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:method:: download_v_catalog(version: str, output_directory_path: Union[str, os.PathLike[str]]) -> None :staticmethod: Download the data from a `v_catalog_*` 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.