Documentation ¶
Overview ¶
Package python provides backends for Python 2 and 3 using Poetry and pip.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PythonPipBackend = makePythonPipBackend(getPython3())
View Source
var PythonPoetryBackend = makePythonPoetryBackend(getPython3())
PythonPoetryBackend is a UPM backend for Python 3 that uses Poetry.
View Source
var WhiteSpaceChars = " \n\t"
Functions ¶
Types ¶
type PypiMap ¶
type PypiMap struct {
// contains filtered or unexported fields
}
func NewPypiMap ¶
func (*PypiMap) ModuleToPackage ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.