//
pkg.gl
Category
github.com/Panzer1119/claircore
pkg
pep440
package
0.4.11
Repository:
https://github.com/panzer1119/claircore.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
1
Files
291 SLOC
#
Functions
Parse
Parse attempts to extract a PEP-440 version string from the provided string.
ParseRange
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
Version repesents a canonical-ish represention of a PEP440 version.
#
Type aliases
Range
Range is a set of criteria corresponding to a range of versions.
Versions
Versions implements sort.Interface.