Add script to gater hashes of Pypi packages

This commit is contained in:
Erwan MATHIEU 2024-09-23 12:42:48 +02:00
parent ff6c8ee49a
commit 88c846cbd4

View File

@ -7,7 +7,7 @@ def get_package_wheel_hashes(package, version):
data = requests.get(url).json()
print(f" {package}:")
print(f" version: '{version}'")
print(f" version: \"{version}\"")
print(f" hashes:")
for url in data["urls"]: