Unpack¶
pkglite.unpack
¶
unpack(input_file, output_dir='.', quiet=False)
¶
Unpack files from a text file into the specified directory.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
input_file
|
str | Path
|
Path to the packed file. |
required |
output_dir
|
str | Path
|
Path to the directory to unpack files into. |
'.'
|
quiet
|
bool
|
If True, suppress output messages. |
False
|