Skip to main content

Python client for Strava Flyby

Project description

pip install strava-flyby

>>> from flyby import flyby
>>> fb = flyby(activity_id=12345)

# Print raw matches >>> print(fb.matches)

# Print all matched ids filtered by distance in km >>> print(fb.ids(distance=(110, 130)))

# Dump all flattened matches into a list and filter by distance >>> print(fb.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.2.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

strava_flyby-0.0.2-py2.py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 2 Python 3

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