goconda

package module
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2024 License: MIT Imports: 4 Imported by: 0

README

go-conda

Go library to interact with conda.

Documentation

Index

Constants

View Source
const (
	Install  verb = "install"
	Download      = "download"
)

Variables

View Source
var (
	ErrNoPackageName = errors.New("Package name not specified.")
	ErrNoVerb        = errors.New("Verb not specified.")
)

Functions

func New

func New(binaryName string, downloadPath string, condaPath string) *conda

Start a new Conda command. https://docs.anaconda.com/free/working-with-conda/

Types

type PackageInfo

type PackageInfo struct {
	PackageName string
	Channel     string
}

type RunOptions added in v0.1.1

type RunOptions struct {
	Output *os.File
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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