YouTubeDownloader v1.1.2
YouTube content downloader
|
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[PackageInfo] | update_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[PackageInfo] | l_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") | |