Skip to main content

This library provides functionality to parse and extract data from the XML exports of Apple Health app, enabling users to analyze and utilize their health data conveniently.

Project description

Apple health data extractor

This library provides functionality to parse and extract data from the XML exports of Apple Health app, enabling users to analyze and utilize their health data conveniently.

Features

Convert health data from XML format to JSON and CSV. Retrieve types of records present in the health data. Extract records of a specific type.

Installation

You can install the library via pip:

pip install apple-health-extractor

Usage

from apple_health_extractor import Extractor

# Initialize the extractor with the path to the XML file
extractor = Extractor("path/to/health_data.xml")

# Get the health data as JSON
json_data = extractor.get_json()

# Save the health data to a CSV file
extractor.save_to_csv()

# Get the types of records available in the health data
record_types = extractor.get_record_types()

# Get records of a specific type
specific_records = extractor.get_records("HKQuantityTypeIdentifierHeartRate")

Contributing

Contributions are welcome! Please fork the repository and open a pull request with your improvements.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

apple_health_extractor-0.1.2.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

apple_health_extractor-0.1.2-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file apple_health_extractor-0.1.2.tar.gz.

File metadata

  • Download URL: apple_health_extractor-0.1.2.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.11.1 Darwin/23.2.0

File hashes

Hashes for apple_health_extractor-0.1.2.tar.gz
Algorithm Hash digest
SHA256 21938596c72acbb02639d3ccf885a1921ea75df27f648a85b1de10e544a92fd0
MD5 9bb2589561c314dd60629895bc65a843
BLAKE2b-256 5b53c649697112bc24e4be76efe76572e27df52eb6d345f828e904b01835d96f

See more details on using hashes here.

Provenance

File details

Details for the file apple_health_extractor-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for apple_health_extractor-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 56677615b7c23475d4af7478fa768512db92ba0607a520e561885da9893ebac2
MD5 6c40c76e91b72d90ef47d619ab3779b0
BLAKE2b-256 872c1f18a090fa9947fa26d8a74919ad73d2a4b585b4c9c4dba253a8c83e315b

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page