package
0.0.0-20240716132614-1643519e6f91
Repository: https://github.com/triggermail/luci-go.git
Documentation: pkg.go.dev

# Functions

ParseName parses a wheel Name from its filename.
ScanDir identifies all wheel files in the immediate directory dir and returns their parsed wheel names.
WriteRequirementsFile writes a valid "requirements.txt"-style pip requirements file containing the supplied wheels.

# Structs

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 .