Metadata-Version: 2.1
Name: apple-health-parser
Version: 0.1.0
Summary: Apple Health data parser
Home-page: https://github.com/alxdrcirilo/apple-health-parser
License: MIT
Author: Alexandre Cirilo
Author-email: 38657258+alxdrcirilo@users.noreply.github.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: kaleido (==0.2.1)
Requires-Dist: pandas (>=2.2.2,<3.0.0)
Requires-Dist: plotly (>=5.22.0,<6.0.0)
Requires-Dist: pydantic (>=2.7.1,<3.0.0)
Project-URL: Repository, https://github.com/alxdrcirilo/apple-health-parser
Description-Content-Type: text/markdown

# Apple Health Parser

![logo](https://raw.githubusercontent.com/alxdrcirilo/apple-health-parser/main/docs/assets/images/header.svg)

[![commit lint and release - workflow](https://github.com/alxdrcirilo/apple-health-parser/actions/workflows/release.yaml/badge.svg?event=workflow_run)](https://github.com/alxdrcirilo/apple-health-parser/actions/workflows/release.yaml)
[![coverage - workflow](https://github.com/alxdrcirilo/apple-health-parser/actions/workflows/coverage.yaml/badge.svg?event=workflow_run)](https://github.com/alxdrcirilo/apple-health-parser/actions/workflows/coverage.yaml)
[![coverage](https://coveralls.io/repos/github/alxdrcirilo/apple-health-parser/badge.svg?branch=main)](https://coveralls.io/github/alxdrcirilo/apple-health-parser?branch=main)
[![python version](https://img.shields.io/badge/python-3.11|3.12-blue)](https://www.python.org/)
[![poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
[![ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![license](https://img.shields.io/badge/license-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
<!-- TODO: Check supported Python versions -->
<!-- TODO: Add PyPi URL -->
<!-- TODO: Add PyPi monthly downloads -->

The *Apple Health Parser* Python package simplifies the extraction and analysis of health data exported from [Apple HealthKit](https://developer.apple.com/documentation/healthkit). Designed for seamless integration into data science workflows and health analytics applications, this package offers robust parsing and plotting capabilities for various health metrics stored in the Apple Health export XML format.

> :warning: This package is still in active development and has not been tested on real data coming from different sources, nor has it been tested with data originating from versions of iOS < 17.

