Skip to content

jason-curtis/trfind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2e9ba28 · Sep 2, 2018

History

68 Commits
Sep 2, 2018
Sep 2, 2018
Jul 2, 2016
Sep 2, 2018
Sep 2, 2018
Jul 5, 2018
Jul 5, 2018
Jun 22, 2017
Sep 2, 2018
Jun 20, 2017

Repository files navigation

trfind

Trip report search tool used by ClimbPlan, hosted at https://climbplan.com.

Contributing

This is mostly a weekend project, Pull requests are welcome!

Wishlist

Ideas are tracked using the issues page.

Setup and Running

  • Clone the github repo
  • python3 -m venv env
  • source env/bin/activate
  • pip install -r requirements.txt

CLI Testing

  • pip install --no-deps .
  • trfind 48.51152 -121.05789 "Forbidden Peak"

Browser Testing

Tox

  • tox can be used to automate creation of virtual environment and to run the unit tests (pytest)
  • tox
  • source .tox/py36/bin/activate
  • trfind 48.51152 -121.05789 "Forbidden Peak"

Contributors