analyzer.utils.file_tools¶
Attributes¶
Functions¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Module Contents¶
- analyzer.utils.file_tools.zipDirectory(path, output, skip_words=('.git', '.github', '.pytest_cache', 'tests', 'docs'), skip=(lambda fn: ...,))[source]¶
- analyzer.utils.file_tools.tarDirectory(path, output, skip_words=('.git', '.github', '.pytest_cache', 'tests', 'docs'), skip=(lambda fn: ...,), mode='w')[source]¶