Versions in this module Expand all Collapse all v1 v1.1.1 Feb 25, 2026 Changes in this version + func RunScriptWithLogging(ctx context.Context, python string, args ...string) *log.Status + type StdioExec struct + func NewStdioExec(ctx context.Context, command string, args ...string) (*StdioExec, *log.Status) + func (s *StdioExec) Close() + func (s *StdioExec) Process(input string) (string, *log.Status) + func (s *StdioExec) ProcessBytes(input []byte) (string, *log.Status)