fab.steps.grab.archive module#
- fab.steps.grab.archive.grab_archive(config, src, dst_label='')#
Copy source from an archive into the project folder.
- Parameters:
dst_label (
str
) – The name of a sub folder, in the project workspace, in which to put the source. If not specified, the code is copied into the root of the source folder. (default:''
)name – Human friendly name for logger output, with sensible default.