Switch addon lookup mechanism from parsing html page to extracting info from .gitmodules file. This simplifies logic and allows using non-Github repos. Readme for Github repos are extracted from HTML pages using regex. Gitlab pages are converted to HTML using Python Markdown lib if present, falling back to displaying raw markdown. In this case image links are converted from relative to absolute paths.
8 lines
161 B
Plaintext
8 lines
161 B
Plaintext
matplotlib==2.2.3; python_version < '3.0'
|
|
matplotlib==3.0.2; python_version >= '3.0'
|
|
PySide==1.2.4
|
|
# PySide2==5.12.0
|
|
Shiboken==1.2.2
|
|
six==1.12.0
|
|
Markdown==3.2.2
|