pip

package
v1.1.10 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2021 License: MPL-2.0 Imports: 11 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Constraint added in v1.0.0

type Constraint struct {
	Revision string
	Operator string
}

func (Constraint) String added in v1.0.0

func (c Constraint) String() string

type DepTree

type DepTree struct {
	Package      string `json:"package_name"`
	Resolved     string `json:"installed_version"`
	Target       string `json:"required_version"`
	Dependencies []DepTree
}

type Pip

type Pip struct {
	Cmd       string
	PythonCmd string
}

func New added in v1.0.9

func New() Pip

func (*Pip) DepTree

func (p *Pip) DepTree(dir string) ([]DepTree, *errors.Error)

func (*Pip) Install

func (p *Pip) Install(requirementsFilename string) *errors.Error

func (*Pip) List

func (p *Pip) List(dir string) ([]Requirement, *errors.Error)

type Requirement

type Requirement struct {
	Name        string
	Constraints []Constraint
}

func FromFile

func FromFile(filename string) ([]Requirement, *errors.Error)

FromFile reads a list of dependencies from the supplied `requirements.txt` formatted file.

func FromSetupPy added in v1.0.0

func FromSetupPy(filename string) ([]Requirement, *errors.Error)

func (Requirement) String

func (r Requirement) String() string

Directories

Path Synopsis
Code generated by go-bindata.
Code generated by go-bindata.

Jump to

Keyboard shortcuts

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