wip: initial

This commit is contained in:
Yannik Schmidt
2024-02-21 06:52:44 +01:00
commit 638ebce29b
11 changed files with 193 additions and 0 deletions

11
remote.py Normal file
View File

@@ -0,0 +1,11 @@
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