Vital is a Python client for the Vital API, enabling integration with health data from wearables and medical devices. The current version is 2.1.569, offering features like body metrics, activity, sleep, and lab results. It follows a monthly release cadence with expanding provider support.
pip install vitalNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize VitalClient with API key and environment, then fetch body vitals from a provider.
Use `from vital import VitalClient` and instantiate `VitalClient(api_key=...)`.
Use `base_url='https://api.sandbox.vital.io'` or the production URL directly.
Set environment variable VITAL_API_KEY before instantiating client, or pass as argument.
Always use 'YYYY-MM-DD' for date parameters.
No dependency data recorded yet.