Metadata-Version: 1.1
Name: stravalib
Version: 0.2.0
Summary: Python library for interacting with Strava v3 REST API
Home-page: http://github.com/hozn/stravalib
Author: Hans Lellelid
Author-email: hans@xmpl.org
License: Apache
Description: 
        stravalib is a Python 2.x and 3.x library that provides a simple API for interacting 
        with the Strava activity tracking website.
        
        Changes in 0.2.0
        ----------------
        * Added core functionality for Strava API v3.
        * Mostly redesigned codebase based on drastic changes in v3 API.
        * Dropped support for API v1, v2 and the "scrape" module. 
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
