module documentation

Undocumented

Function download Copied from yangd0
def download(url, fname, chunk_size=1024): (source)

Copied from yangd0

Parameters
url:strremote path to download
fname:strlocal path to save to
chunk_sizesize of chunks to get