Functionsยง
- build_
npm_ purl - Build an npm PURL from components.
- build_
pypi_ purl - Build a PyPI PURL from components.
- is_
npm_ purl - Check if a PURL is an npm package.
- is_purl
- Check if a string looks like a PURL.
- is_
pypi_ purl - Check if a PURL is a PyPI package.
- parse_
npm_ purl - Parse an npm PURL to extract namespace, name, and version.
- parse_
purl - Parse a PURL into ecosystem, package directory path, and version.
Supports npm, pypi, and (with
cargofeature) cargo PURLs. - parse_
pypi_ purl - Parse a PyPI PURL to extract name and version.
- strip_
purl_ qualifiers - Strip query string qualifiers from a PURL.