pipenv

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: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GraphJSON

func GraphJSON(dirname string) (string, error)

GraphJSON returns the output from `pipenv graph --json-tree`.

Types

type Cmd

type Cmd struct {
	Dir   string
	Graph func(dir string) (string, error)
}

Cmd implements Pipenv by parsing command output.

func (Cmd) Deps

func (p Cmd) Deps() (graph.Deps, error)

Deps returns the dependencies of a pipenv project.

type Pipenv

type Pipenv interface {
	Deps() (graph.Deps, error)
}

Pipenv defines the interface for all pipenv tool implementations.

func New

func New(dirname string) Pipenv

New constructs a Pipenv instance that calls the pipenv build tool.

Jump to

Keyboard shortcuts

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