Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Name ¶
type Name struct { Distribution string Version string BuildTag string PythonTag string ABITag string PlatformTag string }
Name is a parsed Python wheel name, defined here: https://www.python.org/dev/peps/pep-0427/#file-name-convention
{distribution}-{version}(-{build tag})?-{python tag}-{abi tag}-\ {platform tag}.whl .
func ParseName ¶
ParseName parses a wheel Name from its filename.
func ScanDir ¶
ScanDir identifies all wheel files in the immediate directory dir and returns their parsed wheel names.
Click to show internal directories.
Click to hide internal directories.