robokudo.utils.data_downloader

Attributes

Functions

test_data_path(→ pathlib.Path)

Retrieve Robokudo test data, downloading and unpacking if needed.

Module Contents

robokudo.utils.data_downloader.DATA_PACKAGE_NAME: str = 'robokudo_test_data'
robokudo.utils.data_downloader.DATA_VERSION: str = 'b991b2f15cd734672f449349a9e566fb67aad81e'
robokudo.utils.data_downloader.KNOWN_HASH: str = 'sha256:b9150798870b7e7d067387dc295e661a55e2360c8c9cd944b6815d0ec59047e5'
robokudo.utils.data_downloader.URL: str
robokudo.utils.data_downloader.FILENAME: str
robokudo.utils.data_downloader.test_data_path() pathlib.Path

Retrieve Robokudo test data, downloading and unpacking if needed.

Returns:

Path to the root extracted dataset directory in the local cache.

Warning

This function performs network I/O on first use.