Skip to main content

Python client for Strava Flyby

Project description

Python client for Strava Flyby

PyPI version Build Status

Install

$ pip install strava-flyby

Usage

strava-flyby provides a convenience object wrapping of the Strava Labs Flyby API response. Next to providing a direct access to the unmodified content of the Flyby API response, the object will expose number of convenience attributes and methods to access the list of activity, ids, matches and athletes.

Jupyter notebook example with real data is here

Create a flyby object using the Strava activity ID with a help of the flyby() factory function:

from flyby import flyby
fb = flyby(activity_id=12345)
fb
>>> Flyby object with 17 matches. 
        Attributes: ids, activity, matches, athletes
        Methods: matches_to_list(), matches_to_json(), get_ids()

Filter by distance in km and print all matched ids:

print(fb.get_ids(distance=(110, 130)))

Dump filtered by distance flattened matches into a list:

print(fb.matches_to_list(distance=120, tol=0.1))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

strava-flyby-0.0.6.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

strava_flyby-0.0.6-py2.py3-none-any.whl (4.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file strava-flyby-0.0.6.tar.gz.

File metadata

  • Download URL: strava-flyby-0.0.6.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.7

File hashes

Hashes for strava-flyby-0.0.6.tar.gz
Algorithm Hash digest
SHA256 4471ffefcf427923a20c4b145636b788c48f040859d888342a7a747241e5db3f
MD5 5353937902631979634c926d0feeb14e
BLAKE2b-256 34ec123ddb0c512a57b4fda835b57c513d8bcc7e5bad49754db67022e8d262ca

See more details on using hashes here.

File details

Details for the file strava_flyby-0.0.6-py2.py3-none-any.whl.

File metadata

  • Download URL: strava_flyby-0.0.6-py2.py3-none-any.whl
  • Upload date:
  • Size: 4.7 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.7

File hashes

Hashes for strava_flyby-0.0.6-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 8c7839a34e452ea5d584207de66cd4a991a7340b89e2f58df3bdde90f598913c
MD5 0ba0a34bae60c74f265d9e3b5ebdd6a9
BLAKE2b-256 9c190535eb5faf5bac25029cf532ff99cc92f126750bdb80fb6062e2af357d58

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page