dss.examples#
Help/utility functions for the documentation and examples
Module Contents#
Functions#
This will try to download the snapshot of |
API#
- dss.examples.download_examples(target_path: Union[pathlib.Path, str], error_if_exists=False, repo_name='dss_python')#
- dss.examples.download_repo_snapshot(target_path: Union[pathlib.Path, str], error_if_exists=False, repo_name='dss_python', use_version=True) bool#
This will try to download the snapshot of
repo_name(from DSS-Extensions) as a zip file, decompressing it insidetarget_path, renaming the resulting folder torepo_name.The file will be decompressed inside
target_pathfirst to avoid potential issues with moving across different filesystems.