Perhaps: http://code.google.com/p/python-graph/
On Tue, Aug 2, 2011 at 8:03 PM, Rita <rmorgan...@gmail.com> wrote: > Hello, > > This isn't much of a python question but a general algorithm question. > > I plan to input the following string and I would like to generate something > like this. > > input: a->(b,c)->d > output: > parent a, child b c > parent b c child d > > Are there any libraries or tools which will help me evaluate items like > this better? I am mostly looking for syntax and sanity checking. > > Any thoughts? > > > > > > -- > --- Get your facts first, then you can distort them as you please.-- > > -- > http://mail.python.org/mailman/listinfo/python-list > >
-- http://mail.python.org/mailman/listinfo/python-list