package
0.4.11
Repository: https://github.com/panzer1119/claircore.git
Documentation: pkg.go.dev

# Functions

Parse attempts to extract a PEP-440 version string from the provided string.
ParseRange takes a version specifer as described in PEP-440 and turns it into a Range, with the following exceptions: Wildcards are not implemented.

# Structs

Version repesents a canonical-ish represention of a PEP440 version.

# Type aliases

Range is a set of criteria corresponding to a range of versions.
Versions implements sort.Interface.