A lightweight Python module assisting in locating download URLs in a SourceForge repository and download the files.
pip install SourceForgeDownloaderimport SourceForgeDownloader
for downloadedFile in SourceForgeDownloader.download(SFREPO, '/path/to/dir'):
doSmthWith(downloadedFile)