Installation
You can install the Apple Health Parser Python package using your favourite package manager.
pip install apple_health_parserInstalled using pip!
poetry add apple-health-parserInstalled using poetry!
poetry add apple-health-parserInstalled using poetry!
Dependencies
Apple Health Parser comes with several dependencies. These are listed in the pyproject.toml
file at the root of the package.
The following dependencies make the bulk of the work:
click
: for the CLIkaleido
: used to export plots in various formatspandas
: used for data processingplotly
: used for plottingpydantic
: used for validation