Python Client Library for Health Graph API (http://developer.runkeeper.com/healthgraph). The API is used for accessing RunKeeper.com (http://runkeeper.com) for retrieving, updating, deleting and uploading Fitness Activity and Health Measurements Information.

aouyar aouyar Last update: Dec 29, 2020

healthgraph-api

About

Python Client Library forHealth Graph API.The API can be used for accessing RunKeeper for retrieving,updating, deleting and uploading Fitness Activity and Health Measurement Information.

The Health Graph API uses OAuth 2.0 for security. Every application must be registeredwith the Applications Portal of Health Graph.Once registered, the application will be assigned a unique client identifier andclient secret for use with the Health Graph API.

More detailed and updated information for the project is published in theHealth Graph API Project Web Page.

For information on other projects you can checkmy GitHub Personal Pageand GitHub Profile.

Download

New versions of the code are be published for downloadat PyPI - the Python Package Indexperiodically.

You can download the latest development version of this code that is hostedat [GitHub](https://github.com/{{ site.user }}/{{ page.prjname }}) eitherin ZIPor TARformat.

You can also get the latest development version of the code by cloning
the Git repository for the project by running:

git clone git://github.com/aouyar/healthgraph-api

Installation

The easiest way to install the code is to use pip.

Install the newest version from PyPI:

pip install healthgraph-api

Install the latest development version:

pip install git+https://github.com/aouyar/healthgraph-api.git#egg=healthgraph-api

The other option is to download and uncompress the code manually and execute theincluded setup.py script for installation:

./setup.py install

Licensing

Healthgraph-API is copyrighted free software made available under the terms of theGPL License Version 3 or later.

See the COPYING file that acompanies the code for full licensing information.

Tags:

Subscribe to our newsletter