Tags: matin/garth
Tags
Created quick PR for USER_AGENT fix (#74) * Updated USER_AGENT string * Update garth/http.py Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * bump version and lint * remove support for 3.8 * remove 3.8 --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Matin Tamizi <[email protected]>
Adding anaconda dev container (#30). Closes #31 * Adding anaconda dev container Adding dev container to VSCode to enable local execution. * Make awake_sleep_seconds optional and support None I have some days in my Garmin Sleep data where I have no restless moments sleeping this results in an error daily_sleep_dto.awake_sleep_seconds Input should be a valid integer [type=int_type, input_value=None, input_type=NoneType] * pre-commit actions * bump version again * Removing unnecessary comments Removing the unnecessary comments from the devcontainer.json and docker files. * Fixing validation errors for SleepData I had a strange sleep report when crossing timezones flying back from Europe where the sleep score was INVALID and values were missing. Making the missing values optional to remove validation errors. * fix lint --------- Co-authored-by: Matin Tamizi <[email protected]>
Add additional data models (#28) * sleep movement is not always returned * abstract class Data * HRVData.list() * UserProfile * UserSettings * new recording of user_profile * remove unneeded line * add UserProfile and UserSettings to README * bump version
PreviousNext