python

package
v0.10.2 Latest Latest
Warning

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

Go to latest
Published: May 17, 2024 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Shell                   = "/bin/sh"
	ShellSubcommandFlag     = "-c"
	VirtualEnvBinaryFolder  = "bin"
	DefaultPythonExecutable = "python3"
)
View Source
const WINDOWS = "windows"

Variables

This section is empty.

Functions

This section is empty.

Types

type LocalOperator

type LocalOperator struct {
	// contains filtered or unexported fields
}

func NewLocalOperator

func NewLocalOperator(config *config.Config, envVariables map[string]string) *LocalOperator

func (*LocalOperator) Run

func (*LocalOperator) RunTask

type ModulePathFinder

type ModulePathFinder struct {
	PathSeparatorOverride int32
}

func (*ModulePathFinder) FindModulePath

func (m *ModulePathFinder) FindModulePath(repo *git.Repo, executable *pipeline.ExecutableFile) (string, error)

func (*ModulePathFinder) FindRequirementsTxtInPath

func (m *ModulePathFinder) FindRequirementsTxtInPath(path string, executable *pipeline.ExecutableFile) (string, error)

type NoRequirementsFoundError

type NoRequirementsFoundError struct{}

func (*NoRequirementsFoundError) Error

func (m *NoRequirementsFoundError) Error() string

Jump to

Keyboard shortcuts

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