__init__ ([insecure, cacert])
|
|
create_parser ([parser])
|
|
destination ()
|
|
get_binary_file (url)
|
Retrieve the specified url and write as a binary file |
get_binary_file_from_zip_archive (url, srcname)
|
|
get_file (url, binary)
|
|
get_gzipped_binary_file (url)
|
|
get_os_version ([normalize])
|
Return a standardized representation of the OS version |
get_platform_url (urlmap)
|
Select the url for this platform |
get_sysinfo ()
|
Return a tuple (platform_name, bits) for the current system |
get_tar_archive (url[, dirOffset])
|
|
get_text_file (url)
|
Retrieve the specified url and write as a text file |
get_url (urlmap)
|
DEPRECATED. |
get_zip_archive (url[, dirOffset])
|
|
parse_args (argv)
|
|
retrieve_url (url)
|
Return the contents of a URL as an io.BytesIO object |
set_destination_filename (default)
|
|