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)
Release files for mountain-project 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mountain_project-0.1.0.tar.gz | 3.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mountain_project-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.9 kB
Release files / mountain_project-0.1.0.tar.gz
| Download URL | mountain_project-0.1.0.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6f92d97ff5fc751b49ee76d3cf5fc9dac581c914ebf8ea1a48273d4653ca05fc
|
|
BLAKE2b-256 checksum How to use checksums |
1ae2767f55657890b8597dc7f7667ec78828b8279015af6e9326e6a157d64f0b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.2 CPython/3.7.5 Linux/4.19.81-microsoft-standard
|
Release files / mountain_project-0.1.0-py3-none-any.whl
| Download URL | mountain_project-0.1.0-py3-none-any.whl |
|---|---|
| Size | 3.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a0a89c8d620a056a6e598d01ebbc7d2ea036d713ae7324e40e4cb3e32bd34832
|
|
BLAKE2b-256 checksum How to use checksums |
9a60478e4412f594c12f5b4e1e6242ffcf075ac74245ced406a26e9a1c19ec44
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.2 CPython/3.7.5 Linux/4.19.81-microsoft-standard
|