download tar.gz files

This commit is contained in:
2022-08-04 16:27:16 +03:00
parent 086085d031
commit 127f03c434

View File

@@ -14,7 +14,7 @@ print_help() {
search_package() {
local package=$1
curl https://pypi.org/project/$package/\#files -s | grep -Eo https://files\.+\.+whl | grep -Ev 'macos|arch|arm|cp27' > urls.txt
curl https://pypi.org/project/$package/\#files -s | grep -Eo https://files\.+\.+tar.gz > urls.txt
}
download_package() {