python

package
v0.0.0-...-f61acfb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 22, 2023 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewPythonIndexCataloger

func NewPythonIndexCataloger() *generic.Cataloger

NewPythonIndexCataloger returns a new cataloger for python packages referenced from poetry lock files, requirements.txt files, and setup.py files.

func NewPythonPackageCataloger

func NewPythonPackageCataloger() *generic.Cataloger

NewPythonPackageCataloger returns a new cataloger for python packages within egg or wheel installation directories.

Types

type Dependency

type Dependency struct {
	Hashes  []string `json:"hashes"`
	Version string   `json:"version"`
	Index   string   `json:"index"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL