commands¶
Classes
Functions
- capture(command, cwd=None, command_input=None)[source]¶
- Parameters:
command (str)
cwd (StrOrBytesPath | None)
command_input (str | None)
- Return type:
tuple[str, str, int]
- get_dir_layout(dirpath)[source]¶
Get list of paths relative to dirpath of all files in dir and subdirs recursively.
- Parameters:
dirpath (Path)
- Return type:
Generator[str, None, None]