stravapi package

Submodules

stravapi.client module

class stravapi.client.Client(limit=500)[source]

Bases: object

Strava object to wrap authentication and activities.

activities

Gets all activities for a given user.

Limit is set when initializing and cannot be overwritten here. :return: list of Activity objects

strava

Client authenticated.

Caching the object so we don’t call it every time. :return:

stravapi.stravapi module

Main code for stravapi

stravapi.stravapi.activities[source]

Defines the Interface responsible for exposing functions locally

stravapi.stravapiexceptions module

Custom exception code for stravapi

Module contents

stravapi package

Import all parts from stravapi here