Home | Trees | Indices | Help |
|
---|
|
Unpacking archives of various formats.
Functions | |||
bool |
|
||
str | None |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Function Details |
Deprecated: should be private |
Guess the MIME type for this resource based on its URL. Returns None if we don't know what it is.
|
Check we have the needed software to extract from an archive of the given type.
|
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. Use this when you want to unpack an unarchive into a directory which already has stuff in it.
Note: Since 0.49, the leading "extract" component is removed (unlike unpack_archive). Since: 0.28 |
Unpack stream 'data' into directory 'destdir'. If extract is given, extract just that sub-directory from the archive (i.e. destdir/extract will exist afterwards). Works out the format from the name.
|
|
Since: 0.53 |
Since: 0.24 |
Since: 0.46 |
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Mar 26 18:14:06 2013 | http://epydoc.sourceforge.net |