healthgraph-api

Python Client for HealthGraph API from RunKeeper.com.


Keywords
Health, Graph, API, RunKeeper
License
GPL-2.0+
Install
pip install healthgraph-api==0.3.0

Documentation

healthgraph-api

About

Python Client Library for Health 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 registered with the Applications Portal of Health Graph. Once registered, the application will be assigned a unique client identifier and client secret for use with the Health Graph API.

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

For information on other projects you can check my GitHub Personal Page and GitHub Profile.

Download

New versions of the code are be published for download at PyPI - the Python Package Index periodically.

You can download the latest development version of this code that is hosted at GitHub either in ZIP or TAR format.

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 the included setup.py script for installation:

./setup.py install

Licensing

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

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