Versions in this module Expand all Collapse all v0 v0.69.4 Mar 4, 2026 Changes in this version + type Dependency struct + Name string + Version string + type Directory struct + Path string + type Package struct + Dependencies []Dependency + Directory Directory + Name string + Version string + type Parser struct + func NewParser() *Parser + func (p *Parser) Parse(_ context.Context, r xio.ReadSeekerAt) ([]ftypes.Package, []ftypes.Dependency, error) + type Pylock struct + Packages []Package