python3 如何知道 whl 类型

import wheel.pep425tags as w

print(w.get_supported())

 

你可能感兴趣的:(python3 如何知道 whl 类型)