Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SourceForge File Downloader

A lightweight Python module assisting in locating download URLs in a SourceForge repository and download the files.

Installation

pip install SourceForgeDownloader

Usage

import SourceForgeDownloader

for downloadedFile in SourceForgeDownloader.download(SFREPO, '/path/to/dir'):
    doSmthWith(downloadedFile)

See also

About

Lightweight Python module for downloading files and projects from SourceForge

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages