Package archive :: Module tools
[hide private]
[frames] | no frames]

Module tools

source code

Archiving operations.

Classes [hide private]
  Tool
Tool abstract class.
  SevenZipArchiver
Creates task definitions for executing 7zip archive operations.
  ZipArchiver
Creates task definitions for executing zip archive operations.
  Remover
Creates task definitions for executing zip archive operations.
Functions [hide private]
 
get_tool(name)
Return a tool using its id name.
source code
Variables [hide private]
  _logger = logging.getLogger('archive')
  TOOL_CONSTRUCTORS = {'zip': ZipArchiver, '7za': SevenZipArchiv...
Variables Details [hide private]

TOOL_CONSTRUCTORS

Value:
{'zip': ZipArchiver, '7za': SevenZipArchiver, 'remover': Remover}