If I could get the table from print_dumps built it would be perfect for my project which relied on your version of vcdvcd. For instance, returning a list of the signals in order, and a 2D array of the values as they are typically printed with each line (or timestamp) being a new inner array i.e. [[sig1_val0, sig2_val0, sig3_val0, ...], [sig1_val1, sig2_val1, sig3_val1, ....],...] would be simply awesome.
Is this possible to do? I tried to install the editable version but pip wouldn't let me as it said it couldn't find setup.py. I looked at the code for vcdvcd but couldn't quite figure out what I'd do to return these values myself. I admit python is not my native language...