Closed khrapovs closed 4 years ago
Nice! Thanks for a very detailed review! If you are quick to respond, I am ready to invest much more in this package.
Nice! Thanks for a very detailed review! If you are quick to respond, I am ready to invest much more in this package.
Thanks for the changes! I apologize for not having looked at this sooner. I've been a bit busy. I'll try to find some time to look at it more closely in the coming days.
This was a substantial improvement of the code base, taking it in a nice library direction. Thank you @khrapovs!
This change has the same purpose as https://github.com/petergardfjall/garminexport/pull/43. But here instead of passing a large number of arguments like
username
,password
, etc., one has to pass a single objectargs
with corresponding attributes used in the original script. No regressions are introduced, the root script is still there. The benefit is that one can use this library in another python script like so:Thanks to @tgrecojr for seeing that I am not alone in need for such a change.