Parse Apple Health App dump conveniently and create visualizations.
Project description
Health Tracking
This repository provides some notebooks to analyze the Apple Health App data export dump as well as visualizations.
Description
Add the exported dump (see here for information), usally named export.zip, into the directory data/raw/export.zip. The AppleHealthParser is able to unzip and parse it.
Install the package as shown in the installation section. Or simply use:
pip install health-tracking
Installation
In order to set up the necessary environment:
- create an environment
health-trackingwith the help of conda,conda env create -f environment.yaml - activate the new environment with
conda activate health-tracking - install
health-trackingwith:python setup.py install # or `develop`
Optional and needed only once after git clone:
-
install several pre-commit git hooks with:
pre-commit installand checkout the configuration under
.pre-commit-config.yaml. The-n, --no-verifyflag ofgit commitcan be used to deactivate pre-commit hooks temporarily. -
install nbstripout git hooks to remove the output cells of committed notebooks with:
nbstripout --install --attributes notebooks/.gitattributesThis is useful to avoid large diffs due to plots in your notebooks. A simple
nbstripout --uninstallwill revert these changes.
Then take a look into the scripts and notebooks folders.
Dependency Management & Reproducibility
- Always keep your abstract (unpinned) dependencies updated in
environment.yamland eventually insetup.cfgif you want to ship and install your package viapiplater on. - Create concrete dependencies as
environment.lock.yamlfor the exact reproduction of your environment with:
For multi-OS development, consider usingconda env export -n health-tracking -f environment.lock.yaml--no-buildsduring the export. - Update your current environment with respect to a new
environment.lock.yamlusing:conda env update -f environment.lock.yaml --prune
Note
This project has been set up using PyScaffold 3.2.3. For details and usage information on PyScaffold see https://pyscaffold.org/.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file health-tracking-0.1.1.tar.gz.
File metadata
- Download URL: health-tracking-0.1.1.tar.gz
- Upload date:
- Size: 23.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e85ea1d9ade1735b641264c41a7e6a5596660a90d17e00785184c80fb0c9792
|
|
| MD5 |
81252bf641fb8bae05d2ffe367db0b59
|
|
| BLAKE2b-256 |
af1b22ce3c0f4e536f355e8fee9aaa260ddad090aebe0248d4c3c4c3ef5abfd9
|
File details
Details for the file health_tracking-0.1.1-py2.py3-none-any.whl.
File metadata
- Download URL: health_tracking-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b84286d797f7ae30a92566e1ff21737d20eb30d929a109b8dd3f3de005c5705
|
|
| MD5 |
561148da9aa489d1af703687658f64d1
|
|
| BLAKE2b-256 |
83140e3c3b008f957c6c09c4725c5b9e960e584d52f34f8fc0c14e6871da3f51
|