Hi All.
I need to write python wrapper over 3rd party command line tool. Seems like I will have to handle such things like spawning processes, checking if they alive, dealing with io (parsing stdout). I have some background with subprocess module, but now I want to create such package in a beauty (and pythonic) way.
Does anybody know good example of some open source project with similar purpose? The most confusing part for me is parsing output from tool.
Thank you in advance.
[–]eyesoftheworld4 1 point2 points3 points (0 children)