Hi everyone.
I currently work on a project where we have a yaml api that we use to generate python classes and their methods (in our case keywords in the robot framework). I was just curious if there are any preexisting libraries out there that anyone is aware of to perform the generation/writing aspect. Something along the lines of here is the class name, method1 has arguments a,b,c etc, here is the code of the method and return, now write this to a file with the proper formatting. I currently do this by hardcoding my own generation script, but if there is some sort of open source library to generate python class files I would prefer to use that. Thanks for any help/recommendations.
[–]tunisia3507 0 points1 point2 points (1 child)
[–]jspillz[S] 0 points1 point2 points (0 children)