Unpacking archives of various formats.
|
|
|
|
|
|
|
|
|
|
|
unpack_archive_over(url,
data,
destdir,
extract=None,
type=None,
start_offset=0)
Like unpack_archive, except that we unpack to a temporary directory
first and then move things over, checking that we're not following
symlinks at each stage. |
source code
|
|
|
|
unpack_archive(url,
data,
destdir,
extract=None,
type=None,
start_offset=0)
Unpack stream 'data' into directory 'destdir'. |
source code
|
|
|
|
| extract_deb(stream,
destdir,
extract=None,
start_offset=0) |
source code
|
|
|
|
| extract_rpm(stream,
destdir,
extract=None,
start_offset=0) |
source code
|
|
|
|
|
|
|
| extract_zip(stream,
destdir,
extract,
start_offset=0) |
source code
|
|
|
|
| extract_tar(stream,
destdir,
extract,
decompress,
start_offset=0) |
source code
|
|