| __init__.py |
A purl (aka. Package URL) implementation as specified at:
https://github.com/package-url/purl-spec
|
21854 |
- |
| contrib |
|
|
- |
| py.typed |
|
0 |
- |
| utils.py |
Return a PackageURL object given an imported ``go_package``
or go module "name version" string as seen in a go.mod file.
>>> get_golang_purl(go_package="github.com/gorilla/mux v1.8.1")
PackageURL(type='golang', namespace='github.com/gorilla', name='mux', version='v1.8.1', qualifiers={}, subpath=None)
|
2586 |
- |
| validate.py |
Validate each type according to the PURL spec type definitions
|
26562 |
- |