def get_meta_all(backend): '''Get a list of all software metadata on the remote''' pass def download_software(backend, software, progress_callback=None): '''Download a software from the remote''' pass def download_pictures(backend, software): '''Downloads the pictures/thumbnails for a software''' pass