Python MountainProject API Client
Project description
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
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for mountain_project-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0a89c8d620a056a6e598d01ebbc7d2ea036d713ae7324e40e4cb3e32bd34832 |
|
MD5 | 804e3e7430aad30aa06c0c381ac98247 |
|
BLAKE2b-256 | 9a60478e4412f594c12f5b4e1e6242ffcf075ac74245ced406a26e9a1c19ec44 |