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!
uv add apple-health-parserInstalled using uv!
poetry add apple-health-parserInstalled using poetry!
uv add apple-health-parserInstalled using uv!
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