openrouteservice-py
openrouteservice-py copied to clipboard
consider using keyring functionality to store API key
https://alexwlchan.net/2016/11/you-should-use-keyring/
I've been using keyring with the R client from the very beginning, but discovered that there are often issues with deployment so I'm actually considering moving away from it, see https://github.com/GIScience/openrouteservice-r/issues/34. In fact, the dependence on keyring is the reason why the builds fail on Travis at the moment. Hopefully the implementation of keyring in Python is better :)
ok, thx for sharing.