python

package
v0.7.0-beta.9 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2018 License: MPL-2.0 Imports: 9 Imported by: 2

Documentation

Overview

Package python provides analysers for Python projects.

A `BuildTarget` in Python is the directory of the Python project, generally containing `requirements.txt` or `setup.py`.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FromRequirements

func FromRequirements(reqs []pip.Requirement) []pkg.Import

func FromTree

func FromTree(tree []pip.DepTree) ([]pkg.Import, map[pkg.ID]pkg.Package)

Types

type Analyzer

type Analyzer struct {
	PythonCmd     string
	PythonVersion string

	Pip     pip.Pip
	Options Options
}

func New

func New(opts map[string]interface{}) (*Analyzer, error)

func (*Analyzer) Analyze

func (a *Analyzer) Analyze(m module.Module) (module.Module, error)

func (*Analyzer) Build

func (a *Analyzer) Build(m module.Module) error

func (*Analyzer) Clean

func (a *Analyzer) Clean(m module.Module) error

Clean logs a warning and does nothing for Python.

func (*Analyzer) Discover

func (a *Analyzer) Discover(dir string) ([]module.Module, error)

Discover constructs modules in all directories with a `requirements.txt` or `setup.py`.

func (*Analyzer) IsBuilt

func (a *Analyzer) IsBuilt(m module.Module) (bool, error)

type Options

type Options struct {
	Strategy         string `mapstructure:"strategy"`
	RequirementsPath string `mapstructure:"requirements"`
	VirtualEnv       string `mapstructure:"venv"`
}

Jump to

Keyboard shortcuts

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