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:
  • src (Union[Path, str]) – The source archive to grab from.

  • dst_label (str) – (default: '') 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.

  • name – Human friendly name for logger output, with sensible default.