ustroetz / python-osrm

A Python wrapper around the OSRM API
MIT License
133 stars 55 forks source link

New functions and global modifications #1

Closed mthh closed 9 years ago

mthh commented 9 years ago

Hi, As I have sometimes to use OSRM, I added other python functions wrapping OSRM (sorry, I also slightly modified the structure of the files/directories, thus allowing simplest call like from osrm import match instead of from osrm import osrm.match and I also cut lines at 80 character on the function match).

Added function :

Tell me if you are interested to merge these changes (with other changes if needed) or if you prefer that I set my own repository with these functions. Cheers!

ustroetz commented 9 years ago

Thanks @mthh! This is great. Especially thanks for simplifying the existing stuff.

I think it is better to have it all in one repo. So I will merge.

mthh commented 9 years ago

Great! Thanks!