Similar to #5, it would be nice to be able to do something like
kiproject = KiProject("...")
kiproject.browse()
Which opens the synapse project in the default web browser. Simply utility function but very useful.
If there's a better verb than browse, I'm fine with whatever. It might be good to be consistent with #5 (so maybe in #5 call it data_browse(), for example).
Similar to #5, it would be nice to be able to do something like
Which opens the synapse project in the default web browser. Simply utility function but very useful.
If there's a better verb than browse, I'm fine with whatever. It might be good to be consistent with #5 (so maybe in #5 call it
data_browse()
, for example).