Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteRequirementsFile ¶
WriteRequirementsFile writes a valid "requirements.txt"-style pip requirements file containing the supplied wheels.
The generated requirements will request the exact wheel senver version (using "==").
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 .
Click to show internal directories.
Click to hide internal directories.