vangorra / python_withings_api

Library for the Withings Health API
MIT License
101 stars 34 forks source link

Scanwatch #50

Closed deniswal closed 3 years ago

deniswal commented 3 years ago

Hi,

I have run and fixed some to be able to load data from the ScanWatch.

I have also a need for a yaml data export.

Please have a look, if you are interested by those changes.

vangorra commented 3 years ago

The recordclass dependency makes the data classes mutable. I have no intention to support any mutability. This PR #52 however should make it easier to export and import the data as the data classes are using pydantic for parsing. https://pydantic-docs.helpmanual.io/usage/exporting_models/