Metadata-Version: 1.1
Name: healthgraph-api
Version: 0.2.2
Summary: Python Client for HealthGraph API from RunKeeper.com.
Home-page: http://aouyar.github.com/healthgraph-api
Author: Ali Onur Uyar
Author-email: aouyar at gmail.com
License: GPL
Description: healthgraph-api
        ===============
        
        About
        -----
        
        Python Client Library for 
        [Health Graph API](http://developer.runkeeper.com/healthgraph). 
        The API can be used for accessing [RunKeeper](http://runkeeper.com) 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](http://runkeeper.com/partner). 
        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](http://aouyar.github.com/healthgraph-api/).
        
        For information on other projects you can check 
        my [GitHub Personal Page](http://aouyar.github.com)
        and [GitHub Profile](https://github.com/aouyar).
        
        
        Download
        --------
        
        New versions of the code are be published for download 
        at [PyPI - the Python Package Index](http://pypi.python.org/pypi/healthgraph-api) 
        periodically.
        
        You can download the latest development version of this code that is hosted 
        at [GitHub](https://github.com/{{ site.user }}/{{ page.prjname }}) either
        in [ZIP](https://github.com/aouyar/healthgraph-api/zipball/master)
        or [TAR](https://github.com/aouyar/healthgraph-api/tarball/master) 
        format.
        
        You can also get the latest development version of the code by cloning  
        the [Git](http://git-scm.com) 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](http://www.pip-installer.org/).
        
        Install the newest version from [PyPI](http://pypi.python.org/pypi/healthgraph-api):
        
        	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.
        
Keywords: Health,Graph,API,RunKeeper
Platform: UNKNOWN
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
