Skip to main content

Python MountainProject API Client

Project description

CircleCI codecov Language grade: Python Code style: black License Tag

MountainProject

Python MountainProject API Client

Getting Started

  • Sign up for MountainProject @ https://www.mountainproject.com
  • Get your access key for the MountainProject data API @ https://www.mountainproject.com/data
from mountain_project import MountainProject

m = MountainProject("access_key")
user = m.get_user("test@test.com")
ticks = m.get_ticks("test@test.com")
todos = m.get_todos("test@test.com")
routes_by_id = m.get_routes(["106034519", "111519266", "106028737"])
routes_by_location = m.get_routes_for_lat_lon(49.6867, -123.1350)

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

mountain_project-0.1.0.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

mountain_project-0.1.0-py3-none-any.whl (3.7 kB view hashes)

Uploaded 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