On Tue, Apr 7, 2015 at 1:05 PM, Martin Landa <landa.martin at gmail.com> wrote: > hm, is there any way how to parse command output using pygrass without > need to define your own function? Why not use: parse_key_val(s, sep='=', dflt=None, val_type=None, vsep=None) define in grass.script.utils?