pip

package
v0.7.24 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2019 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

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 (*Pip) DepTree

func (p *Pip) DepTree() ([]DepTree, error)

func (*Pip) Install

func (p *Pip) Install(requirementsFilename string) error

func (*Pip) List

func (p *Pip) List() ([]Requirement, error)

type Requirement

type Requirement struct {
	Name     string `json:"name"`
	Revision string `json:"version"`
	Operator string
}

func FromFile

func FromFile(filename string) ([]Requirement, error)

func (Requirement) String

func (r Requirement) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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