Documentation
¶
Overview ¶
Package pypipurl converts a package to a PyPI type PackageURL.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakePackageURL ¶
func MakePackageURL(name string, version string) *purl.PackageURL
MakePackageURL returns a package URL following the purl PyPI spec: - Name is lowercased - Replaces all runs of ` _ . - ` with -
See: https://github.com/package-url/purl-spec/blob/master/PURL-TYPES.rst#pypi And: https://peps.python.org/pep-0503/#normalized-names
This function does *not* handle package names with invalid characters, and will return them as is.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.