graphh

A module to make GraphHopper API queries easy


License
BSD-3-Clause
Install
pip install graphh==0.0.1

Documentation

graphh, A module to make GraphHopper API queries easy

Documentation

Detailed documentation is available at http://graphh.readthedocs.io/.

Installation

To install this package, you should use pip:

pip install graphh

Example usage

from graphh import GraphHopper

[...]