lookatme.utils.fs module

Utilities related to file systems

lookatme.utils.fs.copy_tree_update(src: str, dst: str)[source]

Copy a directory from src to dst. For each directory within src, ensure that the directory exists, and then copy each individual file in. If other files exist in that same directory in dst, leave them alone.