FOSSology  4.5.1
Open Source License Compliance by Open Source Software
ScanDeps.Downloader.Downloader Class Reference
Collaboration diagram for ScanDeps.Downloader.Downloader:
Collaboration graph

Public Member Functions

def download_concurrently (self, list[tuple[str, str]] download_list, str save_dir)
 

Private Member Functions

str __download_package (self, str package_name, str download_url, str save_dir)
 

Detailed Description

Class for parallely downloading dependencies from download urls.

Definition at line 15 of file Downloader.py.

Member Function Documentation

◆ download_concurrently()

def ScanDeps.Downloader.Downloader.download_concurrently (   self,
list[tuple[str,str]]  download_list,
str  save_dir 
)
Download files concurrently from a list of urls

Definition at line 52 of file Downloader.py.


The documentation for this class was generated from the following file: