Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Parser ¶
type Parser struct{}
func (*Parser) Parse ¶
func (p *Parser) Parse(r xio.ReadSeekerAt) ([]types.Library, []types.Dependency, error)
Parse parses Anaconda (a.k.a. conda) environment metadata. e.g. <conda-root>/envs/<env>/conda-meta/<package>.json For details see https://conda.io/projects/conda/en/latest/user-guide/concepts/environments.html
Click to show internal directories.
Click to hide internal directories.