Top Level Namespace

Defined in:

Constant Summary

BINTRAY_URL = "https://dl.bintray.com/"

Method Summary

Method Detail

def check_file(url, dest) #

Verify the downloaded files has the correct file size


[View source]
def clean_dir(dir) #

[View source]
def download(url, dest, replace_existing, verbose, check_downloads, errors_only) #

Recursively downloads files from bintray.


[View source]
def download_file(url, dest) #

Downloads a binary file


[View source]
def log(message, verbose, errors_only) #

Logs a progress message to the terminal.


[View source]
def make_check_file(file_path) #

Makes the path of the check validation file. This file acts as a cache so we don't have to check more than once. file_path is the file being checked


[View source]