environment

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2020 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Activate

func Activate(envName string) error

func Create

func Create(conf *Config) error

func Deactivate

func Deactivate() error

func ListEnvironments

func ListEnvironments() error

func Remove

func Remove(envName string) error

func Status

func Status() error

Types

type Config

type Config struct {
	Name          string
	Python        string
	ProjectDir    string
	Dependencies  map[string]string
	ContainerArgs map[string]string
	Aliases       map[string]struct {
		Cmd   string
		Ports []int
	}
}

type RawConfig

type RawConfig struct {
	Tool struct {
		Pydockenv *Config
	}
}

Jump to

Keyboard shortcuts

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