/applehealthdata

Extract Data from Apple Health App's XML Export

Primary LanguagePythonMIT LicenseMIT

applehealthdata

Extract Data from Apple Health App's XML Export

Discussed in blog posts at http://tdda.info, including:

Various commits are tagged with version numbers of the form v1.0 etc, so you can check out a particular version with

$ git checkout v1.0

etc., provided you pull the tags

$ git pull --tags

if your copy of git isn't set up to do this by default.

NOTE: this will leave you in a "detached HEAD" state in git. You can get back to HEAD when you're finished by saying:

$ git checkout master