Versions in this module Expand all Collapse all v1 v1.1.0 Mar 5, 2026 Changes in this version + type Generator struct + BaseDir string + Files map[string]string + Report analyzer.Report + func New(report analyzer.Report) *Generator + func (g *Generator) Generate() (string, error) + func (g *Generator) SetBaseDir(dir string) + type PyField struct + Name string + Optional bool + Type string + type PyFunction struct + Base64 string + ClassName string + Name string + Parameters []PyParameter + ReturnType string + Type string + type PyParameter struct + Name string + Optional bool + Type string + type PyStruct struct + Name string + OptionalFields []PyField + RequiredFields []PyField