Metadata-Version: 1.1
Name: stravalib
Version: 0.7.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-Content-Type: UNKNOWN
Description: 
        stravalib is a Python 2.7 and 3.x library that provides a simple API for interacting
        with the Strava activity tracking website.
        
        Changes in 0.7.0
        ----------------
        * Updated Activity for new attributes (#115, #122)
        * New segment attributes (JohnnyLChang ) (#106)
        * Streams for a route (drixselecta) (#101)
        * Activity Uploader improvements (bwalks) (#119)
        * Added to_dict() method to model objects (#127)
        * Added get_athlete_starred_segments (wjazdbitu) (#117)
        * Fixed glitches in activity.laps (#112)
        * Fixed bug in club.members (#110)
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
