Python/Wheel
< Python
Jump to navigation
Jump to search
Naming Convention
The naming format can be found under filename convention in PEP 427:
{distribution}-{version}(-{build tag})?-{python tag}-{abi tag}-{platform tag}.whl
ref: [1]
List all of the tags
pythonX.Y -m pip debug --verbose
import wheel.pep425tags print(wheel.pep425tags.get_supported())
ref: [2]