Documentation ¶
Index ¶
Constants ¶
View Source
const ( PythonPackageTypeIdentifier = "pypi://" CurationPipMinimumVersion = "23.0.0" )
Variables ¶
This section is empty.
Functions ¶
func BuildDependencyTree ¶
func SetPipVirtualEnvPath ¶
Execute virtualenv command: "virtualenv venvdir" / "python3 -m venv venvdir" and set path
Types ¶
type AuditPython ¶
type AuditPython struct { Server *config.ServerDetails Tool pythonutils.PythonTool RemotePypiRepo string PipRequirementsFile string InstallCommandArgs []string IsCurationCmd bool }
Click to show internal directories.
Click to hide internal directories.