Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPythonIndexCataloger ¶
func NewPythonIndexCataloger(cfg CatalogerConfig) *generic.Cataloger
NewPythonIndexCataloger returns a new cataloger for python packages referenced from poetry lock files, requirements.txt files, and setup.py files.
func NewPythonPackageCataloger ¶
NewPythonPackageCataloger returns a new cataloger for python packages within egg or wheel installation directories.
Types ¶
type CatalogerConfig ¶ added in v0.86.0
type CatalogerConfig struct {
GuessUnpinnedRequirements bool
}
func DefaultCatalogerConfig ¶ added in v0.86.0
func DefaultCatalogerConfig() CatalogerConfig
type Dependency ¶ added in v0.21.0
Click to show internal directories.
Click to hide internal directories.