Versions in this module Expand all Collapse all v0 v0.1.0 Dec 22, 2025 Changes in this version + type PythonPlugin struct + func (p *PythonPlugin) DetectProject(path string) bool + func (p *PythonPlugin) GetDefaultTasks(project *api.Project) []api.Task + func (p *PythonPlugin) GetDependencies(ctx context.Context, project *api.Project, workspaceRoot string) ([]api.Dependency, error) + func (p *PythonPlugin) InferProjectConfig(projectPath string, workspaceRoot string) (*api.Project, error) + func (p *PythonPlugin) Name() string + func (p *PythonPlugin) RunTask(ctx context.Context, project *api.Project, task api.Task, workspaceRoot string) error + func (p *PythonPlugin) ValidateProject(project *api.Project, workspaceRoot string) []error