Skip to content

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!

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 CLI
  • kaleido: used to export plots in various formats
  • pandas: used for data processing
  • plotly: used for plotting
  • pydantic: used for validation