fab.steps.grab.archive#

Functions

grab_archive(config, src[, dst_label])

Copy source from an archive into the project folder.

fab.steps.grab.archive.grab_archive(config, src, dst_label='')#

Copy source from an archive into the project folder.

Parameters:
  • src (Union[Path, str]) – The source archive to grab from.

  • 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.