pylift.utilities
pylift.utilities module
License: The MIT License (MIT)
Copyright (c) 2024 Brandon C. Tapia
Attributes
Functions
|
pylift.utilities.cleanup_pylift |
|
pylift.utilities.read_json |
|
Module Contents
- pylift.utilities.cleanup_pylift(user_files: list[str] = None, temp: bool = True, antechamber: bool = True, verbose: bool = True) dict[source]
pylift.utilities.cleanup_pylift
Cleans up temporary files generated during program execution.
- Parameters:
user_files (list[str]) – List of additional file paths to be removed. Default is None.
temp (bool) – Removes all files with tmp in their name
antechamber (bool) – Removes all extraneous files generated with Antechamber
- Returns:
information regarding the success/failure of deletion
- Return type:
dict