YouTubeDownloader v1.1.2
YouTube content downloader
Loading...
Searching...
No Matches
update_py_requirements.py File Reference

Update version in requirement files. More...

Go to the source code of this file.

Classes

class  PackageInfo
 Package Information. More...
 

Namespaces

namespace  update_py_requirements
 

Functions

None create_package_summary_xls (list[PackageInfo] l_package_info)
 Update xls field with package summary.
 
PackageInfo|None get_package_info (str package)
 Upgrade package from text file to latest version.
 
list[PackageInfoupdate_packages (str filename)
 Update package from text file to latest version.
 

Variables

str FONT_NAME = "Consolas"
 
int I_TIMEOUT = 2
 
list l_all_package_info = []
 
list[PackageInfol_file_package = update_packages(req_file)
 
list L_FILES = ["requirements.txt", "constraints.txt"]
 
list L_IGNORE_PACKAGES = []
 
list L_PACKAGE_INFO_TITLE = ["Package", "Version", "Author", "Author_Mail", "License", "Homepage", "Package URL", "Requires", "Requires Py"]
 
 log = logging.getLogger("UpdatePyRequirements")
 

Detailed Description

Update version in requirement files.


Definition in file update_py_requirements.py.