I have some text which I will process to generate a uml sequence diagram image. I can process the text in python or perl into a format of an existing ‘text to uml’ tools but I’m trying to eliminate that extra step and give the image output directly from the python/perl script.
Are there any python or perl packages/modules I can use?
There are several perl modules which do this in Perl, see UML::State.
From the synopsis:
CPAN is your friend.:)