fab.tools.ar#

This file contains the Ar class for archiving files.

Classes

Ar()

This is the base class for ar.

class fab.tools.ar.Ar#

This is the base class for ar.

create(output_fpath, members)#

Create the archive with the specified name, containing the listed members.

Parameters:
  • output_fpath (Path) – the output path.

  • members (List[Union[Path, str]]) – the list of objects to be added to the archive.